The 'minimal' configuration does not support EJB deployment. The CalculatorBean 
class gets deployed (as a POJO), but the @Stateless annotation is ignored 
(requires an EJB deployer, which is not in 'minimal'). That in turn prevents 
the JNDI name from being registered.

You should be using the 'default' configuration.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192252#4192252

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192252
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to