You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cayenne.apache.org by Apache Hudson Server <hu...@hudson.zones.apache.org> on 2009/12/18 13:36:10 UTC

Build failed in Hudson: Cayenne-trunk » HSQLDB,JDK 1.6 (latest) #115

See <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.6%20(latest)/115/changes>

Changes:

[aadamchik] CAY-1338: Move CayenneUserDir to the Modeler

CAY-1339: Remove org.apache.cayenne.project package from runtime

* removing o.a.c.DataMapProject - it hasn't been used , so it can be removed immediately
* removing old project upgrade code, leaving placehodlers for upgrade methods
* performing temporary deprecation of the classes to be removed. Once the Modeler is
  updated, these will be removed.
* adding ProjectTreeFactory - a new cleaner way to wrap a project into a Swing tree

------------------------------------------
[...truncated 70665 lines...]
INFO: --- transaction started.
Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO ARTIST (ARTIST_ID, ARTIST_NAME, DATE_OF_BIRTH) VALUES (?, ?, ?)
Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger logQueryParameters
INFO: [bind: 1->ARTIST_ID:259, 2->ARTIST_NAME:'X', 3->DATE_OF_BIRTH:NULL]
Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger logUpdateCount
INFO: === updated 1 row.
Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO PAINTING (ARTIST_ID, ESTIMATED_PRICE, GALLERY_ID, PAINTING_DESCRIPTION, PAINTING_ID, PAINTING_TITLE) VALUES (?, ?, ?, ?, ?, ?)
Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger logQueryParameters
INFO: [bind: 1->ARTIST_ID:259, 2->ESTIMATED_PRICE:NULL, 3->GALLERY_ID:NULL, 4->PAINTING_DESCRIPTION:NULL, 5->PAINTING_ID:257, 6->PAINTING_TITLE:'PX']
Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger logUpdateCount
INFO: === updated 1 row.
Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger logQueryParameters
INFO: [bind: 1->ARTIST_ID:NULL, 2->ESTIMATED_PRICE:NULL, 3->GALLERY_ID:NULL, 4->PAINTING_DESCRIPTION:NULL, 5->PAINTING_ID:258, 6->PAINTING_TITLE:'PY']
Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger logUpdateCount
INFO: === updated 1 row.
Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger logCommitTransaction
INFO: +++ transaction committed.
Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger logQueryStart
INFO: --- will run 1 query.
Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger logBeginTransaction
INFO: --- transaction started.
Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger logQuery
INFO: UPDATE PAINTING SET ARTIST_ID = ? WHERE PAINTING_ID = ?
Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger logQueryParameters
INFO: [bind: 1->ARTIST_ID:259, 2->PAINTING_ID:258]
Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger logUpdateCount
INFO: === updated 1 row.
Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger logCommitTransaction
INFO: +++ transaction committed.
Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger logQueryStart
INFO: --- will run 1 query.
Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger logBeginTransaction
INFO: --- transaction started.
Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger logQuery
INFO: SELECT t0.ARTIST_ID, t0.PAINTING_ID, t0.GALLERY_ID, t0.PAINTING_DESCRIPTION, t0.ESTIMATED_PRICE, t0.PAINTING_TITLE FROM PAINTING t0 WHERE t0.ARTIST_ID = ? [bind: 1->ARTIST_ID:259]
Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger logSelectCount
INFO: === returned 2 rows. - took 1 ms.
Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger logCommitTransaction
INFO: +++ transaction committed.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.937 sec
Running org.apache.cayenne.DataRowTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cayenne.access.types.EnumTypeTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.cayenne.access.CustomQueryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.cayenne.project.validator.DomainValidatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec

Results :

Tests run: 2031, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Building Cayenne Java 1.6 Extensions
[INFO]    task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-jdk1.6-unpublished/target
[INFO] [cayenne-build:date {execution: date}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 1 source file to /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-jdk1.6-unpublished/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables instead
[INFO] [surefire:test]
[INFO] Surefire report directory: /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-jdk1.6-unpublished/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Building Cayenne Project
[INFO]    task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-project-unpublished/target
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 21 source files to /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-project-unpublished/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 7 source files to /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-project-unpublished/target/test-classes
[WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables instead
[INFO] [surefire:test]
[INFO] Surefire report directory: /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-project-unpublished/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cayenne.project2.FileProjectSaverTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.534 sec
Running org.apache.cayenne.project2.ProjectTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.apache.cayenne.project2.upgrade.v6.XMLDataChannelDescriptorLoader_V3_0_0_1Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.apache.cayenne.project2.DataChannelProjectSaverTest
Dec 18, 2009 12:35:51 PM org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader$DataSourceChildrenHandler createChildTagHandler
INFO: loading user name and password.
Dec 18, 2009 12:35:51 PM org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader$DataSourceChildrenHandler createChildTagHandler
INFO: loading user name and password.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec
Running org.apache.cayenne.project2.DataChannelProjectLoaderTest
Dec 18, 2009 12:35:51 PM org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader$DataSourceChildrenHandler createChildTagHandler
INFO: loading user name and password.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.cayenne.project2.upgrade.v6.ProjectUpgrader_V6Test
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec

Results :

Tests run: 10, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Building Cayenne Aggregated Server Jar
[INFO]    task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables instead
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] Building Cayenne Aggregated Client Jar
[INFO]    task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables instead
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] Building Cayenne Tools
[INFO]    task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] artifact org.apache.maven.plugins:maven-remote-resources-plugin: checking for updates from Maven Central Repo
[INFO] [clean:clean]
[INFO] Deleting directory /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-tools/target
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] [remote-resources:process {execution: default}]
[INFO] [compiler:compile]
[INFO] Compiling 28 source files to /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-tools/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 11 source files to /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-tools/target/test-classes
[WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables instead
[INFO] [surefire:test]
[INFO] Surefire report directory: /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-tools/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cayenne.tools.CayenneGeneratorTaskTest
Dec 18, 2009 12:35:58 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from resource loaded through InputStream
Dec 18, 2009 12:35:58 PM org.springframework.core.CollectionFactory <clinit>
INFO: Commons Collections 3.x available
Dec 18, 2009 12:35:58 PM org.apache.cayenne.unit.CayenneResources setupTestDir
INFO: No property 'cayenne.test.dir' set. Using default directory: 'target/testrun'
org.apache.maven.surefire.booter.SurefireExecutionException: org.apache.cayenne.tools.CayenneGeneratorTaskTest; nested exception is java.lang.NoClassDefFoundError: org/apache/cayenne/project/CayenneUserDir; nested exception is org.apache.maven.surefire.testset.TestSetFailedException: org.apache.cayenne.tools.CayenneGeneratorTaskTest; nested exception is java.lang.NoClassDefFoundError: org/apache/cayenne/project/CayenneUserDir
org.apache.maven.surefire.testset.TestSetFailedException: org.apache.cayenne.tools.CayenneGeneratorTaskTest; nested exception is java.lang.NoClassDefFoundError: org/apache/cayenne/project/CayenneUserDir
java.lang.NoClassDefFoundError: org/apache/cayenne/project/CayenneUserDir
	at org.apache.cayenne.unit.ConnectionProperties.loadDefaultProperties(ConnectionProperties.java:93)
	at org.apache.cayenne.unit.ConnectionProperties.<clinit>(ConnectionProperties.java:70)
	at org.apache.cayenne.unit.CayenneResources.setConnectionKey(CayenneResources.java:200)
	at org.apache.cayenne.unit.CayenneResources.loadResources(CayenneResources.java:86)
	at org.apache.cayenne.unit.CayenneResources.getResources(CayenneResources.java:104)
	at org.apache.cayenne.tools.CayenneGeneratorTaskTest.<clinit>(CayenneGeneratorTaskTest.java:40)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
	at junit.framework.TestSuite.createTest(TestSuite.java:131)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:114)
	at junit.framework.TestSuite.<init>(TestSuite.java:75)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
	at org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:151)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:197)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:143)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:130)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
	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.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Caused by: java.lang.ClassNotFoundException: org.apache.cayenne.project.CayenneUserDir
	at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
	... 28 more
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-tools/target/surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 14 seconds
[INFO] Finished at: Fri Dec 18 12:35:58 UTC 2009
[INFO] Final Memory: 71M/206M
[INFO] ------------------------------------------------------------------------
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results


Hudson build is back to normal: Cayenne-trunk » HSQLDB,JDK 1.6 (latest) #118

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.6%20(latest)/118/changes>



Build failed in Hudson: Cayenne-trunk » HSQLDB,JDK 1.6 (latest) #117

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.6%20(latest)/117/changes>

Changes:

[amaniatis] Clover license file added to svn. This makes using Clover really simple now.

------------------------------------------
[...truncated 71498 lines...]
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('FLOAT_TEST', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('GALLERY', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('CLOB_TEST', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('BIGDECIMAL_ENTITY', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('GENERATED_COLUMN_TEST', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('MIXED_PERSISTENCE_STRATEGY', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('SMALLINT_TEST', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('CALENDAR_TEST', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('LONG_ENTITY', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('EXHIBIT', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('BINARY_PK_TEST1', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('BLOB_TEST', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('ENUM_ENTITY', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('ARTGROUP', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('ARTIST', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('NO_PK_TEST', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('GENERATED_COLUMN_DEP', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('GENERATED_COLUMN_TEST2', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('DECIMAL_PK_TST', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('PRIMITIVES_TEST', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('ARTIST_GROUP', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('EXTENDED_TYPE_TEST', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('CHARACTER_ENTITY', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('BIT_TEST', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('COMPOUND_PK_TEST', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('PAINTING', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('BOOLEAN_TEST', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('MEANINGFUL_PK_TEST1', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('COMPOUND_FK_TEST', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('BINARY_PK_TEST2', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('ARTIST_EXHIBIT', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('UUID_TEST', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('ARRAYS_ENTITY', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('CHAR_PK_TEST', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('MIXED_PERSISTENCE_STRATEGY2', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('PAINTING_INFO', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('TINYINT_TEST', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('DATE_TEST', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('PAINTING1', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('CLOB_TEST_RELATION', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('SERIALIZABLE_ENTITY', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('BIGINTEGER_ENTITY', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('GENERATED_COLUMN_COMP_M', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('CHAR_FK_TEST', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('MEANINGFUL_PK_DEP', 200)
Dec 21, 2009 9:42:08 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO AUTO_PK_SUPPORT (TABLE_NAME, NEXT_ID) VALUES ('GENERATED_COLUMN_COMP_KEY', 200)
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.746 sec
Running org.apache.cayenne.tools.AntDataPortDelegateTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.apache.cayenne.gen.DataMapGeneratedQueryRunTest
Dec 21, 2009 9:42:09 AM org.apache.cayenne.access.QueryLogger logQueryStart
INFO: --- will run 2 queries.
Dec 21, 2009 9:42:09 AM org.apache.cayenne.access.QueryLogger logBeginTransaction
INFO: --- transaction started.
Dec 21, 2009 9:42:09 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO ARTIST (ARTIST_ID, ARTIST_NAME) VALUES (1, 'A2')
Dec 21, 2009 9:42:09 AM org.apache.cayenne.access.QueryLogger logUpdateCount
INFO: === updated 1 row.
Dec 21, 2009 9:42:09 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO ARTIST (ARTIST_ID, ARTIST_NAME) VALUES (2, 'A1')
Dec 21, 2009 9:42:09 AM org.apache.cayenne.access.QueryLogger logUpdateCount
INFO: === updated 1 row.
Dec 21, 2009 9:42:09 AM org.apache.cayenne.access.QueryLogger logCommitTransaction
INFO: +++ transaction committed.
Dec 21, 2009 9:42:09 AM org.apache.cayenne.access.QueryLogger logQueryStart
INFO: --- will run 1 query.
Dec 21, 2009 9:42:09 AM org.apache.cayenne.access.QueryLogger logBeginTransaction
INFO: --- transaction started.
Dec 21, 2009 9:42:09 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: SELECT t0.DATE_OF_BIRTH, t0.ARTIST_ID, t0.ARTIST_NAME FROM ARTIST t0 WHERE t0.ARTIST_NAME = ? [bind: 1->ARTIST_NAME:'A1'] - prepared in 26 ms.
Dec 21, 2009 9:42:09 AM org.apache.cayenne.access.QueryLogger logSelectCount
INFO: === returned 1 row. - took 35 ms.
Dec 21, 2009 9:42:09 AM org.apache.cayenne.access.QueryLogger logCommitTransaction
INFO: +++ transaction committed.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 sec
Running org.apache.cayenne.gen.ClassGenerationActionTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 sec
Running org.apache.cayenne.tools.NamePatternMatcherTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.apache.cayenne.map.naming.SmartNamingStrategyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
Running org.apache.cayenne.access.AbstractDbLoaderDelegateTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.apache.cayenne.tools.DbGeneratorTaskTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cayenne.gen.ClientDataMapGeneratedQueryRunTest
Dec 21, 2009 9:42:10 AM org.apache.cayenne.remote.BaseConnection sendMessage
INFO: --- Message 0: Bootstrap
Dec 21, 2009 9:42:10 AM org.apache.cayenne.remote.BaseConnection sendMessage
INFO: === Message 0: Bootstrap done - took 8 ms.
Dec 21, 2009 9:42:10 AM org.apache.cayenne.remote.BaseConnection sendMessage
INFO: --- Message 1: flush-cascade-sync
Dec 21, 2009 9:42:10 AM org.apache.cayenne.access.QueryLogger logQueryStart
INFO: --- will run 2 queries.
Dec 21, 2009 9:42:10 AM org.apache.cayenne.access.QueryLogger logBeginTransaction
INFO: --- transaction started.
Dec 21, 2009 9:42:10 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: SELECT NEXT_ID FROM AUTO_PK_SUPPORT WHERE TABLE_NAME = 'MT_TABLE1'
Dec 21, 2009 9:42:10 AM org.apache.cayenne.access.QueryLogger logSelectCount
INFO: === returned 1 row. - took 4 ms.
Dec 21, 2009 9:42:10 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: UPDATE AUTO_PK_SUPPORT SET NEXT_ID = NEXT_ID + 20 WHERE TABLE_NAME = 'MT_TABLE1'
Dec 21, 2009 9:42:10 AM org.apache.cayenne.access.QueryLogger logUpdateCount
INFO: === updated 1 row.
Dec 21, 2009 9:42:10 AM org.apache.cayenne.access.QueryLogger logQueryStart
INFO: --- will run 1 query.
Dec 21, 2009 9:42:10 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO MT_TABLE1 (GLOBAL_ATTRIBUTE1, SERVER_ATTRIBUTE1, SUBCLASS_ATTRIBUTE1, TABLE1_ID) VALUES (?, ?, ?, ?)
Dec 21, 2009 9:42:10 AM org.apache.cayenne.access.QueryLogger logQueryParameters
INFO: [bind: 1->GLOBAL_ATTRIBUTE1:'A1', 2->SERVER_ATTRIBUTE1:NULL, 3->SUBCLASS_ATTRIBUTE1:NULL, 4->TABLE1_ID:200]
Dec 21, 2009 9:42:10 AM org.apache.cayenne.access.QueryLogger logUpdateCount
INFO: === updated 1 row.
Dec 21, 2009 9:42:10 AM org.apache.cayenne.access.QueryLogger logCommitTransaction
INFO: +++ transaction committed.
Dec 21, 2009 9:42:10 AM org.apache.cayenne.remote.BaseConnection sendMessage
INFO: === Message 1: flush-cascade-sync done - took 54 ms.
Dec 21, 2009 9:42:10 AM org.apache.cayenne.remote.BaseConnection sendMessage
INFO: --- Message 2: Query
Dec 21, 2009 9:42:10 AM org.apache.cayenne.access.QueryLogger logQueryStart
INFO: --- will run 1 query.
Dec 21, 2009 9:42:10 AM org.apache.cayenne.access.QueryLogger logBeginTransaction
INFO: --- transaction started.
Dec 21, 2009 9:42:10 AM org.apache.cayenne.access.QueryLogger logQuery
INFO: SELECT t0.GLOBAL_ATTRIBUTE1, t0.TABLE1_ID, t0.SERVER_ATTRIBUTE1, t0.SUBCLASS_ATTRIBUTE1 FROM MT_TABLE1 t0
Dec 21, 2009 9:42:10 AM org.apache.cayenne.access.QueryLogger logSelectCount
INFO: === returned 1 row. - took 7 ms.
Dec 21, 2009 9:42:10 AM org.apache.cayenne.access.QueryLogger logCommitTransaction
INFO: +++ transaction committed.
Dec 21, 2009 9:42:10 AM org.apache.cayenne.remote.BaseConnection sendMessage
INFO: === Message 2: Query done - took 12 ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec
Running org.apache.cayenne.tools.CayenneGeneratorTaskCrossMapRelationshipsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
Running org.apache.cayenne.gen.ImportUtilsTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

Tests run: 45, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building jar: /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-tools/target/cayenne-tools-3.1-SNAPSHOT.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: bundle-source-jar}]
[INFO] Building jar: /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-tools/target/cayenne-tools-3.1-SNAPSHOT-sources.jar
[INFO] [install:install]
[INFO] Installing /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-tools/target/cayenne-tools-3.1-SNAPSHOT.jar to /export/home/hudson/.m2/repository/org/apache/cayenne/cayenne-tools/3.1-SNAPSHOT/cayenne-tools-3.1-SNAPSHOT.jar
[INFO] Installing /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-tools/target/cayenne-tools-3.1-SNAPSHOT-sources.jar to /export/home/hudson/.m2/repository/org/apache/cayenne/cayenne-tools/3.1-SNAPSHOT/cayenne-tools-3.1-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Cayenne Modeler
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-modeler/target
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [remote-resources:process {execution: default}]
[INFO] snapshot org.apache.cayenne.unpublished:cayenne-wocompat-unpublished:3.1-SNAPSHOT: checking for updates from apache-snapshots
Downloading: http://repository.apache.org/snapshots/org/apache/cayenne/unpublished/cayenne-wocompat-unpublished/3.1-SNAPSHOT/cayenne-wocompat-unpublished-3.1-SNAPSHOT.pom
Downloading: http://repository.apache.org/snapshots/org/apache/cayenne/unpublished/cayenne-wocompat-unpublished/3.1-SNAPSHOT/cayenne-wocompat-unpublished-3.1-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.cayenne.unpublished:cayenne-wocompat-unpublished:jar:3.1-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.cayenne.unpublished -DartifactId=cayenne-wocompat-unpublished -Dversion=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.cayenne.unpublished -DartifactId=cayenne-wocompat-unpublished -Dversion=3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.cayenne:cayenne-modeler:jar:3.1-SNAPSHOT
  	2) org.apache.cayenne.unpublished:cayenne-wocompat-unpublished:jar:3.1-SNAPSHOT

----------
1 required artifact is missing.

for artifact: 
  org.apache.cayenne:cayenne-modeler:jar:3.1-SNAPSHOT

from the specified remote repositories:
  Nexus (http://repository.apache.org/snapshots),
  central (http://repo1.maven.org/maven2)


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 minutes 7 seconds
[INFO] Finished at: Mon Dec 21 09:42:17 UTC 2009
[INFO] Final Memory: 76M/208M
[INFO] ------------------------------------------------------------------------
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results


Build failed in Hudson: Cayenne-trunk » HSQLDB,JDK 1.6 (latest) #116

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.6%20(latest)/116/changes>

Changes:

[aadamchik] removing regression profiler from trunk
while a possibly useful tool, it has been unmaintained for years. we can restore it from branches if we need it

[aadamchik] a few unused test resources

[aadamchik] CAY-1342 Remove wocompat package from Cayenne core

(also removing various unused test resources)

------------------------------------------
[...truncated 70758 lines...]
Dec 18, 2009 2:28:10 PM org.apache.cayenne.access.QueryLogger logBeginTransaction
INFO: --- transaction started.
Dec 18, 2009 2:28:10 PM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO ARTIST (ARTIST_ID, ARTIST_NAME, DATE_OF_BIRTH) VALUES (?, ?, ?)
Dec 18, 2009 2:28:10 PM org.apache.cayenne.access.QueryLogger logQueryParameters
INFO: [bind: 1->ARTIST_ID:259, 2->ARTIST_NAME:'X', 3->DATE_OF_BIRTH:NULL]
Dec 18, 2009 2:28:10 PM org.apache.cayenne.access.QueryLogger logUpdateCount
INFO: === updated 1 row.
Dec 18, 2009 2:28:10 PM org.apache.cayenne.access.QueryLogger logQuery
INFO: INSERT INTO PAINTING (ARTIST_ID, ESTIMATED_PRICE, GALLERY_ID, PAINTING_DESCRIPTION, PAINTING_ID, PAINTING_TITLE) VALUES (?, ?, ?, ?, ?, ?)
Dec 18, 2009 2:28:10 PM org.apache.cayenne.access.QueryLogger logQueryParameters
INFO: [bind: 1->ARTIST_ID:NULL, 2->ESTIMATED_PRICE:NULL, 3->GALLERY_ID:NULL, 4->PAINTING_DESCRIPTION:NULL, 5->PAINTING_ID:257, 6->PAINTING_TITLE:'PY']
Dec 18, 2009 2:28:10 PM org.apache.cayenne.access.QueryLogger logUpdateCount
INFO: === updated 1 row.
Dec 18, 2009 2:28:10 PM org.apache.cayenne.access.QueryLogger logQueryParameters
INFO: [bind: 1->ARTIST_ID:259, 2->ESTIMATED_PRICE:NULL, 3->GALLERY_ID:NULL, 4->PAINTING_DESCRIPTION:NULL, 5->PAINTING_ID:258, 6->PAINTING_TITLE:'PX']
Dec 18, 2009 2:28:10 PM org.apache.cayenne.access.QueryLogger logUpdateCount
INFO: === updated 1 row.
Dec 18, 2009 2:28:10 PM org.apache.cayenne.access.QueryLogger logCommitTransaction
INFO: +++ transaction committed.
Dec 18, 2009 2:28:10 PM org.apache.cayenne.access.QueryLogger logQueryStart
INFO: --- will run 1 query.
Dec 18, 2009 2:28:10 PM org.apache.cayenne.access.QueryLogger logBeginTransaction
INFO: --- transaction started.
Dec 18, 2009 2:28:10 PM org.apache.cayenne.access.QueryLogger logQuery
INFO: UPDATE PAINTING SET ARTIST_ID = ? WHERE PAINTING_ID = ?
Dec 18, 2009 2:28:10 PM org.apache.cayenne.access.QueryLogger logQueryParameters
INFO: [bind: 1->ARTIST_ID:259, 2->PAINTING_ID:257]
Dec 18, 2009 2:28:10 PM org.apache.cayenne.access.QueryLogger logUpdateCount
INFO: === updated 1 row.
Dec 18, 2009 2:28:10 PM org.apache.cayenne.access.QueryLogger logCommitTransaction
INFO: +++ transaction committed.
Dec 18, 2009 2:28:10 PM org.apache.cayenne.access.QueryLogger logQueryStart
INFO: --- will run 1 query.
Dec 18, 2009 2:28:10 PM org.apache.cayenne.access.QueryLogger logBeginTransaction
INFO: --- transaction started.
Dec 18, 2009 2:28:10 PM org.apache.cayenne.access.QueryLogger logQuery
INFO: SELECT t0.ARTIST_ID, t0.PAINTING_ID, t0.GALLERY_ID, t0.PAINTING_DESCRIPTION, t0.ESTIMATED_PRICE, t0.PAINTING_TITLE FROM PAINTING t0 WHERE t0.ARTIST_ID = ? [bind: 1->ARTIST_ID:259]
Dec 18, 2009 2:28:10 PM org.apache.cayenne.access.QueryLogger logSelectCount
INFO: === returned 2 rows. - took 1 ms.
Dec 18, 2009 2:28:10 PM org.apache.cayenne.access.QueryLogger logCommitTransaction
INFO: +++ transaction committed.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.935 sec
Running org.apache.cayenne.DataRowTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.cayenne.access.types.EnumTypeTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.cayenne.access.CustomQueryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.cayenne.project.validator.DomainValidatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec

Results :

Tests run: 1985, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Building Cayenne Java 1.6 Extensions
[INFO]    task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-jdk1.6-unpublished/target
[INFO] [cayenne-build:date {execution: date}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 1 source file to /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-jdk1.6-unpublished/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables instead
[INFO] [surefire:test]
[INFO] Surefire report directory: /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-jdk1.6-unpublished/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Building Cayenne Project
[INFO]    task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-project-unpublished/target
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 21 source files to /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-project-unpublished/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 7 source files to /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-project-unpublished/target/test-classes
[WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables instead
[INFO] [surefire:test]
[INFO] Surefire report directory: /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-project-unpublished/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cayenne.project2.FileProjectSaverTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 sec
Running org.apache.cayenne.project2.ProjectTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.apache.cayenne.project2.upgrade.v6.XMLDataChannelDescriptorLoader_V3_0_0_1Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.apache.cayenne.project2.DataChannelProjectSaverTest
Dec 18, 2009 2:28:16 PM org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader$DataSourceChildrenHandler createChildTagHandler
INFO: loading user name and password.
Dec 18, 2009 2:28:16 PM org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader$DataSourceChildrenHandler createChildTagHandler
INFO: loading user name and password.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec
Running org.apache.cayenne.project2.DataChannelProjectLoaderTest
Dec 18, 2009 2:28:16 PM org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader$DataSourceChildrenHandler createChildTagHandler
INFO: loading user name and password.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.apache.cayenne.project2.upgrade.v6.ProjectUpgrader_V6Test
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec

Results :

Tests run: 10, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Building Cayenne Aggregated Server Jar
[INFO]    task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables instead
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] Building Cayenne Aggregated Client Jar
[INFO]    task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables instead
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] Building Cayenne Tools
[INFO]    task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-tools/target
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] [remote-resources:process {execution: default}]
[INFO] [compiler:compile]
[INFO] Compiling 28 source files to /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-tools/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 11 source files to /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-tools/target/test-classes
[WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables instead
[INFO] [surefire:test]
[INFO] Surefire report directory: /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-tools/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cayenne.tools.CayenneGeneratorTaskTest
Dec 18, 2009 2:28:21 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from resource loaded through InputStream
Dec 18, 2009 2:28:22 PM org.springframework.core.CollectionFactory <clinit>
INFO: Commons Collections 3.x available
Dec 18, 2009 2:28:22 PM org.apache.cayenne.unit.CayenneResources setupTestDir
INFO: No property 'cayenne.test.dir' set. Using default directory: 'target/testrun'
org.apache.maven.surefire.booter.SurefireExecutionException: org.apache.cayenne.tools.CayenneGeneratorTaskTest; nested exception is java.lang.NoClassDefFoundError: org/apache/cayenne/project/CayenneUserDir; nested exception is org.apache.maven.surefire.testset.TestSetFailedException: org.apache.cayenne.tools.CayenneGeneratorTaskTest; nested exception is java.lang.NoClassDefFoundError: org/apache/cayenne/project/CayenneUserDir
org.apache.maven.surefire.testset.TestSetFailedException: org.apache.cayenne.tools.CayenneGeneratorTaskTest; nested exception is java.lang.NoClassDefFoundError: org/apache/cayenne/project/CayenneUserDir
java.lang.NoClassDefFoundError: org/apache/cayenne/project/CayenneUserDir
	at org.apache.cayenne.unit.ConnectionProperties.loadDefaultProperties(ConnectionProperties.java:93)
	at org.apache.cayenne.unit.ConnectionProperties.<clinit>(ConnectionProperties.java:70)
	at org.apache.cayenne.unit.CayenneResources.setConnectionKey(CayenneResources.java:200)
	at org.apache.cayenne.unit.CayenneResources.loadResources(CayenneResources.java:86)
	at org.apache.cayenne.unit.CayenneResources.getResources(CayenneResources.java:104)
	at org.apache.cayenne.tools.CayenneGeneratorTaskTest.<clinit>(CayenneGeneratorTaskTest.java:40)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
	at junit.framework.TestSuite.createTest(TestSuite.java:131)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:114)
	at junit.framework.TestSuite.<init>(TestSuite.java:75)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
	at org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:151)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:197)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:143)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:130)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
	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.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Caused by: java.lang.ClassNotFoundException: org.apache.cayenne.project.CayenneUserDir
	at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
	... 28 more
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/trunk/framework/cayenne-tools/target/surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 53 seconds
[INFO] Finished at: Fri Dec 18 14:28:22 UTC 2009
[INFO] Final Memory: 70M/182M
[INFO] ------------------------------------------------------------------------
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results


Re: Pom module dependencies

Posted by Andrus Adamchik <an...@objectstyle.org>.
Not 100% sure how the Maven "reactor" (an in-build set of projects)  
scoping works. But yeah, installing modules is the safest thing you  
can do.

>
>   [INFO] Failed to resolve dependencies for one or more projects in  
> the reactor. Reason: Missing:
>   ----------
>   1) org.apache.cayenne.unpublished:cayenne-wocompat-unpublished:jar: 
> 3.1-SNAPSHOT

My bad. We have module listings duplicated between 1.5 and 1.6  
profiles. The wocompat wasn't in 1.6 profile. Fixed now.

Andrus


On Dec 21, 2009, at 11:16 AM, Aristedes Maniatis wrote:
> On 19/12/09 9:54 AM, Aristedes Maniatis wrote:
>> OK. I changed it. I don't understand Maven despite having slightly  
>> used
>> it for some years now. The problem with 'install' is just that it  
>> takes
>> so long. I don't understand why we want to install anything: can't  
>> the
>> modules just build themselves against the compiled code in the other
>> modules? Do they have to build against what is 'installed'?
>
> I've tracked down the problems I have in Clover to be exactly the  
> same issues. That is, each module in Cayenne builds not against the  
> other modules (and the code which ends up in target folders) but  
> instead against what is 'installed'. Which means that really, you  
> have to *always* install if you want to be sure to avoid problems.
>
> Is this:
>
> A: just how maven works?
> B: something odd about the setup of Cayenne's pom?
>
> If B, what is needed to fix this and make 'install' go away? Right  
> now I am stuck unable to build Cayenne at all, because of this error:
>
>   [INFO]  
> ------------------------------------------------------------------------
>   [INFO] Building Cayenne Modeler
>   [INFO]    task-segment: [install]
>   [INFO]  
> ------------------------------------------------------------------------
>
> ....
>
>   [INFO] Failed to resolve dependencies for one or more projects in  
> the reactor. Reason: Missing:
>   ----------
>   1) org.apache.cayenne.unpublished:cayenne-wocompat-unpublished:jar: 
> 3.1-SNAPSHOT
>
>
> I'm guessing that it is alphabetically after cayenne-modeler and so  
> the build can never get to that module to build it and install it. I  
> can probably get around it by manually installing that module and  
> then trying to build the whole project again. But ugh...
>
> Ari
>
> -- 
>
> -------------------------->
> Aristedes Maniatis
> GPG fingerprint CBFB 84B4 738D 4E87 5E5C  5EFA EF6A 7D2E 3E49 102A
>


Pom module dependencies

Posted by Aristedes Maniatis <ar...@maniatis.org>.
On 19/12/09 9:54 AM, Aristedes Maniatis wrote:
> OK. I changed it. I don't understand Maven despite having slightly used
> it for some years now. The problem with 'install' is just that it takes
> so long. I don't understand why we want to install anything: can't the
> modules just build themselves against the compiled code in the other
> modules? Do they have to build against what is 'installed'?

I've tracked down the problems I have in Clover to be exactly the same issues. That is, each module in Cayenne builds not against the other modules (and the code which ends up in target folders) but instead against what is 'installed'. Which means that really, you have to *always* install if you want to be sure to avoid problems.

Is this:

A: just how maven works?
B: something odd about the setup of Cayenne's pom?

If B, what is needed to fix this and make 'install' go away? Right now I am stuck unable to build Cayenne at all, because of this error:

    [INFO] ------------------------------------------------------------------------
    [INFO] Building Cayenne Modeler
    [INFO]    task-segment: [install]
    [INFO] ------------------------------------------------------------------------

....

    [INFO] Failed to resolve dependencies for one or more projects in the reactor. Reason: Missing:
    ----------
    1) org.apache.cayenne.unpublished:cayenne-wocompat-unpublished:jar:3.1-SNAPSHOT


I'm guessing that it is alphabetically after cayenne-modeler and so the build can never get to that module to build it and install it. I can probably get around it by manually installing that module and then trying to build the whole project again. But ugh...

Ari

-- 

-------------------------->
Aristedes Maniatis
GPG fingerprint CBFB 84B4 738D 4E87 5E5C  5EFA EF6A 7D2E 3E49 102A

Re: Build failed in Hudson: Cayenne-trunk » HSQLDB,JDK 1.6 (latest) #115

Posted by Andrus Adamchik <an...@objectstyle.org>.
On Dec 19, 2009, at 12:54 AM, Aristedes Maniatis wrote:

> On 18/12/09 11:45 PM, Andrus Adamchik wrote:
>> I think we need "clean install", not just "clean test" on Hudson.  
>> This
>> failure seems to be due to the test linked against the old piece of  
>> code:
>
> OK. I changed it.

Thanks!

>
>>> Wonder if we can have profile to skip docs generation for that..?
>
>> Also why is docs a problem?
>
> Only because it adds a lot of time to the build process. Even as it  
> is without the docs, we are looking at 90 minutes to run the tests.

Interesting. Is that cause the zone is underpowered (or shared with  
others)? After the last change to the javadocs plugin configuration by  
Andrey and also removal of the jpa tests, on my machine "make clean  
install" is ~ 2 minutes. Very fast.

Andrus

Re: Build failed in Hudson: Cayenne-trunk » HSQLDB,JDK 1.6 (latest) #115

Posted by Aristedes Maniatis <ar...@maniatis.org>.
On 18/12/09 11:45 PM, Andrus Adamchik wrote:
> I think we need "clean install", not just "clean test" on Hudson. This
> failure seems to be due to the test linked against the old piece of code:

OK. I changed it. I don't understand Maven despite having slightly used it for some years now. The problem with 'install' is just that it takes so long. I don't understand why we want to install anything: can't the modules just build themselves against the compiled code in the other modules? Do they have to build against what is 'installed'?

I'm having similar problems with Clover [1] where it builds and instruments the files, but then seems to find the uninstrumented classes. There I'm using:

-Dmaven.test.skip=true
-Dmaven.clover.licenseLocation=/export/home/hudson/tools/clover/latest/lib/clover.license
javadoc:javadoc
checkstyle:checkstyle
findbugs:findbugs
com.atlassian.maven.plugins:maven-clover2-plugin:instrument
com.atlassian.maven.plugins:maven-clover2-plugin:aggregate
com.atlassian.maven.plugins:maven-clover2-plugin:clover

That seems to work in other projects, but not for us. I'm guessing it finds 'installed' files which are not instrumented, or something like that.


>> Wonder if we can have profile to skip docs generation for that..?

>Also why is docs a problem?

Only because it adds a lot of time to the build process. Even as it is without the docs, we are looking at 90 minutes to run the tests.


Ari



[1] http://hudson.zones.apache.org/hudson/view/Cayenne/job/Cayenne-doc/clover/
-- 

-------------------------->
Aristedes Maniatis
GPG fingerprint CBFB 84B4 738D 4E87 5E5C  5EFA EF6A 7D2E 3E49 102A

Re: Build failed in Hudson: Cayenne-trunk » HSQLDB,JDK 1.6 (latest) #115

Posted by Andrus Adamchik <an...@objectstyle.org>.
> We'll need install to put artifacts in Hudson's machine repository.

Is that a problem? It most certainly does it for 1.5 builds already.

> Wonder if we can have profile to skip docs generation for that..?

Also why is docs a problem?

Andrus


On Dec 18, 2009, at 3:31 PM, Andrey Razumovsky wrote:

> We'll need install to put artifacts in Hudson's machine repository.  
> Wonder
> if we can have profile to skip docs generation for that..?
>
> 2009/12/18 Andrus Adamchik <an...@objectstyle.org>
>
>>
>> /home/hudson/tools/maven/latest2/bin/mvn "-Djdk=JDK 1.6 (latest)"
>>> -DcayenneTestConnection=HSQLDB clean test
>>>
>>
>> I think we need "clean install", not just "clean test" on Hudson.  
>> This
>> failure seems to be due to the test linked against the old piece of  
>> code:
>>
>> INFO: No property 'cayenne.test.dir' set. Using default directory:
>>> 'target/testrun'
>>> org.apache.maven.surefire.booter.SurefireExecutionException:
>>> org.apache.cayenne.tools.CayenneGeneratorTaskTest; nested  
>>> exception is
>>> java.lang.NoClassDefFoundError: org/apache/cayenne/project/ 
>>> CayenneUserDir;
>>> nested exception is
>>> org.apache.maven.surefire.testset.TestSetFailedException:
>>> org.apache.cayenne.tools.CayenneGeneratorTaskTest; nested  
>>> exception is
>>> java.lang.NoClassDefFoundError: org/apache/cayenne/project/ 
>>> CayenneUserDir
>>> org.apache.maven.surefire.testset.TestSetFailedException:
>>> org.apache.cayenne.tools.CayenneGeneratorTaskTest; nested  
>>> exception is
>>> java.lang.NoClassDefFoundError: org/apache/cayenne/project/ 
>>> CayenneUserDir
>>> java.lang.NoClassDefFoundError: org/apache/cayenne/project/ 
>>> CayenneUserDir
>>>       at
>>> org 
>>> .apache 
>>> .cayenne 
>>> .unit 
>>> .ConnectionProperties 
>>> .loadDefaultProperties(ConnectionProperties.java:93)
>>>       at
>>> org 
>>> .apache 
>>> .cayenne 
>>> .unit.ConnectionProperties.<clinit>(ConnectionProperties.java:70)
>>>       at
>>> org 
>>> .apache 
>>> .cayenne 
>>> .unit.CayenneResources.setConnectionKey(CayenneResources.java:200)
>>>       at
>>> org 
>>> .apache 
>>> .cayenne.unit.CayenneResources.loadResources(CayenneResources.java: 
>>> 86)
>>>
>>
>> If you check ConnectionProperties SVN history, all references to
>> CayenneUserDir class were removed from it in this exact commit that
>> generates the Hudson error above.
>> Andrus
>>
>>
>>
>> On Dec 18, 2009, at 2:36 PM, Apache Hudson Server wrote:
>>
>>> See <
>>> http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.6%20(latest)/115/changes 
>>> <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.6%20%28latest%29/115/changes 
>>> >
>>>>
>>>
>>> Changes:
>>>
>>> [aadamchik] CAY-1338: Move CayenneUserDir to the Modeler
>>>
>>> CAY-1339: Remove org.apache.cayenne.project package from runtime
>>>
>>> * removing o.a.c.DataMapProject - it hasn't been used , so it can be
>>> removed immediately
>>> * removing old project upgrade code, leaving placehodlers for  
>>> upgrade
>>> methods
>>> * performing temporary deprecation of the classes to be removed.  
>>> Once the
>>> Modeler is
>>> updated, these will be removed.
>>> * adding ProjectTreeFactory - a new cleaner way to wrap a project  
>>> into a
>>> Swing tree
>>>
>>> ------------------------------------------
>>> [...truncated 70665 lines...]
>>> INFO: --- transaction started.
>>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger  
>>> logQuery
>>> INFO: INSERT INTO ARTIST (ARTIST_ID, ARTIST_NAME, DATE_OF_BIRTH)  
>>> VALUES
>>> (?, ?, ?)
>>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>>> logQueryParameters
>>> INFO: [bind: 1->ARTIST_ID:259, 2->ARTIST_NAME:'X', 3- 
>>> >DATE_OF_BIRTH:NULL]
>>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>>> logUpdateCount
>>> INFO: === updated 1 row.
>>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger  
>>> logQuery
>>> INFO: INSERT INTO PAINTING (ARTIST_ID, ESTIMATED_PRICE, GALLERY_ID,
>>> PAINTING_DESCRIPTION, PAINTING_ID, PAINTING_TITLE) VALUES  
>>> (?, ?, ?, ?, ?, ?)
>>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>>> logQueryParameters
>>> INFO: [bind: 1->ARTIST_ID:259, 2->ESTIMATED_PRICE:NULL,
>>> 3->GALLERY_ID:NULL, 4->PAINTING_DESCRIPTION:NULL, 5->PAINTING_ID: 
>>> 257,
>>> 6->PAINTING_TITLE:'PX']
>>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>>> logUpdateCount
>>> INFO: === updated 1 row.
>>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>>> logQueryParameters
>>> INFO: [bind: 1->ARTIST_ID:NULL, 2->ESTIMATED_PRICE:NULL,
>>> 3->GALLERY_ID:NULL, 4->PAINTING_DESCRIPTION:NULL, 5->PAINTING_ID: 
>>> 258,
>>> 6->PAINTING_TITLE:'PY']
>>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>>> logUpdateCount
>>> INFO: === updated 1 row.
>>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>>> logCommitTransaction
>>> INFO: +++ transaction committed.
>>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>>> logQueryStart
>>> INFO: --- will run 1 query.
>>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>>> logBeginTransaction
>>> INFO: --- transaction started.
>>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger  
>>> logQuery
>>> INFO: UPDATE PAINTING SET ARTIST_ID = ? WHERE PAINTING_ID = ?
>>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>>> logQueryParameters
>>> INFO: [bind: 1->ARTIST_ID:259, 2->PAINTING_ID:258]
>>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>>> logUpdateCount
>>> INFO: === updated 1 row.
>>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>>> logCommitTransaction
>>> INFO: +++ transaction committed.
>>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>>> logQueryStart
>>> INFO: --- will run 1 query.
>>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>>> logBeginTransaction
>>> INFO: --- transaction started.
>>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger  
>>> logQuery
>>> INFO: SELECT t0.ARTIST_ID, t0.PAINTING_ID, t0.GALLERY_ID,
>>> t0.PAINTING_DESCRIPTION, t0.ESTIMATED_PRICE, t0.PAINTING_TITLE  
>>> FROM PAINTING
>>> t0 WHERE t0.ARTIST_ID = ? [bind: 1->ARTIST_ID:259]
>>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>>> logSelectCount
>>> INFO: === returned 2 rows. - took 1 ms.
>>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>>> logCommitTransaction
>>> INFO: +++ transaction committed.
>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
>>> 0.937 sec
>>> Running org.apache.cayenne.DataRowTest
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
>>> 0.004 sec
>>> Running org.apache.cayenne.access.types.EnumTypeTest
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
>>> 0.003 sec
>>> Running org.apache.cayenne.access.CustomQueryTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
>>> 0.002 sec
>>> Running org.apache.cayenne.project.validator.DomainValidatorTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
>>> 0.002 sec
>>>
>>> Results :
>>>
>>> Tests run: 2031, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Cayenne Java 1.6 Extensions
>>> [INFO]    task-segment: [clean, test]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [clean:clean]
>>> [INFO] Deleting directory
>>> /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/ 
>>> workspace/cayenneTestConnection/HSQLDB/jdk/JDK
>>> 1.6 (latest)/trunk/framework/cayenne-jdk1.6-unpublished/target
>>> [INFO] [cayenne-build:date {execution: date}]
>>> [INFO] [resources:resources]
>>> [INFO] Using default encoding to copy filtered resources.
>>> [INFO] [compiler:compile]
>>> [INFO] Compiling 1 source file to
>>> /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/ 
>>> workspace/cayenneTestConnection/HSQLDB/jdk/JDK
>>> 1.6 (latest)/trunk/framework/cayenne-jdk1.6-unpublished/target/ 
>>> classes
>>> [INFO] [resources:testResources]
>>> [INFO] Using default encoding to copy filtered resources.
>>> [INFO] [compiler:testCompile]
>>> [INFO] Nothing to compile - all classes are up to date
>>> [WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables
>>> instead
>>> [INFO] [surefire:test]
>>> [INFO] Surefire report directory:
>>> /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/ 
>>> workspace/cayenneTestConnection/HSQLDB/jdk/JDK
>>> 1.6
>>> (latest)/trunk/framework/cayenne-jdk1.6-unpublished/target/ 
>>> surefire-reports
>>>
>>> -------------------------------------------------------
>>> T E S T S
>>> -------------------------------------------------------
>>> There are no tests to run.
>>>
>>> Results :
>>>
>>> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Cayenne Project
>>> [INFO]    task-segment: [clean, test]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [clean:clean]
>>> [INFO] Deleting directory
>>> /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/ 
>>> workspace/cayenneTestConnection/HSQLDB/jdk/JDK
>>> 1.6 (latest)/trunk/framework/cayenne-project-unpublished/target
>>> [INFO] [resources:resources]
>>> [INFO] Using default encoding to copy filtered resources.
>>> [INFO] [compiler:compile]
>>> [INFO] Compiling 21 source files to
>>> /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/ 
>>> workspace/cayenneTestConnection/HSQLDB/jdk/JDK
>>> 1.6 (latest)/trunk/framework/cayenne-project-unpublished/target/ 
>>> classes
>>> [INFO] [resources:testResources]
>>> [INFO] Using default encoding to copy filtered resources.
>>> [INFO] [compiler:testCompile]
>>> [INFO] Compiling 7 source files to
>>> /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/ 
>>> workspace/cayenneTestConnection/HSQLDB/jdk/JDK
>>> 1.6 (latest)/trunk/framework/cayenne-project-unpublished/target/ 
>>> test-classes
>>> [WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables
>>> instead
>>> [INFO] [surefire:test]
>>> [INFO] Surefire report directory:
>>> /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/ 
>>> workspace/cayenneTestConnection/HSQLDB/jdk/JDK
>>> 1.6
>>> (latest)/trunk/framework/cayenne-project-unpublished/target/ 
>>> surefire-reports
>>>
>>> -------------------------------------------------------
>>> T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cayenne.project2.FileProjectSaverTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
>>> 0.534 sec
>>> Running org.apache.cayenne.project2.ProjectTest
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
>>> 0.028 sec
>>> Running
>>> org 
>>> .apache 
>>> .cayenne 
>>> .project2.upgrade.v6.XMLDataChannelDescriptorLoader_V3_0_0_1Test
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
>>> 0.032 sec
>>> Running org.apache.cayenne.project2.DataChannelProjectSaverTest
>>> Dec 18, 2009 12:35:51 PM
>>> org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader 
>>> $DataSourceChildrenHandler
>>> createChildTagHandler
>>> INFO: loading user name and password.
>>> Dec 18, 2009 12:35:51 PM
>>> org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader 
>>> $DataSourceChildrenHandler
>>> createChildTagHandler
>>> INFO: loading user name and password.
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
>>> 0.1 sec
>>> Running org.apache.cayenne.project2.DataChannelProjectLoaderTest
>>> Dec 18, 2009 12:35:51 PM
>>> org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader 
>>> $DataSourceChildrenHandler
>>> createChildTagHandler
>>> INFO: loading user name and password.
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
>>> 0.01 sec
>>> Running  
>>> org.apache.cayenne.project2.upgrade.v6.ProjectUpgrader_V6Test
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
>>> 0.117 sec
>>>
>>> Results :
>>>
>>> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
>>>
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Cayenne Aggregated Server Jar
>>> [INFO]    task-segment: [clean, test]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [clean:clean]
>>> [INFO] [resources:resources]
>>> [INFO] Using default encoding to copy filtered resources.
>>> [INFO] [compiler:compile]
>>> [INFO] No sources to compile
>>> [INFO] [resources:testResources]
>>> [INFO] Using default encoding to copy filtered resources.
>>> [INFO] [compiler:testCompile]
>>> [INFO] No sources to compile
>>> [WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables
>>> instead
>>> [INFO] [surefire:test]
>>> [INFO] No tests to run.
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Cayenne Aggregated Client Jar
>>> [INFO]    task-segment: [clean, test]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] [clean:clean]
>>> [INFO] [resources:resources]
>>> [INFO] Using default encoding to copy filtered resources.
>>> [INFO] [compiler:compile]
>>> [INFO] No sources to compile
>>> [INFO] [resources:testResources]
>>> [INFO] Using default encoding to copy filtered resources.
>>> [INFO] [compiler:testCompile]
>>> [INFO] No sources to compile
>>> [WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables
>>> instead
>>> [INFO] [surefire:test]
>>> [INFO] No tests to run.
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Cayenne Tools
>>> [INFO]    task-segment: [clean, test]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] artifact org.apache.maven.plugins:maven-remote-resources- 
>>> plugin:
>>> checking for updates from Maven Central Repo
>>> [INFO] [clean:clean]
>>> [INFO] Deleting directory
>>> /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/ 
>>> workspace/cayenneTestConnection/HSQLDB/jdk/JDK
>>> 1.6 (latest)/trunk/framework/cayenne-tools/target
>>> [INFO] [resources:resources]
>>> [INFO] Using default encoding to copy filtered resources.
>>> [INFO] Setting property: classpath.resource.loader.class =>
>>> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
>>> [INFO] Setting property: velocimacro.messages.on => 'false'.
>>> [INFO] Setting property: resource.loader => 'classpath'.
>>> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
>>> [INFO] [remote-resources:process {execution: default}]
>>> [INFO] [compiler:compile]
>>> [INFO] Compiling 28 source files to
>>> /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/ 
>>> workspace/cayenneTestConnection/HSQLDB/jdk/JDK
>>> 1.6 (latest)/trunk/framework/cayenne-tools/target/classes
>>> [INFO] [resources:testResources]
>>> [INFO] Using default encoding to copy filtered resources.
>>> [INFO] [compiler:testCompile]
>>> [INFO] Compiling 11 source files to
>>> /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/ 
>>> workspace/cayenneTestConnection/HSQLDB/jdk/JDK
>>> 1.6 (latest)/trunk/framework/cayenne-tools/target/test-classes
>>> [WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables
>>> instead
>>> [INFO] [surefire:test]
>>> [INFO] Surefire report directory:
>>> /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/ 
>>> workspace/cayenneTestConnection/HSQLDB/jdk/JDK
>>> 1.6 (latest)/trunk/framework/cayenne-tools/target/surefire-reports
>>>
>>> -------------------------------------------------------
>>> T E S T S
>>> -------------------------------------------------------
>>> Running org.apache.cayenne.tools.CayenneGeneratorTaskTest
>>> Dec 18, 2009 12:35:58 PM
>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>> loadBeanDefinitions
>>> INFO: Loading XML bean definitions from resource loaded through
>>> InputStream
>>> Dec 18, 2009 12:35:58 PM org.springframework.core.CollectionFactory
>>> <clinit>
>>> INFO: Commons Collections 3.x available
>>> Dec 18, 2009 12:35:58 PM org.apache.cayenne.unit.CayenneResources
>>> setupTestDir
>>> INFO: No property 'cayenne.test.dir' set. Using default directory:
>>> 'target/testrun'
>>> org.apache.maven.surefire.booter.SurefireExecutionException:
>>> org.apache.cayenne.tools.CayenneGeneratorTaskTest; nested  
>>> exception is
>>> java.lang.NoClassDefFoundError: org/apache/cayenne/project/ 
>>> CayenneUserDir;
>>> nested exception is
>>> org.apache.maven.surefire.testset.TestSetFailedException:
>>> org.apache.cayenne.tools.CayenneGeneratorTaskTest; nested  
>>> exception is
>>> java.lang.NoClassDefFoundError: org/apache/cayenne/project/ 
>>> CayenneUserDir
>>> org.apache.maven.surefire.testset.TestSetFailedException:
>>> org.apache.cayenne.tools.CayenneGeneratorTaskTest; nested  
>>> exception is
>>> java.lang.NoClassDefFoundError: org/apache/cayenne/project/ 
>>> CayenneUserDir
>>> java.lang.NoClassDefFoundError: org/apache/cayenne/project/ 
>>> CayenneUserDir
>>>       at
>>> org 
>>> .apache 
>>> .cayenne 
>>> .unit 
>>> .ConnectionProperties 
>>> .loadDefaultProperties(ConnectionProperties.java:93)
>>>       at
>>> org 
>>> .apache 
>>> .cayenne 
>>> .unit.ConnectionProperties.<clinit>(ConnectionProperties.java:70)
>>>       at
>>> org 
>>> .apache 
>>> .cayenne 
>>> .unit.CayenneResources.setConnectionKey(CayenneResources.java:200)
>>>       at
>>> org 
>>> .apache 
>>> .cayenne.unit.CayenneResources.loadResources(CayenneResources.java: 
>>> 86)
>>>       at
>>> org 
>>> .apache 
>>> .cayenne.unit.CayenneResources.getResources(CayenneResources.java: 
>>> 104)
>>>       at
>>> org 
>>> .apache 
>>> .cayenne 
>>> .tools 
>>> .CayenneGeneratorTaskTest.<clinit>(CayenneGeneratorTaskTest.java:40)
>>>       at  
>>> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
>>> Method)
>>>       at
>>> sun 
>>> .reflect 
>>> .NativeConstructorAccessorImpl 
>>> .newInstance(NativeConstructorAccessorImpl.java:39)
>>>       at
>>> sun 
>>> .reflect 
>>> .DelegatingConstructorAccessorImpl 
>>> .newInstance(DelegatingConstructorAccessorImpl.java:27)
>>>       at  
>>> java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>>>       at junit.framework.TestSuite.createTest(TestSuite.java:131)
>>>       at junit.framework.TestSuite.addTestMethod(TestSuite.java:114)
>>>       at junit.framework.TestSuite.<init>(TestSuite.java:75)
>>>       at  
>>> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
>>> Method)
>>>       at
>>> sun 
>>> .reflect 
>>> .NativeConstructorAccessorImpl 
>>> .newInstance(NativeConstructorAccessorImpl.java:39)
>>>       at
>>> sun 
>>> .reflect 
>>> .DelegatingConstructorAccessorImpl 
>>> .newInstance(DelegatingConstructorAccessorImpl.java:27)
>>>       at  
>>> java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>>>       at
>>> org 
>>> .apache 
>>> .maven 
>>> .surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java: 
>>> 151)
>>>       at
>>> org 
>>> .apache 
>>> .maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:197)
>>>       at
>>> org 
>>> .apache 
>>> .maven 
>>> .surefire 
>>> .suite 
>>> .AbstractDirectoryTestSuite 
>>> .executeTestSet(AbstractDirectoryTestSuite.java:143)
>>>       at
>>> org 
>>> .apache 
>>> .maven 
>>> .surefire 
>>> .suite 
>>> .AbstractDirectoryTestSuite 
>>> .execute(AbstractDirectoryTestSuite.java:130)
>>>       at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
>>>       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 
>>> .apache 
>>> .maven 
>>> .surefire 
>>> .booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
>>>       at
>>> org 
>>> .apache 
>>> .maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
>>> Caused by: java.lang.ClassNotFoundException:
>>> org.apache.cayenne.project.CayenneUserDir
>>>       at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
>>>       at java.security.AccessController.doPrivileged(Native Method)
>>>       at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>>>       at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>>>       at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java: 
>>> 276)
>>>       at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
>>>       at java.lang.ClassLoader.loadClassInternal(ClassLoader.java: 
>>> 319)
>>>       ... 28 more
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [ERROR] BUILD FAILURE
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] There are test failures.
>>>
>>> Please refer to
>>> /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/ 
>>> workspace/cayenneTestConnection/HSQLDB/jdk/JDK
>>> 1.6 (latest)/trunk/framework/cayenne-tools/target/surefire-reports  
>>> for the
>>> individual test results.
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] For more information, run Maven with the -e switch
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Total time: 2 minutes 14 seconds
>>> [INFO] Finished at: Fri Dec 18 12:35:58 UTC 2009
>>> [INFO] Final Memory: 71M/206M
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [locks-and-latches] Releasing all the locks
>>> [locks-and-latches] All the locks released
>>> Recording test results
>>>
>>>
>>>
>>
>
>
> -- 
> Andrey


Re: Build failed in Hudson: Cayenne-trunk » HSQLDB,JDK 1.6 (latest) #115

Posted by Andrey Razumovsky <ra...@gmail.com>.
We'll need install to put artifacts in Hudson's machine repository. Wonder
if we can have profile to skip docs generation for that..?

2009/12/18 Andrus Adamchik <an...@objectstyle.org>

>
>  /home/hudson/tools/maven/latest2/bin/mvn "-Djdk=JDK 1.6 (latest)"
>> -DcayenneTestConnection=HSQLDB clean test
>>
>
> I think we need "clean install", not just "clean test" on Hudson. This
> failure seems to be due to the test linked against the old piece of code:
>
>  INFO: No property 'cayenne.test.dir' set. Using default directory:
>> 'target/testrun'
>> org.apache.maven.surefire.booter.SurefireExecutionException:
>> org.apache.cayenne.tools.CayenneGeneratorTaskTest; nested exception is
>> java.lang.NoClassDefFoundError: org/apache/cayenne/project/CayenneUserDir;
>> nested exception is
>> org.apache.maven.surefire.testset.TestSetFailedException:
>> org.apache.cayenne.tools.CayenneGeneratorTaskTest; nested exception is
>> java.lang.NoClassDefFoundError: org/apache/cayenne/project/CayenneUserDir
>> org.apache.maven.surefire.testset.TestSetFailedException:
>> org.apache.cayenne.tools.CayenneGeneratorTaskTest; nested exception is
>> java.lang.NoClassDefFoundError: org/apache/cayenne/project/CayenneUserDir
>> java.lang.NoClassDefFoundError: org/apache/cayenne/project/CayenneUserDir
>>        at
>> org.apache.cayenne.unit.ConnectionProperties.loadDefaultProperties(ConnectionProperties.java:93)
>>        at
>> org.apache.cayenne.unit.ConnectionProperties.<clinit>(ConnectionProperties.java:70)
>>        at
>> org.apache.cayenne.unit.CayenneResources.setConnectionKey(CayenneResources.java:200)
>>        at
>> org.apache.cayenne.unit.CayenneResources.loadResources(CayenneResources.java:86)
>>
>
> If you check ConnectionProperties SVN history, all references to
> CayenneUserDir class were removed from it in this exact commit that
> generates the Hudson error above.
> Andrus
>
>
>
> On Dec 18, 2009, at 2:36 PM, Apache Hudson Server wrote:
>
>> See <
>> http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.6%20(latest)/115/changes<http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.6%20%28latest%29/115/changes>
>> >
>>
>> Changes:
>>
>> [aadamchik] CAY-1338: Move CayenneUserDir to the Modeler
>>
>> CAY-1339: Remove org.apache.cayenne.project package from runtime
>>
>> * removing o.a.c.DataMapProject - it hasn't been used , so it can be
>> removed immediately
>> * removing old project upgrade code, leaving placehodlers for upgrade
>> methods
>> * performing temporary deprecation of the classes to be removed. Once the
>> Modeler is
>>  updated, these will be removed.
>> * adding ProjectTreeFactory - a new cleaner way to wrap a project into a
>> Swing tree
>>
>> ------------------------------------------
>> [...truncated 70665 lines...]
>> INFO: --- transaction started.
>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger logQuery
>> INFO: INSERT INTO ARTIST (ARTIST_ID, ARTIST_NAME, DATE_OF_BIRTH) VALUES
>> (?, ?, ?)
>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>> logQueryParameters
>> INFO: [bind: 1->ARTIST_ID:259, 2->ARTIST_NAME:'X', 3->DATE_OF_BIRTH:NULL]
>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>> logUpdateCount
>> INFO: === updated 1 row.
>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger logQuery
>> INFO: INSERT INTO PAINTING (ARTIST_ID, ESTIMATED_PRICE, GALLERY_ID,
>> PAINTING_DESCRIPTION, PAINTING_ID, PAINTING_TITLE) VALUES (?, ?, ?, ?, ?, ?)
>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>> logQueryParameters
>> INFO: [bind: 1->ARTIST_ID:259, 2->ESTIMATED_PRICE:NULL,
>> 3->GALLERY_ID:NULL, 4->PAINTING_DESCRIPTION:NULL, 5->PAINTING_ID:257,
>> 6->PAINTING_TITLE:'PX']
>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>> logUpdateCount
>> INFO: === updated 1 row.
>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>> logQueryParameters
>> INFO: [bind: 1->ARTIST_ID:NULL, 2->ESTIMATED_PRICE:NULL,
>> 3->GALLERY_ID:NULL, 4->PAINTING_DESCRIPTION:NULL, 5->PAINTING_ID:258,
>> 6->PAINTING_TITLE:'PY']
>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>> logUpdateCount
>> INFO: === updated 1 row.
>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>> logCommitTransaction
>> INFO: +++ transaction committed.
>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>> logQueryStart
>> INFO: --- will run 1 query.
>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>> logBeginTransaction
>> INFO: --- transaction started.
>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger logQuery
>> INFO: UPDATE PAINTING SET ARTIST_ID = ? WHERE PAINTING_ID = ?
>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>> logQueryParameters
>> INFO: [bind: 1->ARTIST_ID:259, 2->PAINTING_ID:258]
>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>> logUpdateCount
>> INFO: === updated 1 row.
>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>> logCommitTransaction
>> INFO: +++ transaction committed.
>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>> logQueryStart
>> INFO: --- will run 1 query.
>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>> logBeginTransaction
>> INFO: --- transaction started.
>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger logQuery
>> INFO: SELECT t0.ARTIST_ID, t0.PAINTING_ID, t0.GALLERY_ID,
>> t0.PAINTING_DESCRIPTION, t0.ESTIMATED_PRICE, t0.PAINTING_TITLE FROM PAINTING
>> t0 WHERE t0.ARTIST_ID = ? [bind: 1->ARTIST_ID:259]
>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>> logSelectCount
>> INFO: === returned 2 rows. - took 1 ms.
>> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger
>> logCommitTransaction
>> INFO: +++ transaction committed.
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.937 sec
>> Running org.apache.cayenne.DataRowTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
>> Running org.apache.cayenne.access.types.EnumTypeTest
>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
>> Running org.apache.cayenne.access.CustomQueryTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
>> Running org.apache.cayenne.project.validator.DomainValidatorTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
>>
>> Results :
>>
>> Tests run: 2031, Failures: 0, Errors: 0, Skipped: 0
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Cayenne Java 1.6 Extensions
>> [INFO]    task-segment: [clean, test]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] [clean:clean]
>> [INFO] Deleting directory
>> /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK
>> 1.6 (latest)/trunk/framework/cayenne-jdk1.6-unpublished/target
>> [INFO] [cayenne-build:date {execution: date}]
>> [INFO] [resources:resources]
>> [INFO] Using default encoding to copy filtered resources.
>> [INFO] [compiler:compile]
>> [INFO] Compiling 1 source file to
>> /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK
>> 1.6 (latest)/trunk/framework/cayenne-jdk1.6-unpublished/target/classes
>> [INFO] [resources:testResources]
>> [INFO] Using default encoding to copy filtered resources.
>> [INFO] [compiler:testCompile]
>> [INFO] Nothing to compile - all classes are up to date
>> [WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables
>> instead
>> [INFO] [surefire:test]
>> [INFO] Surefire report directory:
>> /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK
>> 1.6
>> (latest)/trunk/framework/cayenne-jdk1.6-unpublished/target/surefire-reports
>>
>> -------------------------------------------------------
>> T E S T S
>> -------------------------------------------------------
>> There are no tests to run.
>>
>> Results :
>>
>> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Cayenne Project
>> [INFO]    task-segment: [clean, test]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] [clean:clean]
>> [INFO] Deleting directory
>> /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK
>> 1.6 (latest)/trunk/framework/cayenne-project-unpublished/target
>> [INFO] [resources:resources]
>> [INFO] Using default encoding to copy filtered resources.
>> [INFO] [compiler:compile]
>> [INFO] Compiling 21 source files to
>> /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK
>> 1.6 (latest)/trunk/framework/cayenne-project-unpublished/target/classes
>> [INFO] [resources:testResources]
>> [INFO] Using default encoding to copy filtered resources.
>> [INFO] [compiler:testCompile]
>> [INFO] Compiling 7 source files to
>> /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK
>> 1.6 (latest)/trunk/framework/cayenne-project-unpublished/target/test-classes
>> [WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables
>> instead
>> [INFO] [surefire:test]
>> [INFO] Surefire report directory:
>> /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK
>> 1.6
>> (latest)/trunk/framework/cayenne-project-unpublished/target/surefire-reports
>>
>> -------------------------------------------------------
>> T E S T S
>> -------------------------------------------------------
>> Running org.apache.cayenne.project2.FileProjectSaverTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.534 sec
>> Running org.apache.cayenne.project2.ProjectTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
>> Running
>> org.apache.cayenne.project2.upgrade.v6.XMLDataChannelDescriptorLoader_V3_0_0_1Test
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
>> Running org.apache.cayenne.project2.DataChannelProjectSaverTest
>> Dec 18, 2009 12:35:51 PM
>> org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader$DataSourceChildrenHandler
>> createChildTagHandler
>> INFO: loading user name and password.
>> Dec 18, 2009 12:35:51 PM
>> org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader$DataSourceChildrenHandler
>> createChildTagHandler
>> INFO: loading user name and password.
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec
>> Running org.apache.cayenne.project2.DataChannelProjectLoaderTest
>> Dec 18, 2009 12:35:51 PM
>> org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader$DataSourceChildrenHandler
>> createChildTagHandler
>> INFO: loading user name and password.
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
>> Running org.apache.cayenne.project2.upgrade.v6.ProjectUpgrader_V6Test
>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec
>>
>> Results :
>>
>> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Cayenne Aggregated Server Jar
>> [INFO]    task-segment: [clean, test]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] [clean:clean]
>> [INFO] [resources:resources]
>> [INFO] Using default encoding to copy filtered resources.
>> [INFO] [compiler:compile]
>> [INFO] No sources to compile
>> [INFO] [resources:testResources]
>> [INFO] Using default encoding to copy filtered resources.
>> [INFO] [compiler:testCompile]
>> [INFO] No sources to compile
>> [WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables
>> instead
>> [INFO] [surefire:test]
>> [INFO] No tests to run.
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Cayenne Aggregated Client Jar
>> [INFO]    task-segment: [clean, test]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] [clean:clean]
>> [INFO] [resources:resources]
>> [INFO] Using default encoding to copy filtered resources.
>> [INFO] [compiler:compile]
>> [INFO] No sources to compile
>> [INFO] [resources:testResources]
>> [INFO] Using default encoding to copy filtered resources.
>> [INFO] [compiler:testCompile]
>> [INFO] No sources to compile
>> [WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables
>> instead
>> [INFO] [surefire:test]
>> [INFO] No tests to run.
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Cayenne Tools
>> [INFO]    task-segment: [clean, test]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] artifact org.apache.maven.plugins:maven-remote-resources-plugin:
>> checking for updates from Maven Central Repo
>> [INFO] [clean:clean]
>> [INFO] Deleting directory
>> /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK
>> 1.6 (latest)/trunk/framework/cayenne-tools/target
>> [INFO] [resources:resources]
>> [INFO] Using default encoding to copy filtered resources.
>> [INFO] Setting property: classpath.resource.loader.class =>
>> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
>> [INFO] Setting property: velocimacro.messages.on => 'false'.
>> [INFO] Setting property: resource.loader => 'classpath'.
>> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
>> [INFO] [remote-resources:process {execution: default}]
>> [INFO] [compiler:compile]
>> [INFO] Compiling 28 source files to
>> /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK
>> 1.6 (latest)/trunk/framework/cayenne-tools/target/classes
>> [INFO] [resources:testResources]
>> [INFO] Using default encoding to copy filtered resources.
>> [INFO] [compiler:testCompile]
>> [INFO] Compiling 11 source files to
>> /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK
>> 1.6 (latest)/trunk/framework/cayenne-tools/target/test-classes
>> [WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables
>> instead
>> [INFO] [surefire:test]
>> [INFO] Surefire report directory:
>> /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK
>> 1.6 (latest)/trunk/framework/cayenne-tools/target/surefire-reports
>>
>> -------------------------------------------------------
>> T E S T S
>> -------------------------------------------------------
>> Running org.apache.cayenne.tools.CayenneGeneratorTaskTest
>> Dec 18, 2009 12:35:58 PM
>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>> loadBeanDefinitions
>> INFO: Loading XML bean definitions from resource loaded through
>> InputStream
>> Dec 18, 2009 12:35:58 PM org.springframework.core.CollectionFactory
>> <clinit>
>> INFO: Commons Collections 3.x available
>> Dec 18, 2009 12:35:58 PM org.apache.cayenne.unit.CayenneResources
>> setupTestDir
>> INFO: No property 'cayenne.test.dir' set. Using default directory:
>> 'target/testrun'
>> org.apache.maven.surefire.booter.SurefireExecutionException:
>> org.apache.cayenne.tools.CayenneGeneratorTaskTest; nested exception is
>> java.lang.NoClassDefFoundError: org/apache/cayenne/project/CayenneUserDir;
>> nested exception is
>> org.apache.maven.surefire.testset.TestSetFailedException:
>> org.apache.cayenne.tools.CayenneGeneratorTaskTest; nested exception is
>> java.lang.NoClassDefFoundError: org/apache/cayenne/project/CayenneUserDir
>> org.apache.maven.surefire.testset.TestSetFailedException:
>> org.apache.cayenne.tools.CayenneGeneratorTaskTest; nested exception is
>> java.lang.NoClassDefFoundError: org/apache/cayenne/project/CayenneUserDir
>> java.lang.NoClassDefFoundError: org/apache/cayenne/project/CayenneUserDir
>>        at
>> org.apache.cayenne.unit.ConnectionProperties.loadDefaultProperties(ConnectionProperties.java:93)
>>        at
>> org.apache.cayenne.unit.ConnectionProperties.<clinit>(ConnectionProperties.java:70)
>>        at
>> org.apache.cayenne.unit.CayenneResources.setConnectionKey(CayenneResources.java:200)
>>        at
>> org.apache.cayenne.unit.CayenneResources.loadResources(CayenneResources.java:86)
>>        at
>> org.apache.cayenne.unit.CayenneResources.getResources(CayenneResources.java:104)
>>        at
>> org.apache.cayenne.tools.CayenneGeneratorTaskTest.<clinit>(CayenneGeneratorTaskTest.java:40)
>>        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
>> Method)
>>        at
>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>>        at
>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>>        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>>        at junit.framework.TestSuite.createTest(TestSuite.java:131)
>>        at junit.framework.TestSuite.addTestMethod(TestSuite.java:114)
>>        at junit.framework.TestSuite.<init>(TestSuite.java:75)
>>        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
>> Method)
>>        at
>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>>        at
>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>>        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>>        at
>> org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:151)
>>        at
>> org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:197)
>>        at
>> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:143)
>>        at
>> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:130)
>>        at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
>>        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.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
>>        at
>> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
>> Caused by: java.lang.ClassNotFoundException:
>> org.apache.cayenne.project.CayenneUserDir
>>        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
>>        at java.security.AccessController.doPrivileged(Native Method)
>>        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>>        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>>        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
>>        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
>>        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
>>        ... 28 more
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] There are test failures.
>>
>> Please refer to
>> /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK
>> 1.6 (latest)/trunk/framework/cayenne-tools/target/surefire-reports for the
>> individual test results.
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] For more information, run Maven with the -e switch
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 2 minutes 14 seconds
>> [INFO] Finished at: Fri Dec 18 12:35:58 UTC 2009
>> [INFO] Final Memory: 71M/206M
>> [INFO]
>> ------------------------------------------------------------------------
>> [locks-and-latches] Releasing all the locks
>> [locks-and-latches] All the locks released
>> Recording test results
>>
>>
>>
>


-- 
Andrey

Re: Build failed in Hudson: Cayenne-trunk » HSQLDB,JDK 1.6 (latest) #115

Posted by Andrus Adamchik <an...@objectstyle.org>.
> /home/hudson/tools/maven/latest2/bin/mvn "-Djdk=JDK 1.6 (latest)" - 
> DcayenneTestConnection=HSQLDB clean test

I think we need "clean install", not just "clean test" on Hudson. This  
failure seems to be due to the test linked against the old piece of  
code:
> INFO: No property 'cayenne.test.dir' set. Using default directory:  
> 'target/testrun'
> org.apache.maven.surefire.booter.SurefireExecutionException:  
> org.apache.cayenne.tools.CayenneGeneratorTaskTest; nested exception  
> is java.lang.NoClassDefFoundError: org/apache/cayenne/project/ 
> CayenneUserDir; nested exception is  
> org.apache.maven.surefire.testset.TestSetFailedException:  
> org.apache.cayenne.tools.CayenneGeneratorTaskTest; nested exception  
> is java.lang.NoClassDefFoundError: org/apache/cayenne/project/ 
> CayenneUserDir
> org.apache.maven.surefire.testset.TestSetFailedException:  
> org.apache.cayenne.tools.CayenneGeneratorTaskTest; nested exception  
> is java.lang.NoClassDefFoundError: org/apache/cayenne/project/ 
> CayenneUserDir
> java.lang.NoClassDefFoundError: org/apache/cayenne/project/ 
> CayenneUserDir
> 	at  
> org 
> .apache 
> .cayenne 
> .unit 
> .ConnectionProperties 
> .loadDefaultProperties(ConnectionProperties.java:93)
> 	at  
> org 
> .apache 
> .cayenne 
> .unit.ConnectionProperties.<clinit>(ConnectionProperties.java:70)
> 	at  
> org 
> .apache 
> .cayenne 
> .unit.CayenneResources.setConnectionKey(CayenneResources.java:200)
> 	at  
> org 
> .apache 
> .cayenne.unit.CayenneResources.loadResources(CayenneResources.java:86)

If you check ConnectionProperties SVN history, all references to  
CayenneUserDir class were removed from it in this exact commit that  
generates the Hudson error above.
Andrus


On Dec 18, 2009, at 2:36 PM, Apache Hudson Server wrote:
> See <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.6%20(latest)/115/changes 
> >
>
> Changes:
>
> [aadamchik] CAY-1338: Move CayenneUserDir to the Modeler
>
> CAY-1339: Remove org.apache.cayenne.project package from runtime
>
> * removing o.a.c.DataMapProject - it hasn't been used , so it can be  
> removed immediately
> * removing old project upgrade code, leaving placehodlers for  
> upgrade methods
> * performing temporary deprecation of the classes to be removed.  
> Once the Modeler is
>  updated, these will be removed.
> * adding ProjectTreeFactory - a new cleaner way to wrap a project  
> into a Swing tree
>
> ------------------------------------------
> [...truncated 70665 lines...]
> INFO: --- transaction started.
> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger  
> logQuery
> INFO: INSERT INTO ARTIST (ARTIST_ID, ARTIST_NAME, DATE_OF_BIRTH)  
> VALUES (?, ?, ?)
> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger  
> logQueryParameters
> INFO: [bind: 1->ARTIST_ID:259, 2->ARTIST_NAME:'X', 3- 
> >DATE_OF_BIRTH:NULL]
> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger  
> logUpdateCount
> INFO: === updated 1 row.
> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger  
> logQuery
> INFO: INSERT INTO PAINTING (ARTIST_ID, ESTIMATED_PRICE, GALLERY_ID,  
> PAINTING_DESCRIPTION, PAINTING_ID, PAINTING_TITLE) VALUES  
> (?, ?, ?, ?, ?, ?)
> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger  
> logQueryParameters
> INFO: [bind: 1->ARTIST_ID:259, 2->ESTIMATED_PRICE:NULL, 3- 
> >GALLERY_ID:NULL, 4->PAINTING_DESCRIPTION:NULL, 5->PAINTING_ID:257,  
> 6->PAINTING_TITLE:'PX']
> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger  
> logUpdateCount
> INFO: === updated 1 row.
> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger  
> logQueryParameters
> INFO: [bind: 1->ARTIST_ID:NULL, 2->ESTIMATED_PRICE:NULL, 3- 
> >GALLERY_ID:NULL, 4->PAINTING_DESCRIPTION:NULL, 5->PAINTING_ID:258,  
> 6->PAINTING_TITLE:'PY']
> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger  
> logUpdateCount
> INFO: === updated 1 row.
> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger  
> logCommitTransaction
> INFO: +++ transaction committed.
> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger  
> logQueryStart
> INFO: --- will run 1 query.
> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger  
> logBeginTransaction
> INFO: --- transaction started.
> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger  
> logQuery
> INFO: UPDATE PAINTING SET ARTIST_ID = ? WHERE PAINTING_ID = ?
> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger  
> logQueryParameters
> INFO: [bind: 1->ARTIST_ID:259, 2->PAINTING_ID:258]
> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger  
> logUpdateCount
> INFO: === updated 1 row.
> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger  
> logCommitTransaction
> INFO: +++ transaction committed.
> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger  
> logQueryStart
> INFO: --- will run 1 query.
> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger  
> logBeginTransaction
> INFO: --- transaction started.
> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger  
> logQuery
> INFO: SELECT t0.ARTIST_ID, t0.PAINTING_ID, t0.GALLERY_ID,  
> t0.PAINTING_DESCRIPTION, t0.ESTIMATED_PRICE, t0.PAINTING_TITLE FROM  
> PAINTING t0 WHERE t0.ARTIST_ID = ? [bind: 1->ARTIST_ID:259]
> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger  
> logSelectCount
> INFO: === returned 2 rows. - took 1 ms.
> Dec 18, 2009 12:35:44 PM org.apache.cayenne.access.QueryLogger  
> logCommitTransaction
> INFO: +++ transaction committed.
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.937 sec
> Running org.apache.cayenne.DataRowTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.004 sec
> Running org.apache.cayenne.access.types.EnumTypeTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.003 sec
> Running org.apache.cayenne.access.CustomQueryTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.002 sec
> Running org.apache.cayenne.project.validator.DomainValidatorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.002 sec
>
> Results :
>
> Tests run: 2031, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] Building Cayenne Java 1.6 Extensions
> [INFO]    task-segment: [clean, test]
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] Deleting directory /zonestorage/hudson/home/hudson/hudson/ 
> jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK  
> 1.6 (latest)/trunk/framework/cayenne-jdk1.6-unpublished/target
> [INFO] [cayenne-build:date {execution: date}]
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] Compiling 1 source file to /zonestorage/hudson/home/hudson/ 
> hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/ 
> JDK 1.6 (latest)/trunk/framework/cayenne-jdk1.6-unpublished/target/ 
> classes
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] Nothing to compile - all classes are up to date
> [WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables  
> instead
> [INFO] [surefire:test]
> [INFO] Surefire report directory: /zonestorage/hudson/home/hudson/ 
> hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/ 
> JDK 1.6 (latest)/trunk/framework/cayenne-jdk1.6-unpublished/target/ 
> surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> There are no tests to run.
>
> Results :
>
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] Building Cayenne Project
> [INFO]    task-segment: [clean, test]
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] Deleting directory /zonestorage/hudson/home/hudson/hudson/ 
> jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK  
> 1.6 (latest)/trunk/framework/cayenne-project-unpublished/target
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] Compiling 21 source files to /zonestorage/hudson/home/hudson/ 
> hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/ 
> JDK 1.6 (latest)/trunk/framework/cayenne-project-unpublished/target/ 
> classes
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] Compiling 7 source files to /zonestorage/hudson/home/hudson/ 
> hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/ 
> JDK 1.6 (latest)/trunk/framework/cayenne-project-unpublished/target/ 
> test-classes
> [WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables  
> instead
> [INFO] [surefire:test]
> [INFO] Surefire report directory: /zonestorage/hudson/home/hudson/ 
> hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/ 
> JDK 1.6 (latest)/trunk/framework/cayenne-project-unpublished/target/ 
> surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.cayenne.project2.FileProjectSaverTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.534 sec
> Running org.apache.cayenne.project2.ProjectTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.028 sec
> Running  
> org 
> .apache 
> .cayenne 
> .project2.upgrade.v6.XMLDataChannelDescriptorLoader_V3_0_0_1Test
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.032 sec
> Running org.apache.cayenne.project2.DataChannelProjectSaverTest
> Dec 18, 2009 12:35:51 PM  
> org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader 
> $DataSourceChildrenHandler createChildTagHandler
> INFO: loading user name and password.
> Dec 18, 2009 12:35:51 PM  
> org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader 
> $DataSourceChildrenHandler createChildTagHandler
> INFO: loading user name and password.
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1  
> sec
> Running org.apache.cayenne.project2.DataChannelProjectLoaderTest
> Dec 18, 2009 12:35:51 PM  
> org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader 
> $DataSourceChildrenHandler createChildTagHandler
> INFO: loading user name and password.
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01  
> sec
> Running org.apache.cayenne.project2.upgrade.v6.ProjectUpgrader_V6Test
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:  
> 0.117 sec
>
> Results :
>
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] Building Cayenne Aggregated Server Jar
> [INFO]    task-segment: [clean, test]
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] No sources to compile
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] No sources to compile
> [WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables  
> instead
> [INFO] [surefire:test]
> [INFO] No tests to run.
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] Building Cayenne Aggregated Client Jar
> [INFO]    task-segment: [clean, test]
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] No sources to compile
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] No sources to compile
> [WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables  
> instead
> [INFO] [surefire:test]
> [INFO] No tests to run.
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] Building Cayenne Tools
> [INFO]    task-segment: [clean, test]
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] artifact org.apache.maven.plugins:maven-remote-resources- 
> plugin: checking for updates from Maven Central Repo
> [INFO] [clean:clean]
> [INFO] Deleting directory /zonestorage/hudson/home/hudson/hudson/ 
> jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK  
> 1.6 (latest)/trunk/framework/cayenne-tools/target
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] Setting property: classpath.resource.loader.class =>  
> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [compiler:compile]
> [INFO] Compiling 28 source files to /zonestorage/hudson/home/hudson/ 
> hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/ 
> JDK 1.6 (latest)/trunk/framework/cayenne-tools/target/classes
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] Compiling 11 source files to /zonestorage/hudson/home/hudson/ 
> hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/ 
> JDK 1.6 (latest)/trunk/framework/cayenne-tools/target/test-classes
> [WARNING] DEPRECATED [systemProperties]: use systemPropertyVariables  
> instead
> [INFO] [surefire:test]
> [INFO] Surefire report directory: /zonestorage/hudson/home/hudson/ 
> hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/HSQLDB/jdk/ 
> JDK 1.6 (latest)/trunk/framework/cayenne-tools/target/surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.cayenne.tools.CayenneGeneratorTaskTest
> Dec 18, 2009 12:35:58 PM  
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader  
> loadBeanDefinitions
> INFO: Loading XML bean definitions from resource loaded through  
> InputStream
> Dec 18, 2009 12:35:58 PM org.springframework.core.CollectionFactory  
> <clinit>
> INFO: Commons Collections 3.x available
> Dec 18, 2009 12:35:58 PM org.apache.cayenne.unit.CayenneResources  
> setupTestDir
> INFO: No property 'cayenne.test.dir' set. Using default directory:  
> 'target/testrun'
> org.apache.maven.surefire.booter.SurefireExecutionException:  
> org.apache.cayenne.tools.CayenneGeneratorTaskTest; nested exception  
> is java.lang.NoClassDefFoundError: org/apache/cayenne/project/ 
> CayenneUserDir; nested exception is  
> org.apache.maven.surefire.testset.TestSetFailedException:  
> org.apache.cayenne.tools.CayenneGeneratorTaskTest; nested exception  
> is java.lang.NoClassDefFoundError: org/apache/cayenne/project/ 
> CayenneUserDir
> org.apache.maven.surefire.testset.TestSetFailedException:  
> org.apache.cayenne.tools.CayenneGeneratorTaskTest; nested exception  
> is java.lang.NoClassDefFoundError: org/apache/cayenne/project/ 
> CayenneUserDir
> java.lang.NoClassDefFoundError: org/apache/cayenne/project/ 
> CayenneUserDir
> 	at  
> org 
> .apache 
> .cayenne 
> .unit 
> .ConnectionProperties 
> .loadDefaultProperties(ConnectionProperties.java:93)
> 	at  
> org 
> .apache 
> .cayenne 
> .unit.ConnectionProperties.<clinit>(ConnectionProperties.java:70)
> 	at  
> org 
> .apache 
> .cayenne 
> .unit.CayenneResources.setConnectionKey(CayenneResources.java:200)
> 	at  
> org 
> .apache 
> .cayenne.unit.CayenneResources.loadResources(CayenneResources.java:86)
> 	at  
> org 
> .apache 
> .cayenne.unit.CayenneResources.getResources(CayenneResources.java:104)
> 	at  
> org 
> .apache 
> .cayenne 
> .tools 
> .CayenneGeneratorTaskTest.<clinit>(CayenneGeneratorTaskTest.java:40)
> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native  
> Method)
> 	at  
> sun 
> .reflect 
> .NativeConstructorAccessorImpl 
> .newInstance(NativeConstructorAccessorImpl.java:39)
> 	at  
> sun 
> .reflect 
> .DelegatingConstructorAccessorImpl 
> .newInstance(DelegatingConstructorAccessorImpl.java:27)
> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> 	at junit.framework.TestSuite.createTest(TestSuite.java:131)
> 	at junit.framework.TestSuite.addTestMethod(TestSuite.java:114)
> 	at junit.framework.TestSuite.<init>(TestSuite.java:75)
> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native  
> Method)
> 	at  
> sun 
> .reflect 
> .NativeConstructorAccessorImpl 
> .newInstance(NativeConstructorAccessorImpl.java:39)
> 	at  
> sun 
> .reflect 
> .DelegatingConstructorAccessorImpl 
> .newInstance(DelegatingConstructorAccessorImpl.java:27)
> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> 	at  
> org 
> .apache 
> .maven 
> .surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java: 
> 151)
> 	at  
> org 
> .apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java: 
> 197)
> 	at  
> org 
> .apache 
> .maven 
> .surefire 
> .suite 
> .AbstractDirectoryTestSuite 
> .executeTestSet(AbstractDirectoryTestSuite.java:143)
> 	at  
> org 
> .apache 
> .maven 
> .surefire 
> .suite 
> .AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java: 
> 130)
> 	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
> 	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 
> .apache 
> .maven 
> .surefire 
> .booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
> 	at  
> org 
> .apache 
> .maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
> Caused by: java.lang.ClassNotFoundException:  
> org.apache.cayenne.project.CayenneUserDir
> 	at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
> 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
> 	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
> 	... 28 more
> [INFO]  
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] There are test failures.
>
> Please refer to /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne- 
> trunk/workspace/cayenneTestConnection/HSQLDB/jdk/JDK 1.6 (latest)/ 
> trunk/framework/cayenne-tools/target/surefire-reports for the  
> individual test results.
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] Total time: 2 minutes 14 seconds
> [INFO] Finished at: Fri Dec 18 12:35:58 UTC 2009
> [INFO] Final Memory: 71M/206M
> [INFO]  
> ------------------------------------------------------------------------
> [locks-and-latches] Releasing all the locks
> [locks-and-latches] All the locks released
> Recording test results
>
>