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