[jboss-jira] [JBoss JIRA] Created: (JBMETA-78) BasicJndiBindingPolicy does not honor deploymentScopeBaseName

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Sat Jul 19 11:45:52 EDT 2008


BasicJndiBindingPolicy does not honor deploymentScopeBaseName
-------------------------------------------------------------

                 Key: JBMETA-78
                 URL: https://jira.jboss.org/jira/browse/JBMETA-78
             Project: JBoss Metadata
          Issue Type: Task
      Security Level: Public (Everyone can see)
            Reporter: Andrew Lee Rubinger
            Assignee: Andrew Lee Rubinger


Given metadata with:

deploymentSummary.setDeploymentScopeBaseName("base");

And:

String resolved = beanMD.getHomeJndiName();

...then:

resolved == "testResolvedJndiName-ejb/home";

...when is should be:

resolved == "base/testResolvedJndiName-ejb/home";

The tests in ResolveJndiNameDecoratorUnitTestCase and ResolvedJndiNamesUnitTestCase are incorrect and will need to be updated.

Targeted for Beta30.

-- 
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