[jboss-jira] [JBoss JIRA] (AS7-6210) JcaAttributeWriteHandler should not be shared across resource types

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Tue Dec 18 09:13:08 EST 2012


Brian Stansberry created AS7-6210:
-------------------------------------

             Summary: JcaAttributeWriteHandler should not be shared across resource types
                 Key: AS7-6210
                 URL: https://issues.jboss.org/browse/AS7-6210
             Project: Application Server 7
          Issue Type: Bug
          Components: Domain Management, JCA
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
             Fix For: 7.2.0.Alpha1


JcaAttributeWriteHandler is being shared across 3 types of resources. This causes a problem because two of them declare an "enabled" attribute, and the handler doesn't distinguish between the two cases and modifies the runtime state associated with both resources.

This should be split into 3 handlers.

Alos, the runtime methods are modifying services, but are passing 'false' as the param to context.getServiceRegistry(). This should be true.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list