This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git.


    from f708d61  Merge pull request #496 from Daniel-Dos/TOMEE-2551
     new 255e284  TOMEE-2557 add debug logging for ManagedConnection
     new 64d3ce5  Attempting to avoid edge case with using multiple connections 
from the same datasource in the same transaction
     new 262f219  Checkstyle
     new 864b6fa  Fix test failures for custom ORM with CMP
     new 5a89bef  Unused code
     new b6d92c0  Unit test for ManagedConnection behaviour

The 6 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:
 .../tests/cmp/sample/CustomOrmXmlCastTest.java     |   2 +-
 .../tests/cmp/sample/CustomOrmXmlTest.java         |   2 +-
 .../openejb/resource/jdbc/managed/local/Key.java   |  81 ++++++++++++++
 .../jdbc/managed/local/ManagedConnection.java      | 124 +++++++++++++--------
 .../jdbc/managed/local/ManagedDataSource.java      |  34 +++++-
 .../jdbc/managed/xa/ManagedXADataSource.java       |   5 +
 .../jdbc/ManagedConnectionBehaviorTest.java        |  72 +++++++++++-
 7 files changed, 264 insertions(+), 56 deletions(-)
 create mode 100644 
container/openejb-core/src/main/java/org/apache/openejb/resource/jdbc/managed/local/Key.java

Reply via email to