Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-561

missing transaction recovery for xa-datasources in app server

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.2.0.GA_CP03
    • 4.2.0.GA, 4.2.0.GA_CP01 , 4.2.0.GA_CP02
    • None
    • None
    • Release Notes

      JBossTS, the transaction manager used in JBossAS, supports automatic recovery of XAResources obtained from XADataSources i.e. for most databases. This is usually done by looking up the datasource from JNDI. However, this does not work correctly in JBossAS, as the object the app server publishes to JNDI does not actually implement the XADataSource interface. We therefore need a modified version of the recovery code that pulls datasource configuration information from the app server internals, in order to avoid having to duplicate the information in the -ds.xml file. Without this there will be no automatic recovery for crashed transactions involving xa resources obtained via the app server. see issue-tracker 158477

            fnasser Fernando Nasser
            rhn-engineering-jhallida Jonathan Halliday
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: