How is it possible to run some EJB logic during the server start/stop ? I am using JBoss 5 a开发者_如何学Pythonnd EJB 3.0.
I am trying to create Restful Webservice as a client of Message Driven Bean, But when i invoke the restful method its giving me following error when
I\'m using GWT(2.0)+EJB(3.x)+JPA deployed in GlassFish and using Eclipse Helios J2EE. I have two entities in my EJB project: the Client and Provider entities. Using RPC I make a call from GWT to the E
I\'m trying to deploy a simple test EAR containing and EJB project to JBoss AS 6. I copy my EAR file to my JBOSS_HOME/server/default/deploy dir.I can see my SUP.ear show up in the JBoss AS 6 Admin Co
I\'ve been doing Java standa开发者_StackOverflow社区rd edition development for awhile, and the frameworks and solutions have been fairly obvious to me (Swing for GUI, etc).I\'ve recently begun the tas
I am using Glassfish-bundled Eclipse IDE. I wrote a simple EJB application. but it doesn\'t work. @Stateless
I know shouldn\'t use reflection, but this is a temporary solution until ... I have 1: @Named(\"PoiBean\")
How can I call a Local Session Bean inside an EAR from another EAR, both deployed in the same Glassfish v3 domain?
I\'m trying to use EJB 3.1 Embeddable EJBContainer on Glassfish 3.1 for integration testing my EJB\'s. There\'s a classloading issue I can\'t figure out.
Producers <--> Consumer In the above scenario there are lets say \'N\' number of producers trying to put a lot of messages in our (Consumer\'s) JMS queues.