Merge pull request #7306 from Johnny Lim

* gh-7306:
  Fix implementation of PoolingConnectionFactoryBean.createXAContext()
pull/7310/head
Andy Wilkinson 8 years ago
commit 65d6cd0631

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