[
https://issues.apache.org/jira/browse/GERONIMO-6562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rajesh updated GERONIMO-6562:
-----------------------------
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>
was:
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
> 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
>
> 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)