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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...