Hello, I am fighting (hope) with newbie problem. My small application has the session bean and the entity bean that is to be accessed from the session bean. Both beans are deployed on Jboss 4 (single AS) as conformant to EJB 2.1 specification. They have home and remote interfaces only. In the session bean (let's say in method init) the context lookup for entity bean instance is failed due to anonymous wrote : MyEntityBean not bound. Note that the same entity bean is visible from servlet module.
Is there any specific requirements for BMP/CMP entity beans to be visible from the EJB container as well? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943785#3943785 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943785 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
