See <https://hudson.apache.org/hudson/job/OpenJPA-trunk/380/changes>
Changes: [ppoddar] OPENJPA-1923: Remove restriction to enclose collection-valued query parameter in parentheses. [ppoddar] OPENJPA-1923: Remove restriction to enclose collection-valued query parameter in parentheses. The commit ran tests locally and partially as my TeamCity agent is broken. ------------------------------------------ [...truncated 19574 lines...] 451 test INFO [main] Tests - Committing transaction. 1 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 1 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 9 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 164 test INFO [main] Tests - ** testExtendedUni1x1JTLazyLock() 174 test INFO [main] Tests - ** testExtendedUni1x1JTLazyLock() 174 test INFO [main] Tests - -- Test find with no lock in Extended scope 174 test INFO [main] Tests - *Begin a transaction. 174 test INFO [main] Tests - *Find org.apache.openjpa.persistence.lock.extended.LSE1x1LfJTLzy(1112111) with no lock 177 test INFO [main] Tests - *Find entity 181 test INFO [main] Tests - *Found entity:org.apache.openjpa.persistence.lock.extended.LSE1x1LfJTLzy@1a282af[id=1112111, ver=1, firstName=firstName 1112111] uniRightJT=org.apache.openjpa.persistence.lock.extended.LSE1x1Rt@1e994ed[id=1122111, ver=1, lastName=lastName 1122111] 182 test INFO [main] Tests - *Find org.apache.openjpa.persistence.lock.extended.LSE1x1LfJTLzy(1112112) with pessimistic force increment lock 187 test INFO [main] Tests - *Find entity 188 test INFO [main] Tests - *Found entity:org.apache.openjpa.persistence.lock.extended.LSE1x1LfJTLzy@19657e5[id=1112112, ver=1, firstName=firstName 1112112] uniRightJT=org.apache.openjpa.persistence.lock.extended.LSE1x1Rt@19b6541[id=1122112, ver=1, lastName=lasttName 1122112] 188 test INFO [main] Tests - Committing transaction. 197 test INFO [main] Tests - -- Test query with pessimistic read lock in Extended scope 197 test INFO [main] Tests - *Begin a transaction. 197 test INFO [main] Tests - *Save ReadLockLevel before Query:READ 197 test INFO [main] Tests - *Query org.apache.openjpa.persistence.lock.extended.LSE1x1LfJTLzy(1112111) with PESSIMISTIC_READ lock 198 test WARN [main] openjpa.Runtime - "javax.persistence.lock.scope" is not a supported query hint. May be you meant "javax.persistence.lock.timeout"? 203 test INFO [main] Tests - *Found 1 entity 204 test INFO [main] Tests - *Found entity:org.apache.openjpa.persistence.lock.extended.LSE1x1LfJTLzy@161b46d[id=1112111, ver=1, firstName=firstName 1112111] uniRightJT=org.apache.openjpa.persistence.lock.extended.LSE1x1Rt@1cb546b[id=1122111, ver=1, lastName=lastName 1122111] 204 test INFO [main] Tests - *Find org.apache.openjpa.persistence.lock.extended.LSE1x1LfJTLzy(1112112) with no lock to verify query lock set does not affect em lock mode. 205 test INFO [main] Tests - *Find entity 205 test INFO [main] Tests - *Found entity:org.apache.openjpa.persistence.lock.extended.LSE1x1LfJTLzy@1c19e22[id=1112112, ver=2, firstName=firstName 1112112] uniRightJT=org.apache.openjpa.persistence.lock.extended.LSE1x1Rt@2bb129[id=1122112, ver=1, lastName=lasttName 1122112] 205 test INFO [main] Tests - Committing transaction. 206 test INFO [main] Tests - -- Test name query with pessimistic write lock in Extended scope 206 test INFO [main] Tests - *Begin a transaction. 206 test INFO [main] Tests - *Save ReadLockLevel before Query:READ 206 test INFO [main] Tests - *Query org.apache.openjpa.persistence.lock.extended.LSE1x1LfJTLzy(1112111) with PESSIMISTIC_WRITE lock 207 test WARN [main] openjpa.Runtime - "javax.persistence.lock.scope" is not a supported query hint. May be you meant "javax.persistence.lock.timeout"? 207 test WARN [main] openjpa.Runtime - "javax.persistence.lock.scope" is not a supported query hint. May be you meant "javax.persistence.lock.timeout"? 208 test INFO [main] Tests - *Found 1 entity 209 test INFO [main] Tests - *Found entity:org.apache.openjpa.persistence.lock.extended.LSE1x1LfJTLzy@fa578a[id=1112111, ver=1, firstName=firstName 1112111] uniRightJT=org.apache.openjpa.persistence.lock.extended.LSE1x1Rt@1441cce[id=1122111, ver=1, lastName=lastName 1122111] 209 test INFO [main] Tests - *Ensure ReadLockLevel remains at level READ 209 test INFO [main] Tests - *Find org.apache.openjpa.persistence.lock.extended.LSE1x1LfJTLzy(1112112) with no lock to verify query lock set does not affect em lock mode. 209 test INFO [main] Tests - *Find an entity 210 test INFO [main] Tests - *Found entity:org.apache.openjpa.persistence.lock.extended.LSE1x1LfJTLzy@49cb8c[id=1112112, ver=2, firstName=firstName 1112112] uniRightJT=org.apache.openjpa.persistence.lock.extended.LSE1x1Rt@937af[id=1122112, ver=1, lastName=lasttName 1122112] 210 test INFO [main] Tests - Committing transaction. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.151 sec Running org.apache.openjpa.persistence.lockmgr.TestMixedLockManagerFindException 1 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 1 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 4 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 1 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 4 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.073 sec Running org.apache.openjpa.persistence.lockmgr.TestMixedLockManagerDeadlock 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 1 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.417 sec Running org.apache.openjpa.persistence.lockmgr.TestMixedLockManagerNonVersion 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 4 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.177 sec Running org.apache.openjpa.persistence.lockmgr.TestMixedLockManagerFindBasic 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 1 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.632 sec Running org.apache.openjpa.persistence.lockmgr.TestMixedLockManagerRefreshPermutation 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 1 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 4 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 1 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 4 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 1 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 1 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 1 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 4 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 1 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 1 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 4 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 1 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 1 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 4 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 1 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 1 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 4 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 1 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 1 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 4 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 294.408 sec Running org.apache.openjpa.persistence.lockmgr.TestLocking 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 1 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.069 sec Running org.apache.openjpa.persistence.lockmgr.TestMixedLockManagerFindPermutation 1 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 1 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 4 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 1 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 1 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 4 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 1 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT 0 test WARN [main] openjpa.Runtime - The persistence unit "test" was found multiple times in the following resources "[<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml,> jar:<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/openjpa-persistence-jdbc-2.2.0-SNAPSHOT-tests.jar!/META-INF/persistence.xml]",> but persistence unit names should be unique. The first persistence unit matching the provided name in "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-locking/target/test-classes/META-INF/persistence.xml"> is being used. 0 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary". 3 test INFO [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT Build timed out. Aborting killed. [HUDSON] Recording test results [INFO] ------------------------------------------------------------------------ [ERROR] FATAL ERROR [INFO] ------------------------------------------------------------------------ [INFO] Unable to call isArchivingDisabled. Invalid object ID 19 [INFO] ------------------------------------------------------------------------ [INFO] Trace java.lang.IllegalStateException: Unable to call isArchivingDisabled. Invalid object ID 19 at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:268) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:255) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:215) at hudson.remoting.UserRequest.perform(UserRequest.java:114) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:270) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) [INFO] ------------------------------------------------------------------------ [INFO] Total time: 50 minutes 2 seconds [INFO] Finished at: Tue Jan 18 00:52:09 UTC 2011 [INFO] Final Memory: 112M/578M [INFO] ------------------------------------------------------------------------ channel stopped
