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