The problem is taht I get the following error qhile deploying my project to Glassfish: java.lang.RuntimeException: Unable to load EJB module.DeploymentContext does not contain any EJBCheck archive to
I\'m planning to a webapp where every guy using it would have a client that would run computations on its computer (because these computations can\'t be done on the server, too much load...), and then
I am tying to merging web application(gwt, jpa) to an separate 2 application(business login in ejb/jpa and web client in gwt). Currently i can`t inject my beans from web application (simple servlet)
I\'m reasonably new to Java EE, so this might be stupid.. bear with me pls :D I would like to inject a stateless session bean into a message-driven bean. Basically, the MDB gets a JMS message, then u
I am going through the Java EE 6 tutorial and I am trying to understand the difference between stateless and stateful session beans. If stateless session beans do not retain their state in between met
I have a singleton ejb which is getting initialised twice. I have no idea why and it is completly defenting the point in having a singleton bean as far as I can tell. Any help will be appreciated. As
With the new EJB 3.1 spec is it possible to inject an EJB into a pojo?I know in EJB 3.0 the @EJB annotation could be used to开发者_开发技巧 inject an EJB but this did not work on simple pojos.