127485: READONLY does not call Synchronization - leading to connection leak with JDBC/JPA/XA Transactions
If two or more databases are involved, and all DBMS transactions are readonly, then the connections are not returned to the pool because Synchronization callbacks are not done properly. This has been fixed.

Add a comment