Hi,
I found the answer:
Problem is with import javax.ejb.EJB;
it should be
import javax.annotation.EJB;
It is working for me at 4.0.4GA
Martin.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978398#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...