[
https://jira.jboss.org/jira/browse/JBTM-386?page=com.atlassian.jira.plugi...
]
Mark Little commented on JBTM-386:
----------------------------------
Thanks, that's the right fix.
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
Assignee: Mark Little
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