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

Mark Little (JIRA) jira-events at lists.jboss.org
Sat Aug 16 17:00:58 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBTM-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Little reassigned JBTM-386:
--------------------------------

    Assignee: Mark Little


> 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

        



More information about the jbossts-issues mailing list