[jboss-user] [Beginners Corner] - Re: Problem with minimal server

PeterJ do-not-reply at jboss.com
Tue Nov 25 14:24:22 EST 2008


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



More information about the jboss-user mailing list