anonymous wrote : new CustomerHome()
CustomerHome is a @Stateless bean. You are not supposed to instantiate a EJB using the new
operator. Instead you should lookup the bean from JNDI. See this for more details
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=137590#4...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265862#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...