Fix implementation of PoolingConnectionFactoryBean.createXAContext()

Closes gh-7306
pull/7310/head
Johnny Lim 8 years ago committed by Andy Wilkinson
parent 04a869bbe7
commit 5d8e0369e7

@ -148,7 +148,7 @@ public class PoolingConnectionFactoryBean extends PoolingConnectionFactory
@Override
public XAJMSContext createXAContext(String username, String password) {
return this.createXAContext(username, password);
return this.connectionFactory.createXAContext(username, password);
}
}

Loading…
Cancel
Save