You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "kodanda Ramu kakarla (JIRA)" <ji...@apache.org> on 2017/05/01 09:54:04 UTC

[jira] [Comment Edited] (GERONIMO-6562) Geronimo: RecoverTask is throwing an XAException in the jboss fuse when using transactionManager

    [ https://issues.apache.org/jira/browse/GERONIMO-6562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15990704#comment-15990704 ] 

kodanda Ramu kakarla edited comment on GERONIMO-6562 at 5/1/17 9:53 AM:
------------------------------------------------------------------------

Rajesh,I have tested with mysql .Please find the attached project. Could you please test this one and let us know .the result








was (Author: kramu.k7):
Rajesh,I have tested with mysql .Please find the attached project. Could you please test this one and let us know .the result





> 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)