You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@cxf.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2011/03/25 10:36:06 UTC

Build failed in Jenkins: CXF-trunk-deploy #526

See <https://hudson.apache.org/hudson/job/CXF-trunk-deploy/526/changes>

Changes:

[dkulp] Fix checkstyle error

[dkulp] Fix compile failure on jdk1.5

[cschneider] CXF-3419 Removed most of the osgi transport code

[dkulp] Don't put a version on the opensaml dep yet as it's not yet an OSGi
bundle and I'm not sure what version they'll use.

[dkulp] Update to latest versions of a bunch of things

[coheigea] Added support to the STSTokenValidator to validate UsernameTokens to the STS.

[dkulp] Add jibx stuff to distro
Update imports

[dkulp] corba tooling just needs the antlr runtime part, not the full set of
antlr jars

[dkulp] Change how the mapping to Long is done to avoid a global Adapter outside
the org.apache.cxf namespace.

[sergeyb] [CXF-3417] Injection of contexts into Applications

------------------------------------------
Started by an SCM change
Building remotely on ubuntu1
Updating http://svn.apache.org/repos/asf/cxf/trunk
U         distribution/manifest/pom.xml
U         distribution/bundle/all/pom.xml
U         distribution/pom.xml
U         rt/frontend/jaxrs/src/test/java/org/apache/cxf/jaxrs/utils/JAXRSUtilsTest.java
U         rt/frontend/jaxrs/src/test/java/org/apache/cxf/jaxrs/CustomerApplication.java
U         rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/provider/ProviderFactory.java
U         rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/utils/InjectionUtils.java
U         rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/utils/JAXRSUtils.java
U         rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/JAXRSInvoker.java
U         rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/JAXRSServerFactoryBean.java
U         rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/jaxws22/spring/JAXWS22SpringEndpointImpl.java
U         rt/transports/http/src/test/java/org/apache/cxf/transport/servlet/ServletControllerTest.java
A         rt/transports/http/src/test/java/org/apache/cxf/transport/servlet/servicelist
A         rt/transports/http/src/test/java/org/apache/cxf/transport/servlet/servicelist/BaseUrlHelperTest.java
D         rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/AbstractServletController.java
U         rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/ServletController.java
U         rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/AbstractCXFServlet.java
U         rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/ServletTransportFactory.java
A         rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/BaseUrlHelper.java
D         rt/transports/http-osgi/src/test/java/org/apache/cxf/transport/http_osgi/OsgiDestinationTest.java
D         rt/transports/http-osgi/src/test/java/org/apache/cxf/transport/http_osgi/OsgiTransportFactoryTest.java
U         rt/transports/http-osgi/src/test/java/org/apache/cxf/transport/http_osgi/OsgiServletTest.java
D         rt/transports/http-osgi/src/main/java/org/apache/cxf/transport/http_osgi/OsgiDestination.java
D         rt/transports/http-osgi/src/main/java/org/apache/cxf/transport/http_osgi/OsgiTransportFactory.java
D         rt/transports/http-osgi/src/main/java/org/apache/cxf/transport/http_osgi/OsgiServletController.java
U         rt/transports/http-osgi/src/main/java/org/apache/cxf/transport/http_osgi/OsgiServlet.java
U         rt/transports/http-osgi/src/main/resources/META-INF/cxf/osgi/cxf-extension-osgi.xml
U         rt/ws/security/src/main/java/org/apache/cxf/ws/security/trust/STSTokenValidator.java
U         rt/ws/rm/src/main/resources/schemas/configuration/wsrm-policy.xjb
U         rt/ws/rm/src/main/resources/schemas/wsdl/wsrm.xsd
U         rt/ws/rm/src/main/resources/schemas/wsdl/wsrm.xjb
U         parent/pom.xml
U         tools/corba/pom.xml
At revision 1085298
Found mavenVersion 2.2.1 from file jar:file:/home/hudson/tools/maven/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar!/META-INF/maven/org.apache.maven/maven-core/pom.properties
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
Parsing POMs
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
ERROR: Processing failed due to a bug in the code. Please report this to jenkins-users@googlegroups.com
java.lang.ClassCastException: cannot assign instance of hudson.model.StreamBuildListener to field hudson.maven.MavenModuleSetBuild$PomParser.listener of type hudson.model.BuildListener in instance of hudson.maven.MavenModuleSetBuild$PomParser
	at java.io.ObjectStreamClass$FieldReflector.setObjFieldValues(ObjectStreamClass.java:2056)
	at java.io.ObjectStreamClass.setObjFieldValues(ObjectStreamClass.java:1229)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1969)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1963)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:368)
	at hudson.remoting.UserRequest.deserialize(UserRequest.java:178)
	at hudson.remoting.UserRequest.perform(UserRequest.java:98)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)
project=hudson.maven.MavenModuleSet@5c331fd8[CXF-trunk-deploy]
project.getModules()=[hudson.maven.MavenModule@2676ef7b[CXF-trunk-deploy/org.apache.cxf:apache-cxf][CXF-trunk-deploy/org.apache.cxf:apache-cxf][relativePath:distribution], hudson.maven.MavenModule@39401e69[CXF-trunk-deploy/org.apache.cxf:cxf][CXF-trunk-deploy/org.apache.cxf:cxf][relativePath:], hudson.maven.MavenModule@16f5b392[CXF-trunk-deploy/org.apache.cxf:cxf-api][CXF-trunk-deploy/org.apache.cxf:cxf-api][relativePath:api], hudson.maven.MavenModule@54038f36[CXF-trunk-deploy/org.apache.cxf:cxf-archetypes][CXF-trunk-deploy/org.apache.cxf:cxf-archetypes][relativePath:maven-plugins/archetypes], hudson.maven.MavenModule@275f1c40[CXF-trunk-deploy/org.apache.cxf:cxf-buildtools][CXF-trunk-deploy/org.apache.cxf:cxf-buildtools][relativePath:buildtools], hudson.maven.MavenModule@29abbe6c[CXF-trunk-deploy/org.apache.cxf:cxf-bundle][CXF-trunk-deploy/org.apache.cxf:cxf-bundle][relativePath:distribution/bundle/all], hudson.maven.MavenModule@46d3d145[CXF-trunk-deploy/org.apache.cxf:cxf-bundle-jaxrs][CXF-trunk-deploy/org.apache.cxf:cxf-bundle-jaxrs][relativePath:distribution/bundle/jaxrs], hudson.maven.MavenModule@23c2e2eb[CXF-trunk-deploy/org.apache.cxf:cxf-bundle-minimal][CXF-trunk-deploy/org.apache.cxf:cxf-bundle-minimal][relativePath:distribution/bundle/minimal], hudson.maven.MavenModule@a81472b[CXF-trunk-deploy/org.apache.cxf:cxf-bundle-parent][CXF-trunk-deploy/org.apache.cxf:cxf-bundle-parent][relativePath:distribution/bundle], hudson.maven.MavenModule@470d6c27[CXF-trunk-deploy/org.apache.cxf:cxf-codegen-plugin][CXF-trunk-deploy/org.apache.cxf:cxf-codegen-plugin][relativePath:maven-plugins/codegen-plugin], hudson.maven.MavenModule@2887e18f[CXF-trunk-deploy/org.apache.cxf:cxf-common][CXF-trunk-deploy/org.apache.cxf:cxf-common][relativePath:common], hudson.maven.MavenModule@4ee7c6cd[CXF-trunk-deploy/org.apache.cxf:cxf-common-schemas][CXF-trunk-deploy/org.apache.cxf:cxf-common-schemas][relativePath:common/schemas], hudson.maven.MavenModule@5c21bae0[CXF-trunk-deploy/org.apache.cxf:cxf-common-utilities][CXF-trunk-deploy/org.apache.cxf:cxf-common-utilities][relativePath:common/common], hudson.maven.MavenModule@440df46a[CXF-trunk-deploy/org.apache.cxf:cxf-common-xsd][CXF-trunk-deploy/org.apache.cxf:cxf-common-xsd][relativePath:common/xsd], hudson.maven.MavenModule@40a8d1e4[CXF-trunk-deploy/org.apache.cxf:cxf-corbatools-maven-plugin][CXF-trunk-deploy/org.apache.cxf:cxf-corbatools-maven-plugin][relativePath:maven-plugins/corba], hudson.maven.MavenModule@5b3353f[CXF-trunk-deploy/org.apache.cxf:cxf-distribution-manifest][CXF-trunk-deploy/org.apache.cxf:cxf-distribution-manifest][relativePath:distribution/manifest], hudson.maven.MavenModule@28b6483[CXF-trunk-deploy/org.apache.cxf:cxf-integration][CXF-trunk-deploy/org.apache.cxf:cxf-integration][relativePath:integration], hudson.maven.MavenModule@4e4e745[CXF-trunk-deploy/org.apache.cxf:cxf-integration-jbi][CXF-trunk-deploy/org.apache.cxf:cxf-integration-jbi][relativePath:integration/jbi], hudson.maven.MavenModule@2fa4a715[CXF-trunk-deploy/org.apache.cxf:cxf-integration-jca][CXF-trunk-deploy/org.apache.cxf:cxf-integration-jca][relativePath:integration/jca], hudson.maven.MavenModule@7f7f70bf[CXF-trunk-deploy/org.apache.cxf:cxf-java2ws-plugin][CXF-trunk-deploy/org.apache.cxf:cxf-java2ws-plugin][relativePath:maven-plugins/java2ws-plugin], hudson.maven.MavenModule@6b1fff2b[CXF-trunk-deploy/org.apache.cxf:cxf-maven-plugins][CXF-trunk-deploy/org.apache.cxf:cxf-maven-plugins][relativePath:maven-plugins], hudson.maven.MavenModule@7563a93e[CXF-trunk-deploy/org.apache.cxf:cxf-parent][CXF-trunk-deploy/org.apache.cxf:cxf-parent][relativePath:parent], hudson.maven.MavenModule@76f1a348[CXF-trunk-deploy/org.apache.cxf:cxf-rt][CXF-trunk-deploy/org.apache.cxf:cxf-rt][relativePath:rt], hudson.maven.MavenModule@170278c5[CXF-trunk-deploy/org.apache.cxf:cxf-rt-bindings][CXF-trunk-deploy/org.apache.cxf:cxf-rt-bindings][relativePath:rt/bindings], hudson.maven.MavenModule@7aca9651[CXF-trunk-deploy/org.apache.cxf:cxf-rt-bindings-coloc][CXF-trunk-deploy/org.apache.cxf:cxf-rt-bindings-coloc][relativePath:rt/bindings/coloc], hudson.maven.MavenModule@4ce03186[CXF-trunk-deploy/org.apache.cxf:cxf-rt-bindings-corba][CXF-trunk-deploy/org.apache.cxf:cxf-rt-bindings-corba][relativePath:rt/bindings/corba], hudson.maven.MavenModule@7493b88b[CXF-trunk-deploy/org.apache.cxf:cxf-rt-bindings-http][CXF-trunk-deploy/org.apache.cxf:cxf-rt-bindings-http][relativePath:rt/bindings/http], hudson.maven.MavenModule@329b0985[CXF-trunk-deploy/org.apache.cxf:cxf-rt-bindings-jbi][CXF-trunk-deploy/org.apache.cxf:cxf-rt-bindings-jbi][relativePath:rt/bindings/jbi], hudson.maven.MavenModule@4de89831[CXF-trunk-deploy/org.apache.cxf:cxf-rt-bindings-object][CXF-trunk-deploy/org.apache.cxf:cxf-rt-bindings-object][relativePath:rt/bindings/object], hudson.maven.MavenModule@7d44576d[CXF-trunk-deploy/org.apache.cxf:cxf-rt-bindings-soap][CXF-trunk-deploy/org.apache.cxf:cxf-rt-bindings-soap][relativePath:rt/bindings/soap], hudson.maven.MavenModule@6d231ac6[CXF-trunk-deploy/org.apache.cxf:cxf-rt-bindings-xml][CXF-trunk-deploy/org.apache.cxf:cxf-rt-bindings-xml][relativePath:rt/bindings/xml], hudson.maven.MavenModule@8d59f1[CXF-trunk-deploy/org.apache.cxf:cxf-rt-core][CXF-trunk-deploy/org.apache.cxf:cxf-rt-core][relativePath:rt/core], hudson.maven.MavenModule@45974736[CXF-trunk-deploy/org.apache.cxf:cxf-rt-databinding-aegis][CXF-trunk-deploy/org.apache.cxf:cxf-rt-databinding-aegis][relativePath:rt/databinding/aegis], hudson.maven.MavenModule@cde55ec[CXF-trunk-deploy/org.apache.cxf:cxf-rt-databinding-jaxb][CXF-trunk-deploy/org.apache.cxf:cxf-rt-databinding-jaxb][relativePath:rt/databinding/jaxb], hudson.maven.MavenModule@f2c03ac[CXF-trunk-deploy/org.apache.cxf:cxf-rt-databinding-jibx][CXF-trunk-deploy/org.apache.cxf:cxf-rt-databinding-jibx][relativePath:rt/databinding/jibx], hudson.maven.MavenModule@68d31619[CXF-trunk-deploy/org.apache.cxf:cxf-rt-databinding-sdo][CXF-trunk-deploy/org.apache.cxf:cxf-rt-databinding-sdo][relativePath:rt/databinding/sdo], hudson.maven.MavenModule@13447e86[CXF-trunk-deploy/org.apache.cxf:cxf-rt-databinding-xmlbeans][CXF-trunk-deploy/org.apache.cxf:cxf-rt-databinding-xmlbeans][relativePath:rt/databinding/xmlbeans], hudson.maven.MavenModule@350385f1[CXF-trunk-deploy/org.apache.cxf:cxf-rt-frontend-jaxrs][CXF-trunk-deploy/org.apache.cxf:cxf-rt-frontend-jaxrs][relativePath:rt/frontend/jaxrs], hudson.maven.MavenModule@753cafa3[CXF-trunk-deploy/org.apache.cxf:cxf-rt-frontend-jaxws][CXF-trunk-deploy/org.apache.cxf:cxf-rt-frontend-jaxws][relativePath:rt/frontend/jaxws], hudson.maven.MavenModule@4e24faf1[CXF-trunk-deploy/org.apache.cxf:cxf-rt-frontend-js][CXF-trunk-deploy/org.apache.cxf:cxf-rt-frontend-js][relativePath:rt/frontend/js], hudson.maven.MavenModule@b1f3e1c[CXF-trunk-deploy/org.apache.cxf:cxf-rt-frontend-simple][CXF-trunk-deploy/org.apache.cxf:cxf-rt-frontend-simple][relativePath:rt/frontend/simple], hudson.maven.MavenModule@3af78ba5[CXF-trunk-deploy/org.apache.cxf:cxf-rt-javascript][CXF-trunk-deploy/org.apache.cxf:cxf-rt-javascript][relativePath:rt/javascript], hudson.maven.MavenModule@41f4cf58[CXF-trunk-deploy/org.apache.cxf:cxf-rt-management][CXF-trunk-deploy/org.apache.cxf:cxf-rt-management][relativePath:rt/management], hudson.maven.MavenModule@5b293ce7[CXF-trunk-deploy/org.apache.cxf:cxf-rt-management-web][CXF-trunk-deploy/org.apache.cxf:cxf-rt-management-web][relativePath:rt/management-web], hudson.maven.MavenModule@232023ff[CXF-trunk-deploy/org.apache.cxf:cxf-rt-testsupport][CXF-trunk-deploy/org.apache.cxf:cxf-rt-testsupport][relativePath:rt/testsupport], hudson.maven.MavenModule@52621f0c[CXF-trunk-deploy/org.apache.cxf:cxf-rt-transports-common][CXF-trunk-deploy/org.apache.cxf:cxf-rt-transports-common][relativePath:rt/transports/common], hudson.maven.MavenModule@7ddeef8a[CXF-trunk-deploy/org.apache.cxf:cxf-rt-transports-http][CXF-trunk-deploy/org.apache.cxf:cxf-rt-transports-http][relativePath:rt/transports/http], hudson.maven.MavenModule@6ddb6b07[CXF-trunk-deploy/org.apache.cxf:cxf-rt-transports-http-jetty][CXF-trunk-deploy/org.apache.cxf:cxf-rt-transports-http-jetty][relativePath:rt/transports/http-jetty], hudson.maven.MavenModule@432a44c3[CXF-trunk-deploy/org.apache.cxf:cxf-rt-transports-http-osgi][CXF-trunk-deploy/org.apache.cxf:cxf-rt-transports-http-osgi][relativePath:rt/transports/http-osgi], hudson.maven.MavenModule@778f9ba9[CXF-trunk-deploy/org.apache.cxf:cxf-rt-transports-jbi][CXF-trunk-deploy/org.apache.cxf:cxf-rt-transports-jbi][relativePath:rt/transports/jbi], hudson.maven.MavenModule@76d5989c[CXF-trunk-deploy/org.apache.cxf:cxf-rt-transports-jms][CXF-trunk-deploy/org.apache.cxf:cxf-rt-transports-jms][relativePath:rt/transports/jms], hudson.maven.MavenModule@72b05e0f[CXF-trunk-deploy/org.apache.cxf:cxf-rt-transports-local][CXF-trunk-deploy/org.apache.cxf:cxf-rt-transports-local][relativePath:rt/transports/local], hudson.maven.MavenModule@19d1c871[CXF-trunk-deploy/org.apache.cxf:cxf-rt-ws-addr][CXF-trunk-deploy/org.apache.cxf:cxf-rt-ws-addr][relativePath:rt/ws/addr], hudson.maven.MavenModule@3f68eac0[CXF-trunk-deploy/org.apache.cxf:cxf-rt-ws-policy][CXF-trunk-deploy/org.apache.cxf:cxf-rt-ws-policy][relativePath:rt/ws/policy], hudson.maven.MavenModule@65c404b3[CXF-trunk-deploy/org.apache.cxf:cxf-rt-ws-rm][CXF-trunk-deploy/org.apache.cxf:cxf-rt-ws-rm][relativePath:rt/ws/rm], hudson.maven.MavenModule@249a2807[CXF-trunk-deploy/org.apache.cxf:cxf-rt-ws-security][CXF-trunk-deploy/org.apache.cxf:cxf-rt-ws-security][relativePath:rt/ws/security], hudson.maven.MavenModule@246a641d[CXF-trunk-deploy/org.apache.cxf:cxf-systests][CXF-trunk-deploy/org.apache.cxf:cxf-systests][relativePath:systests], hudson.maven.MavenModule@6c0da9cc[CXF-trunk-deploy/org.apache.cxf:cxf-systests-aegis][CXF-trunk-deploy/org.apache.cxf:cxf-systests-aegis][relativePath:systests/aegis], hudson.maven.MavenModule@5b0f7c0d[CXF-trunk-deploy/org.apache.cxf:cxf-systests-jaxrs][CXF-trunk-deploy/org.apache.cxf:cxf-systests-jaxrs][relativePath:systests/jaxrs], hudson.maven.MavenModule@9876148[CXF-trunk-deploy/org.apache.cxf:cxf-systests-jaxws][CXF-trunk-deploy/org.apache.cxf:cxf-systests-jaxws][relativePath:systests/jaxws], hudson.maven.MavenModule@6b37695c[CXF-trunk-deploy/org.apache.cxf:cxf-systests-transports][CXF-trunk-deploy/org.apache.cxf:cxf-systests-transports][relativePath:systests/transports], hudson.maven.MavenModule@10b090ac[CXF-trunk-deploy/org.apache.cxf:cxf-systests-uncategorized][CXF-trunk-deploy/org.apache.cxf:cxf-systests-uncategorized][relativePath:systests/uncategorized], hudson.maven.MavenModule@1d9a43d7[CXF-trunk-deploy/org.apache.cxf:cxf-systests-ws-specs][CXF-trunk-deploy/org.apache.cxf:cxf-systests-ws-specs][relativePath:systests/ws-specs], hudson.maven.MavenModule@2ec98cf8[CXF-trunk-deploy/org.apache.cxf:cxf-testutils][CXF-trunk-deploy/org.apache.cxf:cxf-testutils][relativePath:testutils], hudson.maven.MavenModule@1b29e211[CXF-trunk-deploy/org.apache.cxf:cxf-tools][CXF-trunk-deploy/org.apache.cxf:cxf-tools][relativePath:tools], hudson.maven.MavenModule@35088f7f[CXF-trunk-deploy/org.apache.cxf:cxf-tools-common][CXF-trunk-deploy/org.apache.cxf:cxf-tools-common][relativePath:tools/common], hudson.maven.MavenModule@41604212[CXF-trunk-deploy/org.apache.cxf:cxf-tools-corba][CXF-trunk-deploy/org.apache.cxf:cxf-tools-corba][relativePath:tools/corba], hudson.maven.MavenModule@7de70b3e[CXF-trunk-deploy/org.apache.cxf:cxf-tools-java2ws][CXF-trunk-deploy/org.apache.cxf:cxf-tools-java2ws][relativePath:tools/javato/ws], hudson.maven.MavenModule@7215e330[CXF-trunk-deploy/org.apache.cxf:cxf-tools-javato][CXF-trunk-deploy/org.apache.cxf:cxf-tools-javato][relativePath:tools/javato], hudson.maven.MavenModule@4435db24[CXF-trunk-deploy/org.apache.cxf:cxf-tools-misctools][CXF-trunk-deploy/org.apache.cxf:cxf-tools-misctools][relativePath:tools/wsdlto/misc], hudson.maven.MavenModule@7b6e9b75[CXF-trunk-deploy/org.apache.cxf:cxf-tools-validator][CXF-trunk-deploy/org.apache.cxf:cxf-tools-validator][relativePath:tools/validator], hudson.maven.MavenModule@14874647[CXF-trunk-deploy/org.apache.cxf:cxf-tools-wsdlto][CXF-trunk-deploy/org.apache.cxf:cxf-tools-wsdlto][relativePath:tools/wsdlto], hudson.maven.MavenModule@dabb176[CXF-trunk-deploy/org.apache.cxf:cxf-tools-wsdlto-core][CXF-trunk-deploy/org.apache.cxf:cxf-tools-wsdlto-core][relativePath:tools/wsdlto/core], hudson.maven.MavenModule@6d27d091[CXF-trunk-deploy/org.apache.cxf:cxf-tools-wsdlto-databinding-jaxb][CXF-trunk-deploy/org.apache.cxf:cxf-tools-wsdlto-databinding-jaxb][relativePath:tools/wsdlto/databinding/jaxb], hudson.maven.MavenModule@5ee55d17[CXF-trunk-deploy/org.apache.cxf:cxf-tools-wsdlto-frontend-javascript][CXF-trunk-deploy/org.apache.cxf:cxf-tools-wsdlto-frontend-javascript][relativePath:tools/wsdlto/frontend/javascript], hudson.maven.MavenModule@61f3318a[CXF-trunk-deploy/org.apache.cxf:cxf-tools-wsdlto-frontend-jaxws][CXF-trunk-deploy/org.apache.cxf:cxf-tools-wsdlto-frontend-jaxws][relativePath:tools/wsdlto/frontend/jaxws], hudson.maven.MavenModule@45a51ac0[CXF-trunk-deploy/org.apache.cxf:cxf-tools-wsdlto-test][CXF-trunk-deploy/org.apache.cxf:cxf-tools-wsdlto-test][relativePath:tools/wsdlto/test], hudson.maven.MavenModule@6e551f11[CXF-trunk-deploy/org.apache.cxf:cxf-wsdl-validator-plugin][CXF-trunk-deploy/org.apache.cxf:cxf-wsdl-validator-plugin][relativePath:maven-plugins/wsdl-validator-plugin], hudson.maven.MavenModule@5e7b602e[CXF-trunk-deploy/org.apache.cxf:cxf-wstx-msv-validation][CXF-trunk-deploy/org.apache.cxf:cxf-wstx-msv-validation][relativePath:common/wstx-msv-validation], hudson.maven.MavenModule@1276ff65[CXF-trunk-deploy/org.apache.cxf:cxf-xerces-xsd-validation][CXF-trunk-deploy/org.apache.cxf:cxf-xerces-xsd-validation][relativePath:common/xerces-xsd-validation], hudson.maven.MavenModule@6c095041[CXF-trunk-deploy/org.apache.cxf:cxf-xjc][CXF-trunk-deploy/org.apache.cxf:cxf-xjc][relativePath:common/xjc], hudson.maven.MavenModule@99b2061[CXF-trunk-deploy/org.apache.cxf:cxf-xjc-dv][CXF-trunk-deploy/org.apache.cxf:cxf-xjc-dv][relativePath:common/xjc/dv], hudson.maven.MavenModule@4d8d042a[CXF-trunk-deploy/org.apache.cxf:cxf-xjc-dv-test][CXF-trunk-deploy/org.apache.cxf:cxf-xjc-dv-test][relativePath:common/xjc/dv-test], hudson.maven.MavenModule@5fa52ad1[CXF-trunk-deploy/org.apache.cxf:cxf-xjc-ts][CXF-trunk-deploy/org.apache.cxf:cxf-xjc-ts][relativePath:common/xjc/ts], hudson.maven.MavenModule@63b8dba5[CXF-trunk-deploy/org.apache.cxf:cxf-xjc-ts-test][CXF-trunk-deploy/org.apache.cxf:cxf-xjc-ts-test][relativePath:common/xjc/ts-test], hudson.maven.MavenModule@38987d26[CXF-trunk-deploy/org.apache.cxf:cxf-xjc-wsdlextension][CXF-trunk-deploy/org.apache.cxf:cxf-xjc-wsdlextension][relativePath:common/xjc/wsdlextension], hudson.maven.MavenModule@1b347747[CXF-trunk-deploy/org.apache.cxf:cxf-xjc-wsdlextension-test][CXF-trunk-deploy/org.apache.cxf:cxf-xjc-wsdlextension-test][relativePath:common/xjc/wsdlextension-test], hudson.maven.MavenModule@3e04f69a[CXF-trunk-deploy/org.apache.cxf:cxf-xml2fastinfoset-plugin][CXF-trunk-deploy/org.apache.cxf:cxf-xml2fastinfoset-plugin][relativePath:maven-plugins/xml2fastinfoset-plugin], hudson.maven.MavenModule@e884c0e[CXF-trunk-deploy/org.apache.cxf.archetype:cxf-jaxws-javafirst][CXF-trunk-deploy/org.apache.cxf.archetype:cxf-jaxws-javafirst][relativePath:maven-plugins/archetypes/cxf-jaxws-javafirst], hudson.maven.MavenModule@3114484[CXF-trunk-deploy/org.apache.cxf.karaf:apache-cxf][CXF-trunk-deploy/org.apache.cxf.karaf:apache-cxf][relativePath:distribution/karaf/features], hudson.maven.MavenModule@46446e0c[CXF-trunk-deploy/org.apache.cxf.karaf:karaf-parent][CXF-trunk-deploy/org.apache.cxf.karaf:karaf-parent][relativePath:distribution/karaf], hudson.maven.MavenModule@7ef229cd[CXF-trunk-deploy/org.apache.cxf.samples:aegis][CXF-trunk-deploy/org.apache.cxf.samples:aegis][relativePath:distribution/src/main/release/samples/aegis], hudson.maven.MavenModule@2b86616b[CXF-trunk-deploy/org.apache.cxf.samples:aegis-standalone][CXF-trunk-deploy/org.apache.cxf.samples:aegis-standalone][relativePath:distribution/src/main/release/samples/aegis_standalone], hudson.maven.MavenModule@469becb3[CXF-trunk-deploy/org.apache.cxf.samples:callback][CXF-trunk-deploy/org.apache.cxf.samples:callback][relativePath:distribution/src/main/release/samples/callback], hudson.maven.MavenModule@bec15c7[CXF-trunk-deploy/org.apache.cxf.samples:configuration_interceptor][CXF-trunk-deploy/org.apache.cxf.samples:configuration_interceptor][relativePath:distribution/src/main/release/samples/configuration_interceptor], hudson.maven.MavenModule@10139edf[CXF-trunk-deploy/org.apache.cxf.samples:cxf-samples][CXF-trunk-deploy/org.apache.cxf.samples:cxf-samples][relativePath:distribution/src/main/release/samples], hudson.maven.MavenModule@74247cc2[CXF-trunk-deploy/org.apache.cxf.samples:in_jvm_transport][CXF-trunk-deploy/org.apache.cxf.samples:in_jvm_transport][relativePath:distribution/src/main/release/samples/in_jvm_transport], hudson.maven.MavenModule@6e9ea162[CXF-trunk-deploy/org.apache.cxf.samples:java_first_jaxws][CXF-trunk-deploy/org.apache.cxf.samples:java_first_jaxws][relativePath:distribution/src/main/release/samples/java_first_jaxws], hudson.maven.MavenModule@31024864[CXF-trunk-deploy/org.apache.cxf.samples:java_first_jaxws_factory_bean][CXF-trunk-deploy/org.apache.cxf.samples:java_first_jaxws_factory_bean][relativePath:distribution/src/main/release/samples/java_first_jaxws_factory_bean], hudson.maven.MavenModule@21093d9e[CXF-trunk-deploy/org.apache.cxf.samples:java_first_jaxws_jms][CXF-trunk-deploy/org.apache.cxf.samples:java_first_jaxws_jms][relativePath:distribution/src/main/release/samples/java_first_jms], hudson.maven.MavenModule@6f0abf2c[CXF-trunk-deploy/org.apache.cxf.samples:java_first_pojo][CXF-trunk-deploy/org.apache.cxf.samples:java_first_pojo][relativePath:distribution/src/main/release/samples/java_first_pojo], hudson.maven.MavenModule@2e3d787c[CXF-trunk-deploy/org.apache.cxf.samples:java_first_spring_support][CXF-trunk-deploy/org.apache.cxf.samples:java_first_spring_support][relativePath:distribution/src/main/release/samples/java_first_spring_support], hudson.maven.MavenModule@14b04ff6[CXF-trunk-deploy/org.apache.cxf.samples:jax_rs_basic][CXF-trunk-deploy/org.apache.cxf.samples:jax_rs_basic][relativePath:distribution/src/main/release/samples/jax_rs/basic], hudson.maven.MavenModule@741ad263[CXF-trunk-deploy/org.apache.cxf.samples:jax_rs_basic_https][CXF-trunk-deploy/org.apache.cxf.samples:jax_rs_basic_https][relativePath:distribution/src/main/release/samples/jax_rs/basic_https], hudson.maven.MavenModule@393a82f5[CXF-trunk-deploy/org.apache.cxf.samples:jax_rs_content_negotiation][CXF-trunk-deploy/org.apache.cxf.samples:jax_rs_content_negotiation][relativePath:distribution/src/main/release/samples/jax_rs/content_negotiation], hudson.maven.MavenModule@4fd00cff[CXF-trunk-deploy/org.apache.cxf.samples:jax_rs_spring_security][CXF-trunk-deploy/org.apache.cxf.samples:jax_rs_spring_security][relativePath:distribution/src/main/release/samples/jax_rs/spring_security], hudson.maven.MavenModule@3cecc1e1[CXF-trunk-deploy/org.apache.cxf.samples:jax_service_aegis_client][CXF-trunk-deploy/org.apache.cxf.samples:jax_service_aegis_client][relativePath:distribution/src/main/release/samples/jax_server_aegis_client], hudson.maven.MavenModule@7b4fc6e4[CXF-trunk-deploy/org.apache.cxf.samples:jaxws_async][CXF-trunk-deploy/org.apache.cxf.samples:jaxws_async][relativePath:distribution/src/main/release/samples/jaxws_async], hudson.maven.MavenModule@63190346[CXF-trunk-deploy/org.apache.cxf.samples:jaxws_dispatch_provider][CXF-trunk-deploy/org.apache.cxf.samples:jaxws_dispatch_provider][relativePath:distribution/src/main/release/samples/jaxws_dispatch_provider], hudson.maven.MavenModule@47d44d0d[CXF-trunk-deploy/org.apache.cxf.samples:jaxws_handlers][CXF-trunk-deploy/org.apache.cxf.samples:jaxws_handlers][relativePath:distribution/src/main/release/samples/jaxws_handlers], hudson.maven.MavenModule@4b8e1863[CXF-trunk-deploy/org.apache.cxf.samples:jms_pubsub][CXF-trunk-deploy/org.apache.cxf.samples:jms_pubsub][relativePath:distribution/src/main/release/samples/jms_pubsub], hudson.maven.MavenModule@53aa4bb4[CXF-trunk-deploy/org.apache.cxf.samples:jms_queue][CXF-trunk-deploy/org.apache.cxf.samples:jms_queue][relativePath:distribution/src/main/release/samples/jms_queue], hudson.maven.MavenModule@69644a50[CXF-trunk-deploy/org.apache.cxf.samples:jms_spec_demo][CXF-trunk-deploy/org.apache.cxf.samples:jms_spec_demo][relativePath:distribution/src/main/release/samples/jms-spec-demo], hudson.maven.MavenModule@967e8c[CXF-trunk-deploy/org.apache.cxf.samples:js_browser_client_java][CXF-trunk-deploy/org.apache.cxf.samples:js_browser_client_java][relativePath:distribution/src/main/release/samples/js_browser_client_java_first], hudson.maven.MavenModule@2df5ccb3[CXF-trunk-deploy/org.apache.cxf.samples:js_browser_client_simple][CXF-trunk-deploy/org.apache.cxf.samples:js_browser_client_simple][relativePath:distribution/src/main/release/samples/js_browser_client_simple], hudson.maven.MavenModule@49ba4a47[CXF-trunk-deploy/org.apache.cxf.samples:js_client][CXF-trunk-deploy/org.apache.cxf.samples:js_client][relativePath:distribution/src/main/release/samples/js_client], hudson.maven.MavenModule@7e13efdf[CXF-trunk-deploy/org.apache.cxf.samples:mtom][CXF-trunk-deploy/org.apache.cxf.samples:mtom][relativePath:distribution/src/main/release/samples/mtom], hudson.maven.MavenModule@26b7d94c[CXF-trunk-deploy/org.apache.cxf.samples:restful_dispatch][CXF-trunk-deploy/org.apache.cxf.samples:restful_dispatch][relativePath:distribution/src/main/release/samples/restful_dispatch], hudson.maven.MavenModule@6d3f6300[CXF-trunk-deploy/org.apache.cxf.samples:restful_http_binding][CXF-trunk-deploy/org.apache.cxf.samples:restful_http_binding][relativePath:distribution/src/main/release/samples/restful_http_binding], hudson.maven.MavenModule@76c197b6[CXF-trunk-deploy/org.apache.cxf.samples:soap_header][CXF-trunk-deploy/org.apache.cxf.samples:soap_header][relativePath:distribution/src/main/release/samples/soap_header], hudson.maven.MavenModule@1fd80945[CXF-trunk-deploy/org.apache.cxf.samples:ws_addressing][CXF-trunk-deploy/org.apache.cxf.samples:ws_addressing][relativePath:distribution/src/main/release/samples/ws_addressing], hudson.maven.MavenModule@9969478[CXF-trunk-deploy/org.apache.cxf.samples:ws_policy][CXF-trunk-deploy/org.apache.cxf.samples:ws_policy][relativePath:distribution/src/main/release/samples/ws_policy], hudson.maven.MavenModule@5b9491e5[CXF-trunk-deploy/org.apache.cxf.samples:ws_rm][CXF-trunk-deploy/org.apache.cxf.samples:ws_rm][relativePath:distribution/src/main/release/samples/ws_rm], hudson.maven.MavenModule@47a34181[CXF-trunk-deploy/org.apache.cxf.samples:wsdl_first][CXF-trunk-deploy/org.apache.cxf.samples:wsdl_first][relativePath:distribution/src/main/release/samples/wsdl_first], hudson.maven.MavenModule@5925dae8[CXF-trunk-deploy/org.apache.cxf.samples:wsdl_first_dynamic_client][CXF-trunk-deploy/org.apache.cxf.samples:wsdl_first_dynamic_client][relativePath:distribution/src/main/release/samples/wsdl_first_dynamic_client], hudson.maven.MavenModule@65b8dcbd[CXF-trunk-deploy/org.apache.cxf.samples:wsdl_first_https][CXF-trunk-deploy/org.apache.cxf.samples:wsdl_first_https][relativePath:distribution/src/main/release/samples/wsdl_first_https], hudson.maven.MavenModule@6fb525d8[CXF-trunk-deploy/org.apache.cxf.samples:wsdl_first_pure_xml][CXF-trunk-deploy/org.apache.cxf.samples:wsdl_first_pure_xml][relativePath:distribution/src/main/release/samples/wsdl_first_pure_xml], hudson.maven.MavenModule@1fc1cb1[CXF-trunk-deploy/org.apache.cxf.samples:wsdl_first_rpclit][CXF-trunk-deploy/org.apache.cxf.samples:wsdl_first_rpclit][relativePath:distribution/src/main/release/samples/wsdl_first_rpclit], hudson.maven.MavenModule@2aaae1dc[CXF-trunk-deploy/org.apache.cxf.samples:wsdl_first_soap12][CXF-trunk-deploy/org.apache.cxf.samples:wsdl_first_soap12][relativePath:distribution/src/main/release/samples/wsdl_first_soap12], hudson.maven.MavenModule@12bcb5a9[CXF-trunk-deploy/org.apache.cxf.samples:wsdl_first_xml_wrapped][CXF-trunk-deploy/org.apache.cxf.samples:wsdl_first_xml_wrapped][relativePath:distribution/src/main/release/samples/wsdl_first_xml_wrapped], hudson.maven.MavenModule@23e94776[CXF-trunk-deploy/org.apache.cxf.samples:wsdl_first_xmlbeans][CXF-trunk-deploy/org.apache.cxf.samples:wsdl_first_xmlbeans][relativePath:distribution/src/main/release/samples/wsdl_first_xmlbeans], hudson.maven.MavenModule@3e682b10[CXF-trunk-deploy/org.apache.cxf.samples:wssec_sign_enc][CXF-trunk-deploy/org.apache.cxf.samples:wssec_sign_enc][relativePath:distribution/src/main/release/samples/ws_security/sign_enc], hudson.maven.MavenModule@578f7a8[CXF-trunk-deploy/org.apache.cxf.samples:wssec_ut][CXF-trunk-deploy/org.apache.cxf.samples:wssec_ut][relativePath:distribution/src/main/release/samples/ws_security/ut], hudson.maven.MavenModule@2c52d188[CXF-trunk-deploy/org.apache.cxf.samples:wssec_ut_policy][CXF-trunk-deploy/org.apache.cxf.samples:wssec_ut_policy][relativePath:distribution/src/main/release/samples/ws_security/ut_policy], hudson.maven.MavenModule@21d195ca[CXF-trunk-deploy/org.apache.cxf.samples:wssec_ut_sign][CXF-trunk-deploy/org.apache.cxf.samples:wssec_ut_sign][relativePath:distribution/src/main/release/samples/ws_security/ut_sign], hudson.maven.MavenModule@49f543bb[CXF-trunk-deploy/org.apache.cxf.samples.interopfest:ws-sc][CXF-trunk-deploy/org.apache.cxf.samples.interopfest:ws-sc][relativePath:distribution/src/main/release/samples/ws_security/interopfest/wssc], hudson.maven.MavenModule@25cc8345[CXF-trunk-deploy/org.apache.cxf.samples.interopfest:ws-sec10][CXF-trunk-deploy/org.apache.cxf.samples.interopfest:ws-sec10][relativePath:distribution/src/main/release/samples/ws_security/interopfest/wssec10], hudson.maven.MavenModule@19a93a4[CXF-trunk-deploy/org.apache.cxf.samples.interopfest:ws-sec11][CXF-trunk-deploy/org.apache.cxf.samples.interopfest:ws-sec11][relativePath:distribution/src/main/release/samples/ws_security/interopfest/wssec11], hudson.maven.MavenModule@3bc79148[CXF-trunk-deploy/org.apache.cxf.samples.interopfest:ws-trust10][CXF-trunk-deploy/org.apache.cxf.samples.interopfest:ws-trust10][relativePath:distribution/src/main/release/samples/ws_security/interopfest/wstrust10], hudson.maven.MavenModule@592c34b[CXF-trunk-deploy/org.apache.cxf.samples.interopfest:ws-trust13][CXF-trunk-deploy/org.apache.cxf.samples.interopfest:ws-trust13][relativePath:distribution/src/main/release/samples/ws_security/interopfest/wstrust13], hudson.maven.MavenModule@7a2520fa[CXF-trunk-deploy/org.apache.cxf.systests:cxf-systests][CXF-trunk-deploy/org.apache.cxf.systests:cxf-systests][relativePath:systests], hudson.maven.MavenModule@5ba71e88[CXF-trunk-deploy/org.apache.cxf.systests:cxf-systests-ci-grizzly][CXF-trunk-deploy/org.apache.cxf.systests:cxf-systests-ci-grizzly][relativePath:systests/container-integration/grizzly], hudson.maven.MavenModule@dd86b03[CXF-trunk-deploy/org.apache.cxf.systests:cxf-systests-ci-webapp][CXF-trunk-deploy/org.apache.cxf.systests:cxf-systests-ci-webapp][relativePath:systests/container-integration/webapp], hudson.maven.MavenModule@787169e6[CXF-trunk-deploy/org.apache.cxf.systests:cxf-systests-container-integration][CXF-trunk-deploy/org.apache.cxf.systests:cxf-systests-container-integration][relativePath:systests/container-integration], hudson.maven.MavenModule@13de68e2[CXF-trunk-deploy/org.apache.cxf.systests:cxf-systests-databinding][CXF-trunk-deploy/org.apache.cxf.systests:cxf-systests-databinding][relativePath:systests/databinding], hudson.maven.MavenModule@72745862[CXF-trunk-deploy/org.apache.cxf.systests:cxf-systests-jaxrs][CXF-trunk-deploy/org.apache.cxf.systests:cxf-systests-jaxrs][relativePath:systests/jaxrs], hudson.maven.MavenModule@5e36d9e4[CXF-trunk-deploy/org.apache.cxf.systests:cxf-systests-jaxws][CXF-trunk-deploy/org.apache.cxf.systests:cxf-systests-jaxws][relativePath:systests/jaxws], hudson.maven.MavenModule@36ee336f[CXF-trunk-deploy/org.apache.cxf.systests:cxf-systests-transports][CXF-trunk-deploy/org.apache.cxf.systests:cxf-systests-transports][relativePath:systests/transports], hudson.maven.MavenModule@7b00862e[CXF-trunk-deploy/org.apache.cxf.systests:cxf-systests-uncategorized][CXF-trunk-deploy/org.apache.cxf.systests:cxf-systests-uncategorized][relativePath:systests/uncategorized], hudson.maven.MavenModule@3a65d76a[CXF-trunk-deploy/org.apache.cxf.systests:cxf-systests-ws-security][CXF-trunk-deploy/org.apache.cxf.systests:cxf-systests-ws-security][relativePath:systests/ws-security], hudson.maven.MavenModule@15819341[CXF-trunk-deploy/org.apache.cxf.systests:cxf-systests-ws-specs][CXF-trunk-deploy/org.apache.cxf.systests:cxf-systests-ws-specs][relativePath:systests/ws-specs], hudson.maven.MavenModule@36263003[CXF-trunk-deploy/org.apache.cxf.systests:cxf-test-samples][CXF-trunk-deploy/org.apache.cxf.systests:cxf-test-samples][relativePath:test-samples], hudson.maven.MavenModule@15b39190[CXF-trunk-deploy/org.apache.cxf.systests:cxf-wsdl-maven][CXF-trunk-deploy/org.apache.cxf.systests:cxf-wsdl-maven][relativePath:systests/wsdl_maven], hudson.maven.MavenModule@7f8e1a98[CXF-trunk-deploy/org.apache.cxf.systests.wsdl_maven:cxf-systests-codegen][CXF-trunk-deploy/org.apache.cxf.systests.wsdl_maven:cxf-systests-codegen][relativePath:systests/wsdl_maven/codegen], hudson.maven.MavenModule@70413ea6[CXF-trunk-deploy/org.apache.cxf.systests.wsdl_maven:cxf-systests-java2ws][CXF-trunk-deploy/org.apache.cxf.systests.wsdl_maven:cxf-systests-java2ws][relativePath:systests/wsdl_maven/java2ws], hudson.maven.MavenModule@8ba0dd4[CXF-trunk-deploy/org.apache.cxf.xjcplugins:cxf-xjc-boolean][CXF-trunk-deploy/org.apache.cxf.xjcplugins:cxf-xjc-boolean][relativePath:common/xjc/boolean], hudson.maven.MavenModule@640eac4a[CXF-trunk-deploy/org.apache.cxf.xjcplugins:cxf-xjc-boolean-test][CXF-trunk-deploy/org.apache.cxf.xjcplugins:cxf-xjc-boolean-test][relativePath:common/xjc/boolean-test], hudson.maven.MavenModule@12b7530[CXF-trunk-deploy/org.apache.cxf.xjcplugins:cxf-xjc-bug671][CXF-trunk-deploy/org.apache.cxf.xjcplugins:cxf-xjc-bug671][relativePath:common/xjc/bug671]]
project.getRootModule()=hudson.maven.MavenModule@39401e69[CXF-trunk-deploy/org.apache.cxf:cxf][CXF-trunk-deploy/org.apache.cxf:cxf][relativePath:]
FATAL: cannot assign instance of hudson.model.StreamBuildListener to field hudson.maven.MavenModuleSetBuild$PomParser.listener of type hudson.model.BuildListener in instance of hudson.maven.MavenModuleSetBuild$PomParser
java.lang.ClassCastException: cannot assign instance of hudson.model.StreamBuildListener to field hudson.maven.MavenModuleSetBuild$PomParser.listener of type hudson.model.BuildListener in instance of hudson.maven.MavenModuleSetBuild$PomParser
	at java.io.ObjectStreamClass$FieldReflector.setObjFieldValues(ObjectStreamClass.java:2056)
	at java.io.ObjectStreamClass.setObjFieldValues(ObjectStreamClass.java:1229)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1969)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1963)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:368)
	at hudson.remoting.UserRequest.deserialize(UserRequest.java:178)
	at hudson.remoting.UserRequest.perform(UserRequest.java:98)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)


Jenkins build is back to normal : CXF-trunk-deploy #527

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/CXF-trunk-deploy/527/changes>