Support classes for testing with services that require
authorerik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Sun, 25 Apr 2010 21:31:31 +0000 (21:31 +0000)
committererik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Sun, 25 Apr 2010 21:31:31 +0000 (21:31 +0000)
commit91e83e5fe095e04d411b3999583e3c35f8d03006
tree41e5a5b484fb457307fa09ba051c9af506a5c406
parent973a60502e7e50b3cc71e85946b64783ceec2a5f
Support classes for testing with services that require
a transaction scoped transaction manager.
test/enterprise/src/main/java/org/wamblee/support/ThreadSpecificProxyFactory.java [new file with mode: 0644]
test/enterprise/src/main/java/org/wamblee/support/persistence/TransactionProxyFactory.java [new file with mode: 0644]
test/enterprise/src/test/java/org/wamblee/support/ThreadSpecificProxyFactoryTest.java [new file with mode: 0644]
test/enterprise/src/test/java/org/wamblee/support/persistence/TransactionProxyFactoryTestBase.java [new file with mode: 0644]