[
https://issues.apache.org/jira/browse/ARIES-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14013851#comment-14013851
]
Benjamin Graf commented on ARIES-1158:
--------------------------------------
Is transaction-jms maintained anymore or should there be a message to use
activemq-jms-pool instead?
> XAConnectionFactory not recoverable
> -----------------------------------
>
> Key: ARIES-1158
> URL: https://issues.apache.org/jira/browse/ARIES-1158
> Project: Aries
> Issue Type: Bug
> Components: Transaction
> Environment: Windows/UNIX
> Reporter: Benjamin Graf
>
> GenericResourceManager needs XAConnectionFactory for recovery but gets only
> ConnectionFactory which wraps the XAConnectionFactory provided.
> XaPooledConnectionFactory:
> public void setXaConnectionFactory(XAConnectionFactory xaConnectionFactory) {
> this.xaConnectionFactory = xaConnectionFactory;
> setConnectionFactory(new ConnectionFactory() {
> public Connection createConnection() throws JMSException {
> return
> XaPooledConnectionFactory.this.xaConnectionFactory.createXAConnection();
> }
> public Connection createConnection(String userName, String
> password) throws JMSException {
> return
> XaPooledConnectionFactory.this.xaConnectionFactory.createXAConnection(userName,
> password);
> }
> });
> }
--
This message was sent by Atlassian JIRA
(v6.2#6252)