[jboss-user] [EJB 3.0] - Re: Very Silly But Valid Question : Annotation Compiler err
ScottDawson
do-not-reply at jboss.com
Wed Sep 20 08:40:14 EDT 2006
The @Stateless annotation is in the javax.ejb package so you need this import:
import javax.ejb.Stateless;
In the JBoss EJB3 implementation, the Stateless class is located in jboss-ejb3x.jar.
Regards,
Scott
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972911#3972911
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972911
More information about the jboss-user
mailing list