Connection Sharing in a local Transaction
It seems there are several issues around this but doesn't look like it is never been answered.
Whenever there is multiple getConnection calls to same jdbc resource in a local transaction using the Non-XA datasource, you get a new connection every time you invoke the method.
But with XA datasource same connection is being reused. It is still happening in 4.1, can someone please explain if it is really an issue or is it by design ?
Thanks