[jboss-jira] [JBoss JIRA] Resolved: (JBMETA-78) BasicJndiBindingPolicy does not honor deploymentScopeBaseName
Alexey Loubyansky (JIRA)
jira-events at lists.jboss.org
Tue Jul 22 06:33:36 EDT 2008
[ https://jira.jboss.org/jira/browse/JBMETA-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexey Loubyansky resolved JBMETA-78.
-------------------------------------
Fix Version/s: 1.0.0.Beta30
Resolution: Done
> 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: Scott M Stark
> Fix For: 1.0.0.Beta30
>
>
> 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