User development,
A new message was posted in the thread "Calling a stateless EJB from a Service
POJO":
http://community.jboss.org/message/530933#530933
Author : jaikiran pai
Profile :
http://community.jboss.org/people/jaikiran
Message:
--------------------------------------------------------------
anuforwork wrote:
If I try to call the stateless EJB from within the Service POJO, I get an NamingNotFound
exception. I understand that my stateless EJB will not yet be bound before my Service POJO
start method is called.
Make sure you add a @org.jboss.ejb3.annotation.Depends on the Service bean to depend on
the SLSB, as explained here
http://www.jboss.org/file-access/default/members/jbossejb3/freezone/docs/...
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/530933#530933