[JBoss-user] [EJB/JBoss] - Re: Can not find javax.ejb.Stateless anywhere in Jboss

2005-07-20 Thread e_arizon_benito
(Answering myself) Not easy to find but it really was there in $JBOSS_HOME/server/default/deploy/ejb3.deployer/jboss-ejb3x.jar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885693#3885693 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [EJB/JBoss] - Can not find javax.ejb.Stateless anywhere in Jboss

2005-07-20 Thread e_arizon_benito
My first try on an Stateless EJB3 Session Bean: | @Stateless public class MyStatelessClassBean implements MyStatelessClass { | ... | } | But when trying to import javax.ejb.Stateless I can't find it in $JBOSS_HOME/server/default/lib or anywhere around.(I'm using jboss_4.0.3RC1.)