ejb-3.0
security-role-mapping not working with file descriptor
Using glassfish 3.1.1 for a Java EE6 project the security role mapping as defined in glassfish-web.xml has no influence on the \'user - role\' mapping.[详细]
2023-04-09 13:21 分类:问答EJB deployment error when migrating to jboss 6.1
I am migrating from jboss 5.1 to 6.1. I have an ear which having some EJBs and a war. I am getting following error after deploying it in 6.1.[详细]
2023-04-09 06:03 分类:问答Working MDB example in JBoss 7.0.1?
Here\'s an EJB3 MDB that used to work for me in JBoss 5.1: @TransactionAttribute( TransactionAttributeType.NOT_SUPPORTED )[详细]
2023-04-08 01:56 分类:问答Globally accessible property in EJB
I have a JavaEE application that needs to access a file in order to obtain certain informations about the installation.[详细]
2023-04-06 16:58 分类:问答Auto Synchronization of Entity Bean
Could you please solve my tiny problem. I have an entity bean name ABC which is created from database and table name in abc. The entity bean is ge开发者_如何学JAVAnerated properly[详细]
2023-04-06 07:47 分类:问答Access ServiceBean from EJB3
i implements this tutorial, but i cant access the service from EJB3. My ejb开发者_如何学编程 looks like this:[详细]
2023-04-05 22:44 分类:问答Migrate deployment from Jboss4.2.3 to jboss5.1AS
I am trying to migrate my project from jboss4 (which was build by ant) to Jboss5(exploded version) The structure at the jboss5 will be as the wizard at eclipse \"Enterprise application project\"[详细]
2023-04-04 14:33 分类:问答remote ejb call trapped in the lookup in linux server
I\'m using glassfish 3.1.1 with an application client container called via java web start. My program is not working , it remain glued in the lookup() and never pass it .[详细]
2023-04-04 04:46 分类:问答simple way to implement business tier for Php app
We are in the process of redesigning a php app that uses MY SQL and cakephp as the app framework. One of the redesign goals is to support a multi-tenant model ,[详细]
2023-04-03 12:24 分类:问答How can I send XMPP messages after a successful transaction?
In my project I have all services designed as stateless session beans. During the workflow, new data is created and this should be reported back to the clients. I only want to send this messages when[详细]
2023-04-02 10:59 分类:问答