[
https://issues.apache.org/jira/browse/ARIES-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14026141#comment-14026141
]
Guillaume Nodet commented on ARIES-1158:
----------------------------------------
I would favor switching to activemq.
When the aries-jms module was created, activemq did not provide the generic jms
pooling support. I think it now makes sense to deprecate this module.
> 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)