[jboss-user] [EJB 3.0 Users] - Re: NotBoundException when @Service POJO invoke EJB

Wolfgang Knauf do-not-reply at jboss.com
Wed Oct 28 06:39:01 EDT 2009


Hi,

you are right, this is probably a timing issue, as the Service bean is probably deployed before the EJB. To avoid this: add a @Depends annotation to the service bean, which points to your EJB. 
The full EJB service name can be find in JNDIView.

Hope this helps

Wolfgang

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262648#4262648

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262648



More information about the jboss-user mailing list