[weld-issues] [JBoss JIRA] Created: (WELD-290) Injected stateless EJBs cause failed proxability

Nicklas Karlsson (JIRA) jira-events at lists.jboss.org
Mon Nov 16 08:40:42 EST 2009


Injected stateless EJBs cause failed proxability
------------------------------------------------

                 Key: WELD-290
                 URL: https://jira.jboss.org/jira/browse/WELD-290
             Project: Weld
          Issue Type: Bug
          Components: Bootstrap and Metamodel API
    Affects Versions: 1.0.0.GA
            Reporter: Nicklas Karlsson


The validation checks for proxability checks if the injected beans are proxyable. This is incorrectly done with isProxyable() for EJB:s (which return false for stateless EJBs). A stateless EJB is not proxyable itself but should be considered proxyable if injected.

-- 
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 weld-issues mailing list