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

"Mark Struberg (Jira)" <[email protected]> Mon, 4 May 2026 06:13:00 +0000 (UTC)
Newsgroups gmane.comp.java.geronimo.devel
Message-ID <[email protected]>
     [ https://issues.apache.org/jira/browse/GERONIMO-6562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg closed GERONIMO-6562.
-----------------------------------
    Resolution: Won't Fix

Closing old outdated issues.

Note that the Apache Geronimo Application Server itself was declared EOL in 2017 and we do not maintain the server parts anymore.

We still do actively maintain many of the Java EE / Jakarta EE which saw the light during creation of the Apache Geronimo Aplication Server.
If you feel that this ticket still affects one of those components then please feel free to reopen the ticket.
thanks, your Apache Geronimo team!

> 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
>            Priority: Major
>         Attachments: XA-Aries-transactions-Mysql-6.3.zip, msql-xasample.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
(v8.20.10#820010)