This is an automated email from the ASF dual-hosted git repository.
jgallimore pushed a change to branch tomee-7.0.x
in repository https://gitbox.apache.org/repos/asf/tomee.git.
from 279a7b0 Adding sample XA config for popular databases
new 012d92e Attempting to avoid edge case with using multiple connections
from the same datasource in the same transaction
new a53aa5f Unit test for ManagedConnection behaviour
new f17af06 Checkstyle
new 471b818 Unused code
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../openejb/resource/jdbc/managed/local/Key.java | 81 ++++++++++++++++++++++
.../jdbc/managed/local/ManagedConnection.java | 62 +++++------------
.../jdbc/managed/local/ManagedDataSource.java | 34 +++++++--
.../jdbc/managed/xa/ManagedXADataSource.java | 5 ++
.../jdbc/ManagedConnectionBehaviorTest.java | 72 ++++++++++++++++++-
5 files changed, 204 insertions(+), 50 deletions(-)
create mode 100644
container/openejb-core/src/main/java/org/apache/openejb/resource/jdbc/managed/local/Key.java