[jbossts-issues] [JBoss JIRA] (JBTM-1859) Remove classname Strings from XTS subsystem

Paul Robinson (JIRA) jira-events at lists.jboss.org
Mon Aug 26 07:03:26 EDT 2013


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

Paul Robinson updated JBTM-1859:
--------------------------------

    Fix Version/s: 5.0.0.Final
                       (was: 5.0.0.M5)

    
> Remove classname Strings from XTS subsystem
> -------------------------------------------
>
>                 Key: JBTM-1859
>                 URL: https://issues.jboss.org/browse/JBTM-1859
>             Project: JBoss Transaction Manager
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: Application Server Integration, XTS
>            Reporter: Paul Robinson
>            Assignee: Paul Robinson
>            Priority: Minor
>             Fix For: 5.0.0.Final
>
>   Original Estimate: 4 hours
>  Remaining Estimate: 4 hours
>
> THe XTS SubSystem has many classnames passed to Jandex as raw Strings. It would be better to use Class#getName as it is type-safe. 
> When this code was written, this was not possible, due to the nature of the order in which class-loading was done and the fact that the code in question was executed very early in the server boot. I don't remember the specific details.
> However, something seems to have changed in WildFly, such that we can now use Class#getName on the classes we require. This issue it to replace all the classname Strings with Class#getName() and to also simplify the code under org.jboss.as.xts.jandex, as a lot of that verbose code was added to to cope with the limitation of not being able to use Class#getName().

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