See <https://hudson.apache.org/hudson/job/OpenJPA-trunk/341/changes>

Changes:

[mikedd] OPENJPA-1897: Add all reserved words to invalid column name set

------------------------------------------
[...truncated 13931 lines...]
247  test  INFO   [main] Tests -  *Begin a transaction.
247  test  INFO   [main] Tests -  *Save ReadLockLevel before Query:READ
247  test  INFO   [main] Tests -  *Query 
org.apache.openjpa.persistence.lock.extended.LSE1x1LfJT(1112201) with 
PESSIMISTIC_WRITE lock
247  test  INFO   [main] openjpa.Runtime - The database is unable to lock this 
query.  Each object matching the query will be locked individually after it is 
loaded; however, it is technically possible that another transaction could 
modify the data before the lock is obtained.  See the documentation on Object 
Locking for details.
"SELECT t0.id, t0.version, t0.firstName, t2.id, t2.version, t2.lastName FROM 
LSE1x1LfJT t0 INNER JOIN Uni1x1LfJT_Uni1x1RT t1 ON t0.id = t1.LSE1X1LFJT_ID 
LEFT OUTER JOIN LSE1x1Rt t2 ON t1.UNIRIGHTJT_ID = t2.id WHERE (t0.firstName 
LIKE ? ESCAPE '\')" 
249  test  INFO   [main] Tests -  *Found 1 entity
266  test  INFO   [main] Tests -  *Found 
entity:org.apache.openjpa.persistence.lock.extended.lse1x1l...@82b104[id=1112201,
 ver=1, firstName=firstName 1112201] 
unirightjt=org.apache.openjpa.persistence.lock.extended.lse1x...@33871a[id=1122201,
 ver=1, lastName=lastName 1122201]
266  test  INFO   [main] Tests -  *Ensure ReadLockLevel remains at level READ
266  test  INFO   [main] Tests -  *Find 
org.apache.openjpa.persistence.lock.extended.LSE1x1LfJT(1112202) with no lock 
to verify query lock set does not affect em lock mode.
266  test  INFO   [main] Tests -  *Find an entity
267  test  INFO   [main] Tests -  *Found 
entity:org.apache.openjpa.persistence.lock.extended.lse1x1l...@1309ec[id=1112202,
 ver=2, firstName=firstName 1112202] 
unirightjt=org.apache.openjpa.persistence.lock.extended.lse1x...@1f086d7[id=1122202,
 ver=2, lastName=lastName 1122202]
267  test  INFO   [main] Tests - Committing transaction.
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.1.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".
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.1.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".
10  test  INFO   [main] openjpa.Runtime - Starting OpenJPA 2.1.0-SNAPSHOT
180  test  INFO   [main] Tests - ** testExtendedUni1x1JTLock()
192  test  INFO   [main] Tests - ** testExtendedUni1x1JTLock()
192  test  INFO   [main] Tests - -- Test find with no lock in Extended scope
192  test  INFO   [main] Tests -  *Begin a transaction.
192  test  INFO   [main] Tests -  *Find 
org.apache.openjpa.persistence.lock.extended.LSE1x1LfJT(1112211) with no lock
199  test  INFO   [main] Tests -  *Find entity
199  test  INFO   [main] Tests -  *Found 
entity:org.apache.openjpa.persistence.lock.extended.lse1x1l...@19d6246[id=1112211,
 ver=1, firstName=firstName 1112211] 
unirightjt=org.apache.openjpa.persistence.lock.extended.lse1x...@19f0d93[id=1122211,
 ver=1, lastName=lastName 1122211]
199  test  INFO   [main] Tests -  *Find 
org.apache.openjpa.persistence.lock.extended.LSE1x1LfJT(1112212) with 
pessimistic force increment lock
200  test  INFO   [main] openjpa.Runtime - The database is unable to lock this 
query.  Each object matching the query will be locked individually after it is 
loaded; however, it is technically possible that another transaction could 
modify the data before the lock is obtained.  See the documentation on Object 
Locking for details.
"SELECT t0.version, t0.firstName, t2.id, t2.version, t2.lastName FROM 
LSE1x1LfJT t0 INNER JOIN Uni1x1LfJT_Uni1x1RT t1 ON t0.id = t1.LSE1X1LFJT_ID 
LEFT OUTER JOIN LSE1x1Rt t2 ON t1.UNIRIGHTJT_ID = t2.id WHERE t0.id = ?" 
212  test  INFO   [main] Tests -  *Find entity
220  test  INFO   [main] Tests -  *Found 
entity:org.apache.openjpa.persistence.lock.extended.lse1x1l...@1b1a17a[id=1112212,
 ver=1, firstName=firstName 1112212] 
unirightjt=org.apache.openjpa.persistence.lock.extended.lse1x...@e08dfa[id=1122212,
 ver=1, lastName=lastName 1122212]
220  test  INFO   [main] Tests - Committing transaction.
232  test  INFO   [main] Tests - -- Test query with pessimistic read lock in 
Extended scope
232  test  INFO   [main] Tests -  *Begin a transaction.
232  test  INFO   [main] Tests -  *Save ReadLockLevel before Query:READ
232  test  INFO   [main] Tests -  *Query 
org.apache.openjpa.persistence.lock.extended.LSE1x1LfJT(1112211) with 
PESSIMISTIC_READ lock
234  test  WARN   [main] openjpa.Runtime - "javax.persistence.lock.scope" is 
not a supported query hint. May be you meant "javax.persistence.lock.timeout"?
234  test  INFO   [main] openjpa.Runtime - The database is unable to lock this 
query.  Each object matching the query will be locked individually after it is 
loaded; however, it is technically possible that another transaction could 
modify the data before the lock is obtained.  See the documentation on Object 
Locking for details.
"SELECT t0.id, t0.version, t0.firstName, t2.id, t2.version, t2.lastName FROM 
LSE1x1LfJT t0 INNER JOIN Uni1x1LfJT_Uni1x1RT t1 ON t0.id = t1.LSE1X1LFJT_ID 
LEFT OUTER JOIN LSE1x1Rt t2 ON t1.UNIRIGHTJT_ID = t2.id WHERE (t0.firstName 
LIKE ? ESCAPE '\')" 
244  test  INFO   [main] Tests -  *Found 1 entity
260  test  INFO   [main] Tests -  *Found 
entity:org.apache.openjpa.persistence.lock.extended.lse1x1l...@14f5643[id=1112211,
 ver=1, firstName=firstName 1112211] 
unirightjt=org.apache.openjpa.persistence.lock.extended.lse1x...@1a881cc[id=1122211,
 ver=1, lastName=lastName 1122211]
260  test  INFO   [main] Tests -  *Find 
org.apache.openjpa.persistence.lock.extended.LSE1x1LfJT(1112212) with no lock 
to verify query lock set does not affect em lock mode.
261  test  INFO   [main] Tests -  *Find entity
261  test  INFO   [main] Tests -  *Found 
entity:org.apache.openjpa.persistence.lock.extended.lse1x1l...@1cfa835[id=1112212,
 ver=2, firstName=firstName 1112212] 
unirightjt=org.apache.openjpa.persistence.lock.extended.lse1x...@2c61be[id=1122212,
 ver=2, lastName=lastName 1122212]
261  test  INFO   [main] Tests - Committing transaction.
262  test  INFO   [main] Tests - -- Test name query with pessimistic write lock 
in Extended scope
262  test  INFO   [main] Tests -  *Begin a transaction.
262  test  INFO   [main] Tests -  *Save ReadLockLevel before Query:READ
262  test  INFO   [main] Tests -  *Query 
org.apache.openjpa.persistence.lock.extended.LSE1x1LfJT(1112211) with 
PESSIMISTIC_WRITE lock
263  test  WARN   [main] openjpa.Runtime - "javax.persistence.lock.scope" is 
not a supported query hint. May be you meant "javax.persistence.lock.timeout"?
263  test  WARN   [main] openjpa.Runtime - "javax.persistence.lock.scope" is 
not a supported query hint. May be you meant "javax.persistence.lock.timeout"?
264  test  INFO   [main] openjpa.Runtime - The database is unable to lock this 
query.  Each object matching the query will be locked individually after it is 
loaded; however, it is technically possible that another transaction could 
modify the data before the lock is obtained.  See the documentation on Object 
Locking for details.
"SELECT t0.id, t0.version, t0.firstName, t2.id, t2.version, t2.lastName FROM 
LSE1x1LfJT t0 INNER JOIN Uni1x1LfJT_Uni1x1RT t1 ON t0.id = t1.LSE1X1LFJT_ID 
LEFT OUTER JOIN LSE1x1Rt t2 ON t1.UNIRIGHTJT_ID = t2.id WHERE (t0.firstName 
LIKE ? ESCAPE '\')" 
265  test  INFO   [main] Tests -  *Found 1 entity
281  test  INFO   [main] Tests -  *Found 
entity:org.apache.openjpa.persistence.lock.extended.lse1x1l...@15ae6c7[id=1112211,
 ver=1, firstName=firstName 1112211] 
unirightjt=org.apache.openjpa.persistence.lock.extended.lse1x...@e53663[id=1122211,
 ver=1, lastName=lastName 1122211]
281  test  INFO   [main] Tests -  *Ensure ReadLockLevel remains at level READ
282  test  INFO   [main] Tests -  *Find 
org.apache.openjpa.persistence.lock.extended.LSE1x1LfJT(1112212) with no lock 
to verify query lock set does not affect em lock mode.
282  test  INFO   [main] Tests -  *Find an entity
282  test  INFO   [main] Tests -  *Found 
entity:org.apache.openjpa.persistence.lock.extended.lse1x1l...@12ac650[id=1112212,
 ver=2, firstName=firstName 1112212] 
unirightjt=org.apache.openjpa.persistence.lock.extended.lse1x...@141e734[id=1122212,
 ver=2, lastName=lastName 1122212]
282  test  INFO   [main] Tests - Committing transaction.
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.1.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.1.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.1.0-SNAPSHOT
174  test  INFO   [main] Tests - ** testNormalUni1x1JTLazyLock()
188  test  INFO   [main] Tests - ** testNormalUni1x1JTLazyLock()
188  test  INFO   [main] Tests - -- Test find with no lock in Normal scope
188  test  INFO   [main] Tests -  *Begin a transaction.
188  test  INFO   [main] Tests -  *Find 
org.apache.openjpa.persistence.lock.extended.LSE1x1LfJTLzy(1112101) with no lock
191  test  INFO   [main] Tests -  *Find entity
197  test  INFO   [main] Tests -  *Found 
entity:org.apache.openjpa.persistence.lock.extended.lse1x1lfjt...@e9e799[id=1112101,
 ver=1, firstName=firstName 1112101] 
unirightjt=org.apache.openjpa.persistence.lock.extended.lse1x...@4421ab[id=1122101,
 ver=1, lastName=lastName 1122101]
197  test  INFO   [main] Tests -  *Find 
org.apache.openjpa.persistence.lock.extended.LSE1x1LfJTLzy(1112102) with 
pessimistic force increment lock
202  test  INFO   [main] Tests -  *Find entity
203  test  INFO   [main] Tests -  *Found 
entity:org.apache.openjpa.persistence.lock.extended.lse1x1lfjt...@15ef3e7[id=1112102,
 ver=1, firstName=firstName 1112102] 
unirightjt=org.apache.openjpa.persistence.lock.extended.lse1x...@1bd07dd[id=1122102,
 ver=1, lastName=lasttName 1122102]
203  test  INFO   [main] Tests - Committing transaction.
212  test  INFO   [main] Tests - -- Test query with pessimistic read lock in 
Normal scope
212  test  INFO   [main] Tests -  *Begin a transaction.
212  test  INFO   [main] Tests -  *Save ReadLockLevel before Query:READ
212  test  INFO   [main] Tests -  *Query 
org.apache.openjpa.persistence.lock.extended.LSE1x1LfJTLzy(1112101) with 
PESSIMISTIC_READ lock
218  test  INFO   [main] Tests -  *Found 1 entity
219  test  INFO   [main] Tests -  *Found 
entity:org.apache.openjpa.persistence.lock.extended.lse1x1lfjt...@1aa38c7[id=1112101,
 ver=1, firstName=firstName 1112101] 
unirightjt=org.apache.openjpa.persistence.lock.extended.lse1x...@1ff7feb[id=1122101,
 ver=1, lastName=lastName 1122101]
219  test  INFO   [main] Tests -  *Find 
org.apache.openjpa.persistence.lock.extended.LSE1x1LfJTLzy(1112102) with no 
lock to verify query lock set does not affect em lock mode.
220  test  INFO   [main] Tests -  *Find entity
225  test  INFO   [main] Tests -  *Found 
entity:org.apache.openjpa.persistence.lock.extended.lse1x1lfjt...@40f445[id=1112102,
 ver=2, firstName=firstName 1112102] 
unirightjt=org.apache.openjpa.persistence.lock.extended.lse1x...@ed4b7a[id=1122102,
 ver=1, lastName=lasttName 1122102]
225  test  INFO   [main] Tests - Committing transaction.
225  test  INFO   [main] Tests - -- Test name query with pessimistic write lock 
in Normal scope
225  test  INFO   [main] Tests -  *Begin a transaction.
225  test  INFO   [main] Tests -  *Save ReadLockLevel before Query:READ
225  test  INFO   [main] Tests -  *Query 
org.apache.openjpa.persistence.lock.extended.LSE1x1LfJTLzy(1112101) with 
PESSIMISTIC_WRITE lock
226  test  INFO   [main] Tests -  *Found 1 entity
227  test  INFO   [main] Tests -  *Found 
entity:org.apache.openjpa.persistence.lock.extended.lse1x1lfjt...@1cacaa7[id=1112101,
 ver=1, firstName=firstName 1112101] 
unirightjt=org.apache.openjpa.persistence.lock.extended.lse1x...@50b410[id=1122101,
 ver=1, lastName=lastName 1122101]
227  test  INFO   [main] Tests -  *Ensure ReadLockLevel remains at level READ
227  test  INFO   [main] Tests -  *Find 
org.apache.openjpa.persistence.lock.extended.LSE1x1LfJTLzy(1112102) with no 
lock to verify query lock set does not affect em lock mode.
227  test  INFO   [main] Tests -  *Find an entity
228  test  INFO   [main] Tests -  *Found 
entity:org.apache.openjpa.persistence.lock.extended.lse1x1lfjt...@bb6598[id=1112102,
 ver=2, firstName=firstName 1112102] 
unirightjt=org.apache.openjpa.persistence.lock.extended.lse1x...@16968c4[id=1122102,
 ver=1, lastName=lasttName 1122102]
228  test  INFO   [main] Tests - Committing transaction.
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.1.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.1.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".
10  test  INFO   [main] openjpa.Runtime - Starting OpenJPA 2.1.0-SNAPSHOT
181  test  INFO   [main] Tests - ** testExtendedUni1x1JTLazyLock()
192  test  INFO   [main] Tests - ** testExtendedUni1x1JTLazyLock()
192  test  INFO   [main] Tests - -- Test find with no lock in Extended scope
192  test  INFO   [main] Tests -  *Begin a transaction.
192  test  INFO   [main] Tests -  *Find 
org.apache.openjpa.persistence.lock.extended.LSE1x1LfJTLzy(1112111) with no lock
196  test  INFO   [main] Tests -  *Find entity
201  test  INFO   [main] Tests -  *Found 
entity:org.apache.openjpa.persistence.lock.extended.lse1x1lfjt...@d98863[id=1112111,
 ver=1, firstName=firstName 1112111] 
unirightjt=org.apache.openjpa.persistence.lock.extended.lse1x...@6a0df6[id=1122111,
 ver=1, lastName=lastName 1122111]
201  test  INFO   [main] Tests -  *Find 
org.apache.openjpa.persistence.lock.extended.LSE1x1LfJTLzy(1112112) with 
pessimistic force increment lock
207  test  INFO   [main] Tests -  *Find entity
208  test  INFO   [main] Tests -  *Found 
entity:org.apache.openjpa.persistence.lock.extended.lse1x1lfjt...@dd7f3b[id=1112112,
 ver=1, firstName=firstName 1112112] 
unirightjt=org.apache.openjpa.persistence.lock.extended.lse1x...@178b5d4[id=1122112,
 ver=1, lastName=lasttName 1122112]
208  test  INFO   [main] Tests - Committing transaction.
216  test  INFO   [main] Tests - -- Test query with pessimistic read lock in 
Extended scope
216  test  INFO   [main] Tests -  *Begin a transaction.
216  test  INFO   [main] Tests -  *Save ReadLockLevel before Query:READ
216  test  INFO   [main] Tests -  *Query 
org.apache.openjpa.persistence.lock.extended.LSE1x1LfJTLzy(1112111) with 
PESSIMISTIC_READ lock
218  test  WARN   [main] openjpa.Runtime - "javax.persistence.lock.scope" is 
not a supported query hint. May be you meant "javax.persistence.lock.timeout"?
223  test  INFO   [main] Tests -  *Found 1 entity
224  test  INFO   [main] Tests -  *Found 
entity:org.apache.openjpa.persistence.lock.extended.lse1x1lfjt...@114c598[id=1112111,
 ver=1, firstName=firstName 1112111] 
unirightjt=org.apache.openjpa.persistence.lock.extended.lse1x...@9c71bf[id=1122111,
 ver=1, lastName=lastName 1122111]
224  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.
224  test  INFO   [main] Tests -  *Find entity
225  test  INFO   [main] Tests -  *Found 
entity:org.apache.openjpa.persistence.lock.extended.lse1x1lfjt...@3d3258[id=1112112,
 ver=2, firstName=firstName 1112112] 
unirightjt=org.apache.openjpa.persistence.lock.extended.lse1x...@a1fcba[id=1122112,
 ver=1, lastName=lasttName 1122112]
225  test  INFO   [main] Tests - Committing transaction.
226  test  INFO   [main] Tests - -- Test name query with pessimistic write lock 
in Extended scope
226  test  INFO   [main] Tests -  *Begin a transaction.
226  test  INFO   [main] Tests -  *Save ReadLockLevel before Query:READ
226  test  INFO   [main] Tests -  *Query 
org.apache.openjpa.persistence.lock.extended.LSE1x1LfJTLzy(1112111) with 
PESSIMISTIC_WRITE lock
226  test  WARN   [main] openjpa.Runtime - "javax.persistence.lock.scope" is 
not a supported query hint. May be you meant "javax.persistence.lock.timeout"?
227  test  WARN   [main] openjpa.Runtime - "javax.persistence.lock.scope" is 
not a supported query hint. May be you meant "javax.persistence.lock.timeout"?
228  test  INFO   [main] Tests -  *Found 1 entity
229  test  INFO   [main] Tests -  *Found 
entity:org.apache.openjpa.persistence.lock.extended.lse1x1lfjt...@161b46d[id=1112111,
 ver=1, firstName=firstName 1112111] 
unirightjt=org.apache.openjpa.persistence.lock.extended.lse1x...@1cb546b[id=1122111,
 ver=1, lastName=lastName 1122111]
229  test  INFO   [main] Tests -  *Ensure ReadLockLevel remains at level READ
229  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.
229  test  INFO   [main] Tests -  *Find an entity
230  test  INFO   [main] Tests -  *Found 
entity:org.apache.openjpa.persistence.lock.extended.lse1x1lfjt...@1e1a796[id=1112112,
 ver=2, firstName=firstName 1112112] 
unirightjt=org.apache.openjpa.persistence.lock.extended.lse1x...@14395fb[id=1122112,
 ver=1, lastName=lasttName 1122112]
230  test  INFO   [main] Tests - Committing transaction.
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.021 sec
Running org.apache.openjpa.persistence.lockmgr.TestMixedLockManagerFindException
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.1.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.1.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.1.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.1.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.1.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.1.0-SNAPSHOT
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.368 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.1.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.1.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.1.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.1.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.1.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.1.0-SNAPSHOT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.263 sec
Running org.apache.openjpa.persistence.lockmgr.TestMixedLockManagerNonVersion
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.1.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".
5  test  INFO   [main] openjpa.Runtime - Starting OpenJPA 2.1.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.1.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.1.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.1.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".
2  test  INFO   [main] openjpa.Runtime - Starting OpenJPA 2.1.0-SNAPSHOT
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.25 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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.0-SNAPSHOT
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.756 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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.0-SNAPSHOT
Build timed out. Aborting
Process 1290549975841 is killed.
[HUDSON] Recording test results
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Unable to call isArchivingDisabled. Invalid object ID 13
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.IllegalStateException: Unable to call isArchivingDisabled. Invalid 
object ID 13
        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: 44 minutes 59 seconds
[INFO] Finished at: Tue Nov 23 22:14:40 UTC 2010
[INFO] Final Memory: 117M/550M
[INFO] ------------------------------------------------------------------------
channel stopped

Reply via email to