[jboss-jira] [JBoss JIRA] (AS7-3284) LegacyGlobalConfigurationAdapter should use externalizer ids from config

Tristan Tarrant (JIRA) jira-events at lists.jboss.org
Thu Jan 12 04:39:21 EST 2012


Tristan Tarrant created AS7-3284:
------------------------------------

             Summary: LegacyGlobalConfigurationAdapter should use externalizer ids from config
                 Key: AS7-3284
                 URL: https://issues.jboss.org/browse/AS7-3284
             Project: Application Server 7
          Issue Type: Feature Request
          Components: Clustering
         Environment: EDG
            Reporter: Tristan Tarrant
            Assignee: Tristan Tarrant
             Fix For: 7.1.0.Final


The LegacyGlobalConfigurationAdapter.adapt() method copies configuration from the legacy Infinispan GlobalConfiguration to the new style GlobalConfiguration. In doing so it attempts to add AdvancedExternalizers as-is, but this causes an NPE when the externalizer has not overridden the AbstractExternalizer.getId() method (which returns null) which is what happens for Externalizers added during ModuleLifecycles (e.g. the server externalizers)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list