1 Reply Latest reply on May 11, 2007 10:51 AM by jc7442

    embeddedEJB lookup Problem

    pkraemer

      Hello,

      I'm using the EJB3 embedded Version with Tomcat 5.5.23
      My deployed Project has a structure like this:
      -de.testProject.ejb.security Contains Stateless SB and Local Interface
      -de.test.Project.web.mBeans Contains ManagedBean

      In my ManagedBean I do a lookup process like this:
      ctx.lookup("de/testProject/ejb/security/SecuritySBean/local")

      and I get the following error:

      javax.naming.NameNotFoundException: de not bound

      When I put all togehter in one package there is no problem.

      Can anybody please help me?

      Thanks