Hello all,
I am having a beginner problem of how to deploy my EJB bean. I created an EJB3.0 project
and have a simple EJB3.0 beans similar to the CalculatorBean example. For client side, I
want to use the EJB bean in a web project. I created the EJB jar file using the packaging
confuguration in EJB project and deploy it. In the web project, I follow standard example
of create a context object and use it to lookup the ejb bean with name
"EJBName/local", but the lookup failed. I guess I didnot deploy the bean
correctly, so please tell me how to deploy the EJB so that in web module .war I could look
up the bean and invoke its interface. Thank you.
-LNgo
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007581#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...