[jboss-user] [EJB 3.0] - Re: @EJB not working?

marcinnowak do-not-reply at jboss.com
Sun Oct 15 11:59:19 EDT 2006


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#3978398

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



More information about the jboss-user mailing list