Skip to content

Commit 5d8e036

Browse files
izeyewilkinsona
authored andcommitted
Fix implementation of PoolingConnectionFactoryBean.createXAContext()
Closes gh-7306
1 parent 04a869b commit 5d8e036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot/src/main/java/org/springframework/boot/jta/bitronix/PoolingConnectionFactoryBean.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public XAJMSContext createXAContext() {
148148

149149
@Override
150150
public XAJMSContext createXAContext(String username, String password) {
151-
return this.createXAContext(username, password);
151+
return this.connectionFactory.createXAContext(username, password);
152152
}
153153

154154
}

0 commit comments

Comments
 (0)