• Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Major Major
    • JBossAS-5.0.0.CR2
    • None
    • None
    • None

      org.jboss.test.refs.test.RefResolutionUnitTestCase.testSessionEJBRefs
      org.jboss.test.refs.test.CircularRefResolutionUnitTestCase.testSessionEJBRefs

      The tests are failing with:
      javax.naming.NameNotFoundException: remote not bound

      when doing a lookup:
      Object ref = ctx.lookup("refs/StatelessBean2/remote");

      The EJB is annotated with:
      @Stateless(mappedName="refs/ejbs2/StatelessBean")

      Lookup should be changed to:
      Object ref = ctx.lookup("refs/ejbs2/StatelessBean");

              smcgowan@redhat.com Shelly McGowan (Inactive)
              smcgowan@redhat.com Shelly McGowan (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: