1 Reply Latest reply on Oct 4, 2002 6:46 PM by adrian.brock

    context lookup failed

    mindy

      We use local interface, local home interface for every entity bean, and each entity package was packaged into separate jar file. All jar files were packaged into one big ear file. When lookup some home interface from one entity bean, the lookup failed. Do we have to package all files into one jar file? or do we have to use remote interface?

        • 1. Re: context lookup failed

          No, assuming you are inside JBoss for all lookups.

          What name are using for the lookup?
          it is by default
          local/<ejb-name>

          Try using JNDIView in the management console to
          see all the bindings.

          Regards,
          Adrian