mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 03:19:02 +00:00
Merge pull request #7306 from Johnny Lim
* gh-7306: Fix implementation of PoolingConnectionFactoryBean.createXAContext()
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user