Uploaded image for project: 'Geronimo'
  1. Geronimo
  2. GERONIMO-6562

Geronimo: RecoverTask is throwing an XAException in the jboss fuse when using transactionManager

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Aries
    • Security Level: public (Regular issues)
    • None
    • ALL

    Description

      I am getting the below error keep printing in the log when application uses TransactionManager that comes with the jboss fuse server

      2017-02-28 22:07:15,475 | ERROR | RetryTimer | RecoveryController | 11623 - org.apache.aries.transaction.manager - 1.3.0 | Recovery error: null

      my application uses blueprint and camel. And i have printed the datasource confuguration in the blueprint below

      <bean id="oracleXaDataSource" class="oracle.jdbc.xa.client.OracleXADataSource" destroy-method="close">
      <property name="user" value="${datasource.user}" />
      <property name="password" value="${datasource.password}" />
      <property name="URL" value="${datasource.url}" />
      </bean>

      <service interface="javax.sql.XADataSource" ref="oracleXaDataSource">
      <service-properties>
      <entry key="osgi.jndi.service.name" value="jdbc/oracleDB" />
      <entry key="datasource.name" value="oracleDB" />
      <entry key="aries.xa.name" value="oracleDB" />
      <entry key="aries.xa.username" value="${datasource.user}" />
      <entry key="aries.xa.password" value="${datasource.password}" />
      <entry key="aries.xa.pooling" value="true" />
      <entry key="aries.xa.poolMinSize" value="0" />
      <entry key="aries.xa.poolMaxSize" value="20" />
      <!-- <entry key="aries.xa.exceptionSorter" value="${aries.xa.exceptionSorter}" /> -->
      <entry key="aries.xa.transaction" value="none" />
      </service-properties>
      </service>

      Attachments

        1. XA-Aries-transactions-Mysql-6.3.zip
          55 kB
          Ramu kakarla
        2. msql-xasample.zip
          13 kB
          Rajesh

        Activity

          People

            Unassigned Unassigned
            rajesh.chakkaravarthi@gmail.com Rajesh
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: