[seam-issues] [JBoss JIRA] Created: (SEAMSECURITY-76) seam security external ScopeProducers doesn't work anywhere except AS6

Marek Schmidt (JIRA) jira-events at lists.jboss.org
Tue Jun 14 11:22:30 EDT 2011


seam security external ScopeProducers doesn't work anywhere except AS6
----------------------------------------------------------------------

                 Key: SEAMSECURITY-76
                 URL: https://issues.jboss.org/browse/SEAMSECURITY-76
             Project: Seam Security
          Issue Type: Bug
    Affects Versions: 3.0.0.Final
            Reporter: Marek Schmidt


The design of the Security External module depends on undefined behaviour of alternatives. It defines alternatives (*ApplicationScopeProducer and *VirtualApplicationScopeProducer) in the module and expects the application to set the alternatives in its beans.xml, which isn't supported by CDI spec (see CDI-18) and doesn't seem to work anywhere except JBoss AS 6.

We should probably just remove the Producers and make the beans @ApplicationScoped directly. Users interested in changing the scope of those beans could still use Seam Config for that.


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

        


More information about the seam-issues mailing list