[jboss-jira] [JBoss JIRA] Updated: (JBAS-5806) org.jboss.test.refs.test.*

Shelly McGowan (JIRA) jira-events at lists.jboss.org
Mon Jul 28 23:32:04 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBAS-5806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shelly McGowan updated JBAS-5806:
---------------------------------

    Fix Version/s: JBossAS-5.0.0.CR2
      Description: 
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");






> org.jboss.test.refs.test.*
> --------------------------
>
>                 Key: JBAS-5806
>                 URL: https://jira.jboss.org/jira/browse/JBAS-5806
>             Project: JBoss Application Server
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>            Reporter: Shelly McGowan
>            Assignee: Shelly McGowan
>             Fix For: JBossAS-5.0.0.CR2
>
>
> 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");

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list