Openejb should not assign a web beans bean name, and it would never be the ejb 
name anyway
------------------------------------------------------------------------------------------

                 Key: OPENEJB-1573
                 URL: https://issues.apache.org/jira/browse/OPENEJB-1573
             Project: OpenEJB
          Issue Type: Bug
          Components: container system
    Affects Versions: 4.0
            Reporter: David Jencks
            Assignee: David Jencks
             Fix For: 4.0


CdiEjbBean returns the ejb name as the web beans name. This is never correct.  
Without a @Named annotation the name is null, and if not explicitly specified 
in the @Named annotation its the decapitalized simple name of the ejb class.  
See web beans spec 3.2.5 and 2.5.2.

This causes jcdi tck failures 3 out of 7 in 
org.jboss.jsr299.tck.tests.inheritance.specialization.enterprise

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to