This content has been marked as final.
Show 1 reply
-
1. Re: Datasource gives closed connection on usage
nickarls Jun 10, 2016 5:51 AM (in response to nickarls)Hmm, adding a @Transactional(value = TransactionMode.DISABLED) to the test helped. Apparently my service call did something to the transaction that made it impossible to open new connections to it and some exception was swallowed(?)