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

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


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.3.0.GA, 4.2.3.SP7
            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