See <https://hudson.apache.org/hudson/job/OpenJPA-2.1.x/11/changes>

Changes:

[curtisr7] OPENJPA-1917: Cache column alias.

------------------------------------------
[...truncated 14793 lines...]
-------------------------------------------------------
Running org.apache.openjpa.slice.TestQuery
5  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not 
explicitly listed via "openjpa.slice.Names" property.The configuration will be 
scanned to determine slice identifiers.
6  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in 
configuration.
65  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
394  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 
2.1.0-SNAPSHOT
1099  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
2242  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
5999  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM 
PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) 
FROM PObject p" is not cached because it returns a single value rather than a 
list. A query that returns single value can not be cached. .
6398  ordering  WARN   [main] openjpa.Runtime - Query "SELECT MAX(p.value) FROM 
PObject p" is removed from cache  excluded permanently. Query "SELECT 
MAX(p.value) FROM PObject p" is not cached because it returns a single value 
rather than a list. A query that returns single value can not be cached. .
6441  ordering  WARN   [main] openjpa.Runtime - Query "SELECT MIN(p.value) FROM 
PObject p" is removed from cache  excluded permanently. Query "SELECT 
MIN(p.value) FROM PObject p" is not cached because it returns a single value 
rather than a list. A query that returns single value can not be cached. .
6482  ordering  WARN   [main] openjpa.Runtime - Query "SELECT SUM(p.value) FROM 
PObject p" is removed from cache  excluded permanently. Query "SELECT 
SUM(p.value) FROM PObject p" is not cached because it returns a single value 
rather than a list. A query that returns single value can not be cached. .
6520  ordering  WARN   [main] openjpa.Runtime - Query "SELECT 
MIN(p.value),MAX(p.value) FROM PObject p" is removed from cache  excluded 
permanently. Query "SELECT MIN(p.value),MAX(p.value) FROM PObject p" is not 
cached because it returns a single value rather than a list. A query that 
returns single value can not be cached. .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not 
explicitly listed via "openjpa.slice.Names" property.The configuration will be 
scanned to determine slice identifiers.
0  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in 
configuration.
3  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
33  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 
2.1.0-SNAPSHOT
31  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
31  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
697  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM 
PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) 
FROM PObject p" is not cached because it returns a single value rather than a 
list. A query that returns single value can not be cached. .
804  ordering  WARN   [main] openjpa.Runtime - Query "SELECT MAX(p.value) FROM 
PObject p WHERE MOD(p.value,2)=0" is removed from cache  excluded permanently. 
Query "SELECT MAX(p.value) FROM PObject p WHERE MOD(p.value,2)=0" is not cached 
because it returns a single value rather than a list. A query that returns 
single value can not be cached. .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not 
explicitly listed via "openjpa.slice.Names" property.The configuration will be 
scanned to determine slice identifiers.
0  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in 
configuration.
3  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
43  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 
2.1.0-SNAPSHOT
40  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
9  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
424  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM 
PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) 
FROM PObject p" is not cached because it returns a single value rather than a 
list. A query that returns single value can not be cached. .
520  ordering  WARN   [main] openjpa.Runtime - Query "SELECT p FROM PObject p 
ORDER BY p.value ASC" is removed from cache  excluded permanently. Query 
"SELECT p FROM PObject p ORDER BY p.value ASC" is not cached because its result 
is not obtained by executing a select statement. This can happen if the query 
was evaluated in-memory. The result was provided by 
org.apache.openjpa.kernel.OrderingMergedResultObjectProvider.  .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not 
explicitly listed via "openjpa.slice.Names" property.The configuration will be 
scanned to determine slice identifiers.
0  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in 
configuration.
3  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
21  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 
2.1.0-SNAPSHOT
19  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
18  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
328  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM 
PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) 
FROM PObject p" is not cached because it returns a single value rather than a 
list. A query that returns single value can not be cached. .
395  ordering  WARN   [main] openjpa.Runtime - Query "SELECT p FROM PObject p" 
is removed from cache  excluded permanently. Query "SELECT p FROM PObject p" is 
not cached because its result is not obtained by executing a select statement. 
This can happen if the query was evaluated in-memory. The result was provided 
by org.apache.openjpa.lib.rop.MergedResultObjectProvider.  .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not 
explicitly listed via "openjpa.slice.Names" property.The configuration will be 
scanned to determine slice identifiers.
0  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in 
configuration.
14  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
21  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 
2.1.0-SNAPSHOT
19  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
18  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
294  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM 
PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) 
FROM PObject p" is not cached because it returns a single value rather than a 
list. A query that returns single value can not be cached. .
360  ordering  WARN   [main] openjpa.Runtime - Query "SELECT p FROM PObject p 
ORDER BY p.value" is removed from cache  excluded permanently. Query "SELECT p 
FROM PObject p ORDER BY p.value" is not cached because its result is not 
obtained by executing a select statement. This can happen if the query was 
evaluated in-memory. The result was provided by 
org.apache.openjpa.kernel.OrderingMergedResultObjectProvider.  .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not 
explicitly listed via "openjpa.slice.Names" property.The configuration will be 
scanned to determine slice identifiers.
1  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in 
configuration.
3  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
10  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 
2.1.0-SNAPSHOT
25  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
25  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
287  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM 
PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) 
FROM PObject p" is not cached because it returns a single value rather than a 
list. A query that returns single value can not be cached. .
363  ordering  WARN   [main] openjpa.Runtime - Query "SELECT p FROM PObject p 
WHERE p.value > :v" is removed from cache  excluded permanently. Query "SELECT 
p FROM PObject p WHERE p.value > :v" is not cached because its result is not 
obtained by executing a select statement. This can happen if the query was 
evaluated in-memory. The result was provided by 
org.apache.openjpa.lib.rop.MergedResultObjectProvider.  .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not 
explicitly listed via "openjpa.slice.Names" property.The configuration will be 
scanned to determine slice identifiers.
0  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in 
configuration.
14  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
20  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 
2.1.0-SNAPSHOT
21  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
9  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
294  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM 
PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) 
FROM PObject p" is not cached because it returns a single value rather than a 
list. A query that returns single value can not be cached. .
463  ordering  WARN   [main] openjpa.Runtime - Query "select a from Address a 
where a.city = :city" is removed from cache  excluded permanently. Query 
"select a from Address a where a.city = :city" is not cached because its result 
is not obtained by executing a select statement. This can happen if the query 
was evaluated in-memory. The result was provided by 
org.apache.openjpa.lib.rop.MergedResultObjectProvider.  .
673  ordering  WARN   [main] openjpa.Runtime - Query "SELECT p FROM Person p 
WHERE p.address = :a" is removed from cache  excluded permanently. Query 
"SELECT p FROM Person p WHERE p.address = :a" is not cached because its result 
is not obtained by executing a select statement. This can happen if the query 
was evaluated in-memory. The result was provided by 
org.apache.openjpa.lib.rop.MergedResultObjectProvider.  .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not 
explicitly listed via "openjpa.slice.Names" property.The configuration will be 
scanned to determine slice identifiers.
0  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in 
configuration.
2  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
19  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 
2.1.0-SNAPSHOT
18  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
7  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
220  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM 
PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) 
FROM PObject p" is not cached because it returns a single value rather than a 
list. A query that returns single value can not be cached. .
314  ordering  WARN   [main] openjpa.Runtime - Query "SELECT p.value,p FROM 
PObject p ORDER BY p.value ASC" is removed from cache  excluded permanently. 
Query "SELECT p.value,p FROM PObject p ORDER BY p.value ASC" is not cached 
because its result is not obtained by executing a select statement. This can 
happen if the query was evaluated in-memory. The result was provided by 
org.apache.openjpa.kernel.OrderingMergedResultObjectProvider.  .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not 
explicitly listed via "openjpa.slice.Names" property.The configuration will be 
scanned to determine slice identifiers.
1  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in 
configuration.
3  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
8  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 
2.1.0-SNAPSHOT
7  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
28  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
282  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM 
PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) 
FROM PObject p" is not cached because it returns a single value rather than a 
list. A query that returns single value can not be cached. .
349  ordering  WARN   [main] openjpa.Runtime - Query "SELECT p FROM PObject p 
ORDER BY p.value ASC" is removed from cache  excluded permanently. Query 
"SELECT p FROM PObject p ORDER BY p.value ASC" is not cached because its result 
is not obtained by executing a select statement. This can happen if the query 
was evaluated in-memory. The result was provided by 
org.apache.openjpa.kernel.OrderingMergedResultObjectProvider.  .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not 
explicitly listed via "openjpa.slice.Names" property.The configuration will be 
scanned to determine slice identifiers.
1  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in 
configuration.
3  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
9  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 
2.1.0-SNAPSHOT
22  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
22  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
223  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM 
PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) 
FROM PObject p" is not cached because it returns a single value rather than a 
list. A query that returns single value can not be cached. .
367  ordering  WARN   [main] openjpa.Runtime - Query "SELECT p FROM Person p 
JOIN p.address a ORDER BY a.zip ASC, a.city DESC" is removed from cache  
excluded permanently. Query "SELECT p FROM Person p JOIN p.address a ORDER BY 
a.zip ASC, a.city DESC" is not cached because its result is not obtained by 
executing a select statement. This can happen if the query was evaluated 
in-memory. The result was provided by 
org.apache.openjpa.kernel.OrderingMergedResultObjectProvider.  .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not 
explicitly listed via "openjpa.slice.Names" property.The configuration will be 
scanned to determine slice identifiers.
13  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in 
configuration.
15  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
19  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 
2.1.0-SNAPSHOT
19  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
19  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
212  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM 
PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) 
FROM PObject p" is not cached because it returns a single value rather than a 
list. A query that returns single value can not be cached. .
275  ordering  WARN   [main] openjpa.Runtime - Query "SELECT p FROM PObject p" 
is removed from cache  excluded permanently. Query "SELECT p FROM PObject p" is 
not cached because its result is not obtained by executing a select statement. 
This can happen if the query was evaluated in-memory. The result was provided 
by org.apache.openjpa.lib.rop.MergedResultObjectProvider.  .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not 
explicitly listed via "openjpa.slice.Names" property.The configuration will be 
scanned to determine slice identifiers.
1  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in 
configuration.
2  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
10  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 
2.1.0-SNAPSHOT
21  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
18  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
203  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM 
PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) 
FROM PObject p" is not cached because it returns a single value rather than a 
list. A query that returns single value can not be cached. .
298  ordering  WARN   [main] openjpa.Runtime - Query "select c from Car c" is 
removed from cache  excluded permanently. Query "select c from Car c" is not 
cached because its result is not obtained by executing a select statement. This 
can happen if the query was evaluated in-memory. The result was provided by 
org.apache.openjpa.lib.rop.MergedResultObjectProvider.  .
306  ordering  WARN   [main] openjpa.Runtime - Query "select m from 
Manufacturer m" is removed from cache  excluded permanently. Query "select m 
from Manufacturer m" is not cached because its result is not obtained by 
executing a select statement. This can happen if the query was evaluated 
in-memory. The result was provided by 
org.apache.openjpa.lib.rop.MergedResultObjectProvider.  .
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.924 sec
Running org.apache.openjpa.slice.TestQueryMultiThreaded
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not 
explicitly listed via "openjpa.slice.Names" property.The configuration will be 
scanned to determine slice identifiers.
14  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in 
configuration.
18  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
23  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 
2.1.0-SNAPSHOT
5  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
6  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
254  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM 
PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) 
FROM PObject p" is not cached because it returns a single value rather than a 
list. A query that returns single value can not be cached. .
429  ordering  WARN   [Thread-2] openjpa.Runtime - Query "SELECT p.value,p FROM 
PObject p ORDER BY p.value ASC" is removed from cache  excluded permanently. 
Query "SELECT p.value,p FROM PObject p ORDER BY p.value ASC" is not cached 
because its result is not obtained by executing a select statement. This can 
happen if the query was evaluated in-memory. The result was provided by 
org.apache.openjpa.kernel.OrderingMergedResultObjectProvider.  .
1  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not 
explicitly listed via "openjpa.slice.Names" property.The configuration will be 
scanned to determine slice identifiers.
9  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in 
configuration.
11  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
30  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 
2.1.0-SNAPSHOT
34  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
21  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
254  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM 
PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) 
FROM PObject p" is not cached because it returns a single value rather than a 
list. A query that returns single value can not be cached. .
492  ordering  WARN   [Thread-8] openjpa.Runtime - Query "SELECT MAX(p.value) 
FROM PObject p" is removed from cache  excluded permanently. Query "SELECT 
MAX(p.value) FROM PObject p" is not cached because it returns a single value 
rather than a list. A query that returns single value can not be cached. .
495  ordering  WARN   [Thread-8] openjpa.Runtime - Query "SELECT MIN(p.value) 
FROM PObject p" is removed from cache  excluded permanently. Query "SELECT 
MIN(p.value) FROM PObject p" is not cached because it returns a single value 
rather than a list. A query that returns single value can not be cached. .
502  ordering  WARN   [Thread-10] openjpa.Runtime - Query "SELECT SUM(p.value) 
FROM PObject p" is removed from cache  excluded permanently. Query "SELECT 
SUM(p.value) FROM PObject p" is not cached because it returns a single value 
rather than a list. A query that returns single value can not be cached. .
511  ordering  WARN   [Thread-10] openjpa.Runtime - Query "SELECT 
MIN(p.value),MAX(p.value) FROM PObject p" is removed from cache  excluded 
permanently. Query "SELECT MIN(p.value),MAX(p.value) FROM PObject p" is not 
cached because it returns a single value rather than a list. A query that 
returns single value can not be cached. .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not 
explicitly listed via "openjpa.slice.Names" property.The configuration will be 
scanned to determine slice identifiers.
0  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in 
configuration.
1  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
48  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 
2.1.0-SNAPSHOT
47  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
14  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
233  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM 
PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) 
FROM PObject p" is not cached because it returns a single value rather than a 
list. A query that returns single value can not be cached. .
355  ordering  WARN   [Thread-12] openjpa.Runtime - Query "SELECT MAX(p.value) 
FROM PObject p WHERE MOD(p.value,2)=0" is removed from cache  excluded 
permanently. Query "SELECT MAX(p.value) FROM PObject p WHERE MOD(p.value,2)=0" 
is not cached because it returns a single value rather than a list. A query 
that returns single value can not be cached. .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not 
explicitly listed via "openjpa.slice.Names" property.The configuration will be 
scanned to determine slice identifiers.
1  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in 
configuration.
18  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
24  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 
2.1.0-SNAPSHOT
8  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
8  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
230  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM 
PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) 
FROM PObject p" is not cached because it returns a single value rather than a 
list. A query that returns single value can not be cached. .
377  ordering  WARN   [Thread-17] openjpa.Runtime - Query "SELECT p.value,p 
FROM PObject p ORDER BY p.value ASC" is removed from cache  excluded 
permanently. Query "SELECT p.value,p FROM PObject p ORDER BY p.value ASC" is 
not cached because its result is not obtained by executing a select statement. 
This can happen if the query was evaluated in-memory. The result was provided 
by org.apache.openjpa.kernel.OrderingMergedResultObjectProvider.  .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not 
explicitly listed via "openjpa.slice.Names" property.The configuration will be 
scanned to determine slice identifiers.
1  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in 
configuration.
2  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
6  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 
2.1.0-SNAPSHOT
16  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
17  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
189  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM 
PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) 
FROM PObject p" is not cached because it returns a single value rather than a 
list. A query that returns single value can not be cached. .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not 
explicitly listed via "openjpa.slice.Names" property.The configuration will be 
scanned to determine slice identifiers.
0  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in 
configuration.
1  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
19  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 
2.1.0-SNAPSHOT
19  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
18  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
1623  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM 
PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) 
FROM PObject p" is not cached because it returns a single value rather than a 
list. A query that returns single value can not be cached. .
1846  ordering  WARN   [Thread-822] openjpa.Runtime - Query "SELECT p FROM 
PObject p" is removed from cache  excluded permanently. Query "SELECT p FROM 
PObject p" is not cached because its result is not obtained by executing a 
select statement. This can happen if the query was evaluated in-memory. The 
result was provided by org.apache.openjpa.lib.rop.MergedResultObjectProvider.  .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not 
explicitly listed via "openjpa.slice.Names" property.The configuration will be 
scanned to determine slice identifiers.
1  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in 
configuration.
12  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
17  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 
2.1.0-SNAPSHOT
5  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
5  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
161  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM 
PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) 
FROM PObject p" is not cached because it returns a single value rather than a 
list. A query that returns single value can not be cached. .
286  ordering  WARN   [Thread-827] openjpa.Runtime - Query "SELECT p FROM 
PObject p ORDER BY p.value" is removed from cache  excluded permanently. Query 
"SELECT p FROM PObject p ORDER BY p.value" is not cached because its result is 
not obtained by executing a select statement. This can happen if the query was 
evaluated in-memory. The result was provided by 
org.apache.openjpa.kernel.OrderingMergedResultObjectProvider.  .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not 
explicitly listed via "openjpa.slice.Names" property.The configuration will be 
scanned to determine slice identifiers.
16  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in 
configuration.
18  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
22  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 
2.1.0-SNAPSHOT
5  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
5  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
170  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM 
PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) 
FROM PObject p" is not cached because it returns a single value rather than a 
list. A query that returns single value can not be cached. .
269  ordering  WARN   [Thread-832] openjpa.Runtime - Query "SELECT p FROM 
PObject p WHERE p.value > :v" is removed from cache  excluded permanently. 
Query "SELECT p FROM PObject p WHERE p.value > :v" is not cached because its 
result is not obtained by executing a select statement. This can happen if the 
query was evaluated in-memory. The result was provided by 
org.apache.openjpa.lib.rop.MergedResultObjectProvider.  .
1  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not 
explicitly listed via "openjpa.slice.Names" property.The configuration will be 
scanned to determine slice identifiers.
12  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in 
configuration.
14  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
18  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 
2.1.0-SNAPSHOT
4  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
4  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class 
"org.apache.openjpa.jdbc.sql.DerbyDictionary".
188  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM 
PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) 
FROM PObject p" is not cached because it returns a single value rather than a 
list. A query that returns single value can not be cached. .
265  ordering  WARN   [Thread-837] openjpa.Runtime - Query "select a from 
Address a where a.city = :city" is removed from cache  excluded permanently. 
Query "select a from Address a where a.city = :city" is not cached because its 
result is not obtained by executing a select statement. This can happen if the 
query was evaluated in-memory. The result was provided by 
org.apache.openjpa.lib.rop.MergedResultObjectProvider.  .
273  ordering  WARN   [Thread-837] openjpa.Runtime - Query "SELECT p FROM 
Person p WHERE p.address = :a" is removed from cache  excluded permanently. 
Query "SELECT p FROM Person p WHERE p.address = :a" is not cached because its 
result is not obtained by executing a select statement. This can happen if the 
query was evaluated in-memory. The result was provided by 
org.apache.openjpa.lib.rop.MergedResultObjectProvider.  .
Build timed out. Aborting
killed.
[HUDSON] Recording test results
channel stopped
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] null
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.reflect.UndeclaredThrowableException
        at $Proxy2.isArchivingDisabled(Unknown Source)
        at 
hudson.maven.MavenBuildProxy$Filter.isArchivingDisabled(MavenBuildProxy.java:222)
        at hudson.maven.reporters.MavenArtifact.archive(MavenArtifact.java:192)
        at 
hudson.maven.reporters.MavenArtifactArchiver.postBuild(MavenArtifactArchiver.java:107)
        at 
hudson.maven.MavenModuleSetBuild$Builder.postModule(MavenModuleSetBuild.java:800)
        at 
hudson.maven.MavenBuilder$Adapter.fireLeaveModule(MavenBuilder.java:317)
        at hudson.maven.MavenBuilder$Adapter.postBuild(MavenBuilder.java:275)
        at 
org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:68)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at hudson.maven.agent.Main.launch(Main.java:165)
        at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
        at 
hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:750)
        at 
hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:694)
        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:619)
Caused by: hudson.remoting.ChannelClosedException: channel is already closed
        at hudson.remoting.Channel.send(Channel.java:467)
        at hudson.remoting.Request.call(Request.java:105)
        at hudson.remoting.Channel.call(Channel.java:630)
        at 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:158)
        ... 30 more
Caused by: hudson.remoting.Channel$OrderlyShutdown
        at hudson.remoting.Channel$CloseCommand.execute(Channel.java:764)
        at hudson.remoting.Channel$ReaderThread.run(Channel.java:963)
Caused by: Command close created at
        at hudson.remoting.Command.<init>(Command.java:58)
        at hudson.remoting.Command.<init>(Command.java:47)
        at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:760)
        at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:760)
        at hudson.remoting.Channel.close(Channel.java:805)
        at hudson.slaves.Channels$1.close(Channels.java:91)
        at hudson.maven.ProcessCache$MavenProcess.discard(ProcessCache.java:145)
        at 
hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:541)
        at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:416)
        at hudson.model.Run.run(Run.java:1324)
        at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:349)
        at hudson.model.ResourceController.execute(ResourceController.java:88)
        at hudson.model.Executor.run(Executor.java:139)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 87 minutes 45 seconds
[INFO] Finished at: Wed Jan 05 11:04:11 PST 2011
[INFO] Final Memory: 131M/570M
[INFO] ------------------------------------------------------------------------

Reply via email to