mappedName fails to work for @Stateless that only implements @Local interface
-----------------------------------------------------------------------------

                 Key: OPENEJB-1357
                 URL: https://issues.apache.org/jira/browse/OPENEJB-1357
             Project: OpenEJB
          Issue Type: Bug
          Components: container system
    Affects Versions: 3.1.2, (trunk/openejb3)
         Environment: Ubuntu 10.04, java version "1.6.0_20"
            Reporter: Florin Spătar
            Priority: Critical


When using @Stateless(mappedName="some/component/name") on a bean that only 
implements a @Local interface, the container fails to use the provided 
mappedName. The reason for this bug is the hard-coded "Remote" value in 
container/openejb-core/src/main/java/org/apache/openejb/config/MappedNameBuilder.java

ejbDeployment.getJndi().add(new Jndi(mappedName, "Remote"));

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to