Please let me know what is the difference betwee开发者_JAVA技巧n: Message Driven Beans (MDB) Java Message Service (JMS)
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
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
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
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
I\'m using JSF 2.0 and EJB 3.1 in the Glassfish v3 app server. And I\'m facing actually the follwing problem:
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
Starting a new project a开发者_JS百科nd would like to know the pros and cons of packaging EJB in a WAR vs EAR.
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:
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?