Uploaded image for project: 'JBoss Metadata'
  1. JBoss Metadata
  2. JBMETA-78

BasicJndiBindingPolicy does not honor deploymentScopeBaseName

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 1.0.0.Beta30
    • None
    • None
    • None

      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.

              starksm64 Scott Stark (Inactive)
              arubinge@redhat.com Andrew Rubinger (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: