[jboss-user] [EJB 3.0] - Re: @Service POJO referencing a Session Bean

plexiq do-not-reply at jboss.com
Thu Oct 12 08:05:00 EDT 2006


I had the same problem, i solved it by adding @Depends to the service object.


  | @Depends({
  |     "...,name=YourSessionBean,service=EJB3"
  | })

After adding the dependencies it works fine for me.

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

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



More information about the jboss-user mailing list