ejb-3.1
Difference between MDB and JMS
Please let me know what is the difference betwee开发者_JAVA技巧n: Message Driven Beans (MDB) Java Message Service (JMS)[详细]
2023-02-04 16:59 分类:问答javax.ejb.NoSuchEJBException after redeploying EJBs
Using Glassfish 3.0.1 ... If I have a web application accessing EJBs in another application remotely, and the remote application containing the EJBs is redeployed, I get a javax.ejb.NoSuchEJBException[详细]
2023-02-04 13:06 分类:问答How does CDI injection work in MDBs and @Scheduled beans?
I\'m working on a large Java EE 6 application that is deployed on JBoss 6 Final. My current tasks involve using @Inject consistently instead of @EJB, but I\'m running into some problems on some types[详细]
2023-02-03 06:07 分类:问答problem with eclipse Galileo version
for adding jars, when i select Deployment assembly-add-java build path entries...i have nothing ....no jars are there to select....what should i do?Please send me the ans开发者_开发知识库.Building WAR[详细]
2023-02-01 22:07 分类:问答How to assign users to certain roles EJB
I need clarification here, please. I\'m currently learning EJB, and i\'ve read about limitting the access right of methods to the users in certain \"roles.\" I know how the metadata to limit the acces[详细]
2023-02-01 17:11 分类:问答Problem using Stateful EJB in ManagedBean with RequestScope
I\'m using JSF 2.0 and EJB 3.1 in the Glassfish v3 app server. And I\'m facing actually the follwing problem:[详细]
2023-02-01 14:56 分类:问答sun-ejb-jar.xml inside a Java EE 6 WAR
One of the greatest features of Java EE 6 is the ability to package EJBs inside a WAR. I\'ve done this for a few projects w/out a hitch, until now.I\'m using Java EE 6, Glassfish 3.1 and deploying my[详细]
2023-01-31 07:54 分类:问答Packaging EJB in JavaEE 6 WAR vs EAR
Starting a new project a开发者_JS百科nd would like to know the pros and cons of packaging EJB in a WAR vs EAR.[详细]
2023-01-30 18:27 分类:问答Having SerializationException when trying to return custom object type
I just create the most simple Singleton EJB to return a custom serializable object, but I\'m getting the following exception when I invoke the remote method:[详细]
2023-01-29 18:57 分类:问答If I put EJB's in an EAR file, should I put the entity classes in there, a seperate jar, or the web app?
If I put EJB\'s in there on开发者_StackOverflow中文版 EAR file should I put the entity classes in there, a seperate jar, or the web app?[详细]
2023-01-29 04:40 分类:问答