Hi,
I am particularly interested in the installation of openejb on a per-webapp scenario.
So I followed the http://www.galatea.com/flashguides/tomcat-openejb1-unix instructions
I am using tomcat 5.0.19 and Sun JDK 1.4.2_05 but got the lookup error again... like I did when I first used OpenEJB 0.9.2 Any Ideas what i am doign wrong?
These are the following inconsistency I have found:
Section4, point 6 the name of the interface did not match teh file name so I made it SimpleTestRemote instead of SimpleTest
Section4, point 9 should just state ant and not ant jar
Section4, point 7, I renamed it to SimpleTest.java instead of SimpleTestBean.java
When using the 7. Using OpenEJB embedded in one Tomcat web application
But I get the following error:
Naming exception occured during initializationjavax.naming.NameNotFoundException
: Name "/SimpleTest" not found.
javax.naming.NameNotFoundException: Name "/SimpleTest" not found.
at org.openejb.core.ivm.naming.IvmContext.federate(IvmContext.java:183)
at org.openejb.core.ivm.naming.IvmContext.lookup(IvmContext.java:146)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at org.apache.jsp.ejbtest_jsp._jspService(ejbtest_jsp.java:71)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
.java:311)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:3
01)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:284)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:204)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:257)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:151)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:567)
at org.apache.catalina.core.StandardContextValve.invokeInternal(Standard
ContextValve.java:245)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:199)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:151)
any ideas?
Thanks,
Philip
