[errai-dev] Build failed in Jenkins: Errai » Errai::JPA::Client #1210

ci-builds at redhat.com ci-builds at redhat.com
Tue Oct 8 19:25:04 EDT 2013


See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/org.jboss.errai$errai-jpa-client/1210/changes>

Changes:

[jfuerth] Factored out the IdentifiableType and ManagedType stuff from ErraiEntityType

[jfuerth] Added support for basic store and fetch of entities that subclass other entities. (refs ERRAI-645)

[jfuerth] Added support for polymorphic query results (refs ERRAI-645)

[jfuerth] Added the ability to query on an entity class which subclasses another entity. (refs ERRAI-645)

[jfuerth] Added test that spans 3 levels of entity type hierarchy, just to be sure.

[jfuerth] Added sanity-check test against Hibernate to validate our behaviours around inheritance

[jfuerth] Added the ability to fetch entities by supertypes rather than exact type matching

[jfuerth] Now ensuring generated IDs don't overlap between types that share a common superclass

------------------------------------------
projectStarted org.jboss.errai:errai-jpa-client:3.0-SNAPSHOT
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Errai::JPA::Client 3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
mojoStarted org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ errai-jpa-client ---
[INFO] Deleting <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/org.jboss.errai$errai-jpa-client/ws/> (includes = [www-test/**, .gwt/**, .errai/**, war/WEB-INF/deploy/**, war/WEB-INF/lib/**, war/WEB-INF/classes/**, src/main/webapp/WEB-INF/deploy/**, src/main/webapp/WEB-INF/lib/**, src/main/webapp/WEB-INF/classes/**, **/gwt-unitCache/**, **/*.JUnit/**], excludes = [])
mojoSucceeded org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean)
mojoStarted org.apache.maven.plugins:maven-enforcer-plugin:1.2(enforce-sane-versions)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-sane-versions) @ errai-jpa-client ---
mojoSucceeded org.apache.maven.plugins:maven-enforcer-plugin:1.2(enforce-sane-versions)
mojoStarted org.jboss.errai:jacoco-gwt-maven-plugin:0.5.4.201202141554(jacoco-initialize)
[INFO] 
[INFO] --- jacoco-gwt-maven-plugin:0.5.4.201202141554:prepare-agent (jacoco-initialize) @ errai-jpa-client ---
[INFO] jacocoArgs set to -javaagent:/home/hudson/.m2/repository/org/jboss/errai/jacoco-gwt-maven-plugin/0.5.4.201202141554/jacoco-gwt-maven-plugin-0.5.4.201202141554.jar=snapshotDirectory=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/org.jboss.errai$errai-jpa-client/ws/target/snapshot-classes,snapshotClassLoaders=*gwt*> -javaagent:/home/hudson/.m2/repository/org/jacoco/org.jacoco.agent/0.5.4.201111111111/org.jacoco.agent-0.5.4.201111111111-runtime.jar=destfile=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/org.jboss.errai$errai-jpa-client/ws/target/jacoco.exec>
mojoSucceeded org.jboss.errai:jacoco-gwt-maven-plugin:0.5.4.201202141554(jacoco-initialize)
mojoStarted org.apache.maven.plugins:maven-resources-plugin:2.6(default-resources)
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ errai-jpa-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 193 resources
[INFO] Copying 1 resource
mojoSucceeded org.apache.maven.plugins:maven-resources-plugin:2.6(default-resources)
mojoStarted org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-compile)
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ errai-jpa-client ---
[INFO] Compiling 189 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/org.jboss.errai$errai-jpa-client/ws/target/classes>
mojoSucceeded org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-compile)
mojoStarted org.apache.maven.plugins:maven-resources-plugin:2.6(default-testResources)[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 38 resources

[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ errai-jpa-client ---
[INFO] Copying 4 resources
mojoSucceeded org.apache.maven.plugins:maven-resources-plugin:2.6(default-testResources)
mojoStarted org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-testCompile)
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ errai-jpa-client ---
[INFO] Compiling 37 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/org.jboss.errai$errai-jpa-client/ws/target/test-classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/org.jboss.errai$errai-jpa-client/ws/src/test/java/org/jboss/errai/jpa/test/client/InheritanceTest.java>:[18,46] cannot find symbol
symbol  : class IdTestingEntity1
location: package org.jboss.errai.jpa.test.entity.inherit
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/org.jboss.errai$errai-jpa-client/ws/src/test/java/org/jboss/errai/jpa/test/client/InheritanceTest.java>:[19,46] cannot find symbol
symbol  : class IdTestingEntity2
location: package org.jboss.errai.jpa.test.entity.inherit
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/org.jboss.errai$errai-jpa-client/ws/src/test/java/org/jboss/errai/jpa/test/client/InheritanceTest.java>:[18,46] cannot find symbol
symbol  : class IdTestingEntity1
location: package org.jboss.errai.jpa.test.entity.inherit
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/org.jboss.errai$errai-jpa-client/ws/src/test/java/org/jboss/errai/jpa/test/client/InheritanceTest.java>:[19,46] cannot find symbol
symbol  : class IdTestingEntity2
location: package org.jboss.errai.jpa.test.entity.inherit
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/org.jboss.errai$errai-jpa-client/ws/src/test/java/org/jboss/errai/jpa/test/client/InheritanceTest.java>:[261,4] cannot find symbol
symbol  : class IdTestingEntity1
location: class org.jboss.errai.jpa.test.client.InheritanceTest
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/org.jboss.errai$errai-jpa-client/ws/src/test/java/org/jboss/errai/jpa/test/client/InheritanceTest.java>:[261,33] cannot find symbol
symbol  : class IdTestingEntity1
location: class org.jboss.errai.jpa.test.client.InheritanceTest
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/org.jboss.errai$errai-jpa-client/ws/src/test/java/org/jboss/errai/jpa/test/client/InheritanceTest.java>:[262,4] cannot find symbol
symbol  : class IdTestingEntity2
location: class org.jboss.errai.jpa.test.client.InheritanceTest
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Errai/org.jboss.errai$errai-jpa-client/ws/src/test/java/org/jboss/errai/jpa/test/client/InheritanceTest.java>:[262,33] cannot find symbol
symbol  : class IdTestingEntity2
location: class org.jboss.errai.jpa.test.client.InheritanceTest
[INFO] 8 errors 
[INFO] -------------------------------------------------------------
mojoFailed org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-testCompile)
projectFailed org.jboss.errai:errai-jpa-client:3.0-SNAPSHOT


More information about the errai-dev mailing list