[
https://issues.apache.org/jira/browse/GERONIMO-6562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996616#comment-15996616
]
Rajesh commented on GERONIMO-6562:
----------------------------------
Ramu,
I tried the same with Jboss fuse 6.2.1 and JDK 1.7. I am not successfully in
getting this deployed itself. Attached the one i deployed.
> Geronimo: RecoverTask is throwing an XAException in the jboss fuse when using
> transactionManager
> ------------------------------------------------------------------------------------------------
>
> Key: GERONIMO-6562
> URL: https://issues.apache.org/jira/browse/GERONIMO-6562
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Aries
> Environment: ALL
> Reporter: Rajesh
> Attachments: XA-Aries-transactions-Mysql-6.3.zip
>
>
> 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>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)