[jbossts-issues] [JBoss JIRA] Created: (JBTM-386) Overriding property manager plugin doesn't work

Rune Molin (JIRA) jira-events at lists.jboss.org
Thu Jul 31 08:06:43 EDT 2008


Overriding property manager plugin doesn't work
-----------------------------------------------

                 Key: JBTM-386
                 URL: https://jira.jboss.org/jira/browse/JBTM-386
             Project: JBoss Transaction Manager
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Configuration
    Affects Versions: 4.2.3.SP5
         Environment: all
            Reporter: Rune Molin


Setting the property "com.arjuna.common.util.propertyservice.pluginclassname" has no effect .

In PropertyManagerImpl, line 357:

PropertyManagerIOPlugin plugin = (PropertyManagerIOPlugin)Thread.currentThread().getContextClassLoader().loadClass(pluginClassname).newInstance();

Should propably read:

PropertyManagerIOPlugin plugin = (PropertyManagerIOPlugin)Thread.currentThread().getContextClassLoader().loadClass(classname).newInstance();



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