I have a JCA res开发者_如何学Goource adapter that sends messages to a message-driven bean (MDB).I would like to be able to use the ActivationSpec properties to initialize the MDB instance.Is it possib
i have EAR and an EJB project. I noticed eclipse (sts) creates and earContent folder so I assume this is where I need to add external jars.
After reading about it for so long, I now have chance to get my hand dirty with EJB. I use Glassfish+Eclipse 3.7 on Ubuntu.
Hey I made an EJB program and I created entity classes form my SQL database. Everything worked fine and it can connect to my database, but I get this error now for some reason. Im using glassfish v3 a
I am reading the JEE5 tutorial for JMS. And I am having a hard time understanding the reason for this \'general rule\':
I have a need to build 1 restful web service using weblogic. This web service will have parameters to select a what data the service should return. Like \'customer\', or \'product\'.
Is there any difference between an asynchronous JMS (开发者_Go百科Java Messaging Service) consumer vs an actual MDB (Message Driven Bean). The only difference I see is the MDB class
We have our clients in an extranet based 开发者_如何学Cenvironment that need to connect to our JMS queues. Should they be able to just lookup our queues and connectionFactories in the JNDI space.
I have deployed an EJB project (named A, having an ejb and an war modules) on my server (glassfish 3.0 on Redhat). Then my another EJB project (named B) needs to use functions of A\'s xxx-ejb module,
I\'m trying to use the EJB开发者_如何学C timer service, I have a class named TimerBean which carries the methods to schedule a timer and handle the timeout, this implements TimerBeanRemote an interfac