[jbossts-issues] [JBoss JIRA] Closed: (JBTM-364) IndirectRecoverableConnection<ctor>() should not setup datasource

Jonathan Halliday (JIRA) jira-events at lists.jboss.org
Thu May 15 08:29:22 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBTM-364?page=all ]

Jonathan Halliday closed JBTM-364.
----------------------------------

    Resolution: Done

Fixed in trunk (r19961) and backported to 4.2.3.SP branch (r19962)

> IndirectRecoverableConnection<ctor>() should not setup datasource
> -----------------------------------------------------------------
>
>                 Key: JBTM-364
>                 URL: http://jira.jboss.com/jira/browse/JBTM-364
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: JTA Implementation, Recovery
>    Affects Versions: 4.2.3.SP7, 4.3.0.GA
>            Reporter: Jonathan Halliday
>         Assigned To: Jonathan Halliday
>             Fix For: 4.2.3.SP8, 4.4.CR1
>
>
> The default constructor for IndirectRecoverableConnection attempts to use a null variable as input to the datasource setup fn. This naturally fails horribly. The default ctor should not attempt the setup, it's not possible until the datasource name is set. The datasource will be inited lazily on demand, so removing the setup attempt from the ctor is not a problem.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossts-issues mailing list