See <https://hudson.apache.org/hudson/job/CXF-2.3.x/253/changes>
Changes: [dkulp] Merged revisions 1080129 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1080129 | ningjiang | 2011-03-10 02:21:44 -0500 (Thu, 10 Mar 2011) | 1 line CXF-3385 Add a new option in WSD2Java to skip the generate the type classes from schema ........ [dkulp] Blocked revisions 1079778,1079800,1079964,1080112,1080240,1080302,1080304-1080305,1080328,1080339,1080349,1080351,1080374,1080383 via svnmerge ........ r1079778 | coheigea | 2011-03-09 07:38:33 -0500 (Wed, 09 Mar 2011) | 2 lines [CXF-3366] - Removed SAAJ stuff from crypto policy checkers ........ r1079800 | sergeyb | 2011-03-09 08:49:45 -0500 (Wed, 09 Mar 2011) | 1 line [CXF-3370] Adding tests for quering readonly storages ........ r1079964 | dkulp | 2011-03-09 14:52:25 -0500 (Wed, 09 Mar 2011) | 6 lines [CXF-3366] Allow an interceptor before the ReadHeadersInterceptor to specify the Document to read the headers into Update SAAJIn to use above to avoid having to copy the headers and such into a new Document Allow an Interceptor to specify additional interceptors to add when it is added. A "requires this as well" type thing. ........ r1080112 | dkulp | 2011-03-09 21:41:25 -0500 (Wed, 09 Mar 2011) | 4 lines Pass the WSSConfig object around better to avoid creating more default WSSConfig objects when not needed. Add a Validator that will call off to and STS to validate the incoming tokens on the server side. ........ r1080240 | dkulp | 2011-03-10 09:54:37 -0500 (Thu, 10 Mar 2011) | 2 lines Add a system tests for the JIBX databinding to show it actually works and fix issues discovered while doing so. ........ r1080302 | coheigea | 2011-03-10 13:13:38 -0500 (Thu, 10 Mar 2011) | 2 lines Some changes required after a recent update of WSS4J. ........ r1080304 | dkulp | 2011-03-10 13:19:16 -0500 (Thu, 10 Mar 2011) | 2 lines Change validate method to allow returning security tokens and to throw an exception if the token is invalid ........ r1080305 | dkulp | 2011-03-10 13:20:12 -0500 (Thu, 10 Mar 2011) | 1 line [CXF-3393] Add a fork mode to the codegen plugin. ........ r1080328 | dkulp | 2011-03-10 14:26:26 -0500 (Thu, 10 Mar 2011) | 1 line [CXF-3366] More work to enable delayed body parsing ........ r1080339 | dkulp | 2011-03-10 15:33:22 -0500 (Thu, 10 Mar 2011) | 2 lines Get -Pfastinstall and -Psetup.eclipse working with jibx stuff ........ r1080349 | dkulp | 2011-03-10 16:06:38 -0500 (Thu, 10 Mar 2011) | 2 lines Fix problem with fork mode and maven 2. ........ r1080351 | dkulp | 2011-03-10 16:17:28 -0500 (Thu, 10 Mar 2011) | 2 lines Remove duplicates from classpath ........ r1080374 | dkulp | 2011-03-10 17:17:43 -0500 (Thu, 10 Mar 2011) | 2 lines Yet another attempt to fix command line length issues on Windows ........ r1080383 | dkulp | 2011-03-10 17:48:40 -0500 (Thu, 10 Mar 2011) | 2 lines Try to deal with Windows spaces in directories issue ........ [dkulp] Recorded merge of revisions 1080129 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1080129 | ningjiang | 2011-03-10 02:21:44 -0500 (Thu, 10 Mar 2011) | 1 line CXF-3385 Add a new option in WSD2Java to skip the generate the type classes from schema ........ [dkulp] Merged revisions 1080440 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1080440 | dkulp | 2011-03-10 23:24:41 -0500 (Thu, 10 Mar 2011) | 3 lines [CXF-3363] Make creation of various SAAJ factories go through a common class that can handle various J2EE issues and SAAJ version issues and such. ........ [dkulp] Merged revisions 1080439 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1080439 | dkulp | 2011-03-10 23:24:28 -0500 (Thu, 10 Mar 2011) | 1 line [CXF-3360] Fix typo causing test failure ........ [dkulp] Merged revisions 1080438 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1080438 | dkulp | 2011-03-10 23:24:21 -0500 (Thu, 10 Mar 2011) | 2 lines [CXF-3342] Port some fixes from the Soap11FaultOutInterceptor Pointers from Aaron Pieper applied ........ [dkulp] Merged revisions 1080437 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1080437 | dkulp | 2011-03-10 23:24:13 -0500 (Thu, 10 Mar 2011) | 2 lines [CXF-3360] Performance improvement Patch from Xiaoming Shi applied ........ [dkulp] Merged revisions 1079574 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1079574 | dkulp | 2011-03-08 17:15:32 -0500 (Tue, 08 Mar 2011) | 1 line Fix stack trace in tests by setting up more mock behavior ........ ------------------------------------------ Started by an SCM change Building remotely on ubuntu2 Updating http://svn.apache.org/repos/asf/cxf/branches/2.3.x-fixes U maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/WsdlOption.java U maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/Option.java U rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/binding/soap/SOAPBindingImpl.java U rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/JaxWsClientProxy.java U rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/handler/logical/LogicalMessageImpl.java U rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/handler/HandlerChainInvoker.java U rt/ws/rm/src/test/java/org/apache/cxf/ws/rm/DestinationSequenceTest.java U rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/DestinationSequence.java U rt/management/src/main/java/org/apache/cxf/management/jmx/InstrumentationManagerImpl.java U rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor/Soap12FaultOutInterceptor.java U rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/saaj/SAAJInInterceptor.java U rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/saaj/SAAJOutInterceptor.java A rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/saaj/SAAJFactoryResolver.java U tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/jaxws-toolspec.xml U tools/wsdlto/test/src/test/java/org/apache/cxf/tools/wsdlto/jaxws/CodeGenTest.java U tools/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/WSDLToJavaContainer.java U tools/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/wsdlto.xml U api/src/main/java/org/apache/cxf/tools/common/ToolConstants.java U . At revision 1080454 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 Parsing POMs ERROR: Processing failed due to a bug in the code. Please report this to [email protected] 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@726343c4[CXF-2.3.x] project.getModules()=[hudson.maven.MavenModule@19f9e414[CXF-2.3.x/org.apache.cxf:cxf][CXF-2.3.x/org.apache.cxf:cxf][relativePath:], hudson.maven.MavenModule@45f519ae[CXF-2.3.x/org.apache.cxf:cxf-api][CXF-2.3.x/org.apache.cxf:cxf-api][relativePath:api], hudson.maven.MavenModule@4ce10d40[CXF-2.3.x/org.apache.cxf:cxf-archetypes][CXF-2.3.x/org.apache.cxf:cxf-archetypes][relativePath:maven-plugins/archetypes], hudson.maven.MavenModule@4f5bec86[CXF-2.3.x/org.apache.cxf:cxf-codegen-plugin][CXF-2.3.x/org.apache.cxf:cxf-codegen-plugin][relativePath:maven-plugins/codegen-plugin], hudson.maven.MavenModule@15d82219[CXF-2.3.x/org.apache.cxf:cxf-common][CXF-2.3.x/org.apache.cxf:cxf-common][relativePath:common], hudson.maven.MavenModule@52633079[CXF-2.3.x/org.apache.cxf:cxf-common-schemas][CXF-2.3.x/org.apache.cxf:cxf-common-schemas][relativePath:common/schemas], hudson.maven.MavenModule@6d231ac6[CXF-2.3.x/org.apache.cxf:cxf-common-utilities][CXF-2.3.x/org.apache.cxf:cxf-common-utilities][relativePath:common/common], hudson.maven.MavenModule@46441b45[CXF-2.3.x/org.apache.cxf:cxf-corbatools-maven-plugin][CXF-2.3.x/org.apache.cxf:cxf-corbatools-maven-plugin][relativePath:maven-plugins/corba], hudson.maven.MavenModule@48a3abff[CXF-2.3.x/org.apache.cxf:cxf-integration][CXF-2.3.x/org.apache.cxf:cxf-integration][relativePath:integration], hudson.maven.MavenModule@5ad2ee0f[CXF-2.3.x/org.apache.cxf:cxf-integration-jbi][CXF-2.3.x/org.apache.cxf:cxf-integration-jbi][relativePath:integration/jbi], hudson.maven.MavenModule@37f12d4f[CXF-2.3.x/org.apache.cxf:cxf-integration-jca][CXF-2.3.x/org.apache.cxf:cxf-integration-jca][relativePath:integration/jca], hudson.maven.MavenModule@4dee4aae[CXF-2.3.x/org.apache.cxf:cxf-java2ws-plugin][CXF-2.3.x/org.apache.cxf:cxf-java2ws-plugin][relativePath:maven-plugins/java2ws-plugin], hudson.maven.MavenModule@64c60f03[CXF-2.3.x/org.apache.cxf:cxf-maven-plugins][CXF-2.3.x/org.apache.cxf:cxf-maven-plugins][relativePath:maven-plugins], hudson.maven.MavenModule@dfee685[CXF-2.3.x/org.apache.cxf:cxf-parent][CXF-2.3.x/org.apache.cxf:cxf-parent][relativePath:parent], hudson.maven.MavenModule@5d51981a[CXF-2.3.x/org.apache.cxf:cxf-rt][CXF-2.3.x/org.apache.cxf:cxf-rt][relativePath:rt], hudson.maven.MavenModule@77036a6b[CXF-2.3.x/org.apache.cxf:cxf-rt-bindings][CXF-2.3.x/org.apache.cxf:cxf-rt-bindings][relativePath:rt/bindings], hudson.maven.MavenModule@56aeecff[CXF-2.3.x/org.apache.cxf:cxf-rt-bindings-coloc][CXF-2.3.x/org.apache.cxf:cxf-rt-bindings-coloc][relativePath:rt/bindings/coloc], hudson.maven.MavenModule@6ff3cb0e[CXF-2.3.x/org.apache.cxf:cxf-rt-bindings-corba][CXF-2.3.x/org.apache.cxf:cxf-rt-bindings-corba][relativePath:rt/bindings/corba], hudson.maven.MavenModule@afe1bc5[CXF-2.3.x/org.apache.cxf:cxf-rt-bindings-http][CXF-2.3.x/org.apache.cxf:cxf-rt-bindings-http][relativePath:rt/bindings/http], hudson.maven.MavenModule@7ae73995[CXF-2.3.x/org.apache.cxf:cxf-rt-bindings-jbi][CXF-2.3.x/org.apache.cxf:cxf-rt-bindings-jbi][relativePath:rt/bindings/jbi], hudson.maven.MavenModule@6f189138[CXF-2.3.x/org.apache.cxf:cxf-rt-bindings-object][CXF-2.3.x/org.apache.cxf:cxf-rt-bindings-object][relativePath:rt/bindings/object], hudson.maven.MavenModule@3e7eedbb[CXF-2.3.x/org.apache.cxf:cxf-rt-bindings-soap][CXF-2.3.x/org.apache.cxf:cxf-rt-bindings-soap][relativePath:rt/bindings/soap], hudson.maven.MavenModule@361fc5a2[CXF-2.3.x/org.apache.cxf:cxf-rt-bindings-xml][CXF-2.3.x/org.apache.cxf:cxf-rt-bindings-xml][relativePath:rt/bindings/xml], hudson.maven.MavenModule@4316e1c9[CXF-2.3.x/org.apache.cxf:cxf-rt-core][CXF-2.3.x/org.apache.cxf:cxf-rt-core][relativePath:rt/core], hudson.maven.MavenModule@5622f08f[CXF-2.3.x/org.apache.cxf:cxf-rt-databinding-aegis][CXF-2.3.x/org.apache.cxf:cxf-rt-databinding-aegis][relativePath:rt/databinding/aegis], hudson.maven.MavenModule@1b01ade9[CXF-2.3.x/org.apache.cxf:cxf-rt-databinding-jaxb][CXF-2.3.x/org.apache.cxf:cxf-rt-databinding-jaxb][relativePath:rt/databinding/jaxb], hudson.maven.MavenModule@1df06863[CXF-2.3.x/org.apache.cxf:cxf-rt-databinding-sdo][CXF-2.3.x/org.apache.cxf:cxf-rt-databinding-sdo][relativePath:rt/databinding/sdo], hudson.maven.MavenModule@784a2d5e[CXF-2.3.x/org.apache.cxf:cxf-rt-databinding-xmlbeans][CXF-2.3.x/org.apache.cxf:cxf-rt-databinding-xmlbeans][relativePath:rt/databinding/xmlbeans], hudson.maven.MavenModule@3e5052b9[CXF-2.3.x/org.apache.cxf:cxf-rt-frontend-jaxrs][CXF-2.3.x/org.apache.cxf:cxf-rt-frontend-jaxrs][relativePath:rt/frontend/jaxrs], hudson.maven.MavenModule@13c32369[CXF-2.3.x/org.apache.cxf:cxf-rt-frontend-jaxws][CXF-2.3.x/org.apache.cxf:cxf-rt-frontend-jaxws][relativePath:rt/frontend/jaxws], hudson.maven.MavenModule@43a8b2df[CXF-2.3.x/org.apache.cxf:cxf-rt-frontend-js][CXF-2.3.x/org.apache.cxf:cxf-rt-frontend-js][relativePath:rt/frontend/js], hudson.maven.MavenModule@4722292a[CXF-2.3.x/org.apache.cxf:cxf-rt-frontend-simple][CXF-2.3.x/org.apache.cxf:cxf-rt-frontend-simple][relativePath:rt/frontend/simple], hudson.maven.MavenModule@4e1f34a6[CXF-2.3.x/org.apache.cxf:cxf-rt-javascript][CXF-2.3.x/org.apache.cxf:cxf-rt-javascript][relativePath:rt/javascript], hudson.maven.MavenModule@7493b88b[CXF-2.3.x/org.apache.cxf:cxf-rt-management][CXF-2.3.x/org.apache.cxf:cxf-rt-management][relativePath:rt/management], hudson.maven.MavenModule@23536fd[CXF-2.3.x/org.apache.cxf:cxf-rt-management-web][CXF-2.3.x/org.apache.cxf:cxf-rt-management-web][relativePath:rt/management-web], hudson.maven.MavenModule@32921158[CXF-2.3.x/org.apache.cxf:cxf-rt-testsupport][CXF-2.3.x/org.apache.cxf:cxf-rt-testsupport][relativePath:rt/testsupport], hudson.maven.MavenModule@531cfec[CXF-2.3.x/org.apache.cxf:cxf-rt-transports-common][CXF-2.3.x/org.apache.cxf:cxf-rt-transports-common][relativePath:rt/transports/common], hudson.maven.MavenModule@5cde6b02[CXF-2.3.x/org.apache.cxf:cxf-rt-transports-http][CXF-2.3.x/org.apache.cxf:cxf-rt-transports-http][relativePath:rt/transports/http], hudson.maven.MavenModule@42c22e8e[CXF-2.3.x/org.apache.cxf:cxf-rt-transports-http-jetty][CXF-2.3.x/org.apache.cxf:cxf-rt-transports-http-jetty][relativePath:rt/transports/http-jetty], hudson.maven.MavenModule@60292cb9[CXF-2.3.x/org.apache.cxf:cxf-rt-transports-http-osgi][CXF-2.3.x/org.apache.cxf:cxf-rt-transports-http-osgi][relativePath:rt/transports/http-osgi], hudson.maven.MavenModule@507aa91b[CXF-2.3.x/org.apache.cxf:cxf-rt-transports-jbi][CXF-2.3.x/org.apache.cxf:cxf-rt-transports-jbi][relativePath:rt/transports/jbi], hudson.maven.MavenModule@a49e885[CXF-2.3.x/org.apache.cxf:cxf-rt-transports-jms][CXF-2.3.x/org.apache.cxf:cxf-rt-transports-jms][relativePath:rt/transports/jms], hudson.maven.MavenModule@3541fcda[CXF-2.3.x/org.apache.cxf:cxf-rt-transports-local][CXF-2.3.x/org.apache.cxf:cxf-rt-transports-local][relativePath:rt/transports/local], hudson.maven.MavenModule@57ebf592[CXF-2.3.x/org.apache.cxf:cxf-rt-ws-addr][CXF-2.3.x/org.apache.cxf:cxf-rt-ws-addr][relativePath:rt/ws/addr], hudson.maven.MavenModule@53424146[CXF-2.3.x/org.apache.cxf:cxf-rt-ws-policy][CXF-2.3.x/org.apache.cxf:cxf-rt-ws-policy][relativePath:rt/ws/policy], hudson.maven.MavenModule@368eb8bf[CXF-2.3.x/org.apache.cxf:cxf-rt-ws-rm][CXF-2.3.x/org.apache.cxf:cxf-rt-ws-rm][relativePath:rt/ws/rm], hudson.maven.MavenModule@5ebf5dc1[CXF-2.3.x/org.apache.cxf:cxf-rt-ws-security][CXF-2.3.x/org.apache.cxf:cxf-rt-ws-security][relativePath:rt/ws/security], hudson.maven.MavenModule@50b279f3[CXF-2.3.x/org.apache.cxf:cxf-testutils][CXF-2.3.x/org.apache.cxf:cxf-testutils][relativePath:testutils], hudson.maven.MavenModule@29b477f6[CXF-2.3.x/org.apache.cxf:cxf-tools][CXF-2.3.x/org.apache.cxf:cxf-tools][relativePath:tools], hudson.maven.MavenModule@fb70426[CXF-2.3.x/org.apache.cxf:cxf-tools-common][CXF-2.3.x/org.apache.cxf:cxf-tools-common][relativePath:tools/common], hudson.maven.MavenModule@49982a03[CXF-2.3.x/org.apache.cxf:cxf-tools-corba][CXF-2.3.x/org.apache.cxf:cxf-tools-corba][relativePath:tools/corba], hudson.maven.MavenModule@4cef9c23[CXF-2.3.x/org.apache.cxf:cxf-tools-java2ws][CXF-2.3.x/org.apache.cxf:cxf-tools-java2ws][relativePath:tools/javato/ws], hudson.maven.MavenModule@1d95b5ad[CXF-2.3.x/org.apache.cxf:cxf-tools-javato][CXF-2.3.x/org.apache.cxf:cxf-tools-javato][relativePath:tools/javato], hudson.maven.MavenModule@1929d16a[CXF-2.3.x/org.apache.cxf:cxf-tools-misctools][CXF-2.3.x/org.apache.cxf:cxf-tools-misctools][relativePath:tools/wsdlto/misc], hudson.maven.MavenModule@2224df87[CXF-2.3.x/org.apache.cxf:cxf-tools-validator][CXF-2.3.x/org.apache.cxf:cxf-tools-validator][relativePath:tools/validator], hudson.maven.MavenModule@2fd6fc1b[CXF-2.3.x/org.apache.cxf:cxf-tools-wsdlto][CXF-2.3.x/org.apache.cxf:cxf-tools-wsdlto][relativePath:tools/wsdlto], hudson.maven.MavenModule@476374f1[CXF-2.3.x/org.apache.cxf:cxf-tools-wsdlto-core][CXF-2.3.x/org.apache.cxf:cxf-tools-wsdlto-core][relativePath:tools/wsdlto/core], hudson.maven.MavenModule@6f933da1[CXF-2.3.x/org.apache.cxf:cxf-tools-wsdlto-databinding-jaxb][CXF-2.3.x/org.apache.cxf:cxf-tools-wsdlto-databinding-jaxb][relativePath:tools/wsdlto/databinding/jaxb], hudson.maven.MavenModule@73cf56e9[CXF-2.3.x/org.apache.cxf:cxf-tools-wsdlto-frontend-javascript][CXF-2.3.x/org.apache.cxf:cxf-tools-wsdlto-frontend-javascript][relativePath:tools/wsdlto/frontend/javascript], hudson.maven.MavenModule@5ea06e26[CXF-2.3.x/org.apache.cxf:cxf-tools-wsdlto-frontend-jaxws][CXF-2.3.x/org.apache.cxf:cxf-tools-wsdlto-frontend-jaxws][relativePath:tools/wsdlto/frontend/jaxws], hudson.maven.MavenModule@57a65cf1[CXF-2.3.x/org.apache.cxf:cxf-tools-wsdlto-test][CXF-2.3.x/org.apache.cxf:cxf-tools-wsdlto-test][relativePath:tools/wsdlto/test], hudson.maven.MavenModule@36b98809[CXF-2.3.x/org.apache.cxf:cxf-wsdl-validator-plugin][CXF-2.3.x/org.apache.cxf:cxf-wsdl-validator-plugin][relativePath:maven-plugins/wsdl-validator-plugin], hudson.maven.MavenModule@6e42593b[CXF-2.3.x/org.apache.cxf:cxf-wstx-msv-validation][CXF-2.3.x/org.apache.cxf:cxf-wstx-msv-validation][relativePath:common/wstx-msv-validation], hudson.maven.MavenModule@74f3b94e[CXF-2.3.x/org.apache.cxf:cxf-xerces-xsd-validation][CXF-2.3.x/org.apache.cxf:cxf-xerces-xsd-validation][relativePath:common/xerces-xsd-validation], hudson.maven.MavenModule@416a8198[CXF-2.3.x/org.apache.cxf.archetype:cxf-jaxws-javafirst][CXF-2.3.x/org.apache.cxf.archetype:cxf-jaxws-javafirst][relativePath:maven-plugins/archetypes/cxf-jaxws-javafirst], hudson.maven.MavenModule@39269273[CXF-2.3.x/org.apache.cxf.systests:cxf-systests][CXF-2.3.x/org.apache.cxf.systests:cxf-systests][relativePath:systests], hudson.maven.MavenModule@349955ab[CXF-2.3.x/org.apache.cxf.systests:cxf-systests-ci-webapp][CXF-2.3.x/org.apache.cxf.systests:cxf-systests-ci-webapp][relativePath:systests/container-integration/webapp], hudson.maven.MavenModule@26046469[CXF-2.3.x/org.apache.cxf.systests:cxf-systests-container-integration][CXF-2.3.x/org.apache.cxf.systests:cxf-systests-container-integration][relativePath:systests/container-integration], hudson.maven.MavenModule@77efc193[CXF-2.3.x/org.apache.cxf.systests:cxf-systests-databinding][CXF-2.3.x/org.apache.cxf.systests:cxf-systests-databinding][relativePath:systests/databinding], hudson.maven.MavenModule@5e7f2a19[CXF-2.3.x/org.apache.cxf.systests:cxf-systests-jaxrs][CXF-2.3.x/org.apache.cxf.systests:cxf-systests-jaxrs][relativePath:systests/jaxrs], hudson.maven.MavenModule@79f7fcd0[CXF-2.3.x/org.apache.cxf.systests:cxf-systests-jaxws][CXF-2.3.x/org.apache.cxf.systests:cxf-systests-jaxws][relativePath:systests/jaxws], hudson.maven.MavenModule@3ee64b80[CXF-2.3.x/org.apache.cxf.systests:cxf-systests-transports][CXF-2.3.x/org.apache.cxf.systests:cxf-systests-transports][relativePath:systests/transports], hudson.maven.MavenModule@2ced1f5[CXF-2.3.x/org.apache.cxf.systests:cxf-systests-uncategorized][CXF-2.3.x/org.apache.cxf.systests:cxf-systests-uncategorized][relativePath:systests/uncategorized], hudson.maven.MavenModule@7e5f5681[CXF-2.3.x/org.apache.cxf.systests:cxf-systests-ws-specs][CXF-2.3.x/org.apache.cxf.systests:cxf-systests-ws-specs][relativePath:systests/ws-specs], hudson.maven.MavenModule@56618102[CXF-2.3.x/org.apache.cxf.systests:cxf-wsdl-maven][CXF-2.3.x/org.apache.cxf.systests:cxf-wsdl-maven][relativePath:systests/wsdl_maven], hudson.maven.MavenModule@2c8d23f9[CXF-2.3.x/org.apache.cxf.systests.wsdl_maven:cxf-systests-codegen][CXF-2.3.x/org.apache.cxf.systests.wsdl_maven:cxf-systests-codegen][relativePath:systests/wsdl_maven/codegen], hudson.maven.MavenModule@1af304c8[CXF-2.3.x/org.apache.cxf.systests.wsdl_maven:cxf-systests-java2ws][CXF-2.3.x/org.apache.cxf.systests.wsdl_maven:cxf-systests-java2ws][relativePath:systests/wsdl_maven/java2ws]] project.getRootModule()=hudson.maven.MavenModule@19f9e414[CXF-2.3.x/org.apache.cxf:cxf][CXF-2.3.x/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)
