See <https://builds.apache.org/job/Axis2-trunk-java-1.6/993/changes>
Changes: [sagara] Applying patch for AXIS2-3818. [sagara] Change POM dependencies according to recent Woden changes. [veithen] Create the JAXBElement upfront in the databinding code instead of in JAXBRIDataSource. This will make it easier to replace JAXBRIDataSource by something more generic later. [veithen] Replaced unnecessary qualified class names. [veithen] (Partially) reverted AXIS2-4197 (r1052896) to solve AXIS2-5147: the changes caused the JAXBRI databinding to produce invalid messages (i.e. messages that don't conform to the WSDL). [veithen] Use a more consistent lifecycle for the Marshaller (i.e. always create it in JaxbRIDataSource). [veithen] Added unit tests providing evidence for AXIS2-5147. [veithen] Avoid generating the same class (JAXBRIDataSource) over and over again. [veithen] Ensure non zero test coverage for axis2-jaxbri. [veithen] Some unit test improvements. [veithen] Make the generated sources known to Maven (and thereby to Eclipse). [veithen] Converted axis2-jaxbri to standard Maven 2 layout. [veithen] Don't lie. axis2-integration doesn't have any integration tests for axis2-jaxbri. [sagara] * Axis2 should not use Woden internal classes. * Further clean up on policy usage. ------------------------------------------ Started by upstream project "neethi-trunk" build number 522 Building remotely on ubuntu1 in workspace <https://builds.apache.org/job/Axis2-trunk-java-1.6/ws/> Updating http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk D modules/jaxbri/test D modules/jaxbri/test-resources D modules/jaxbri/src/org A modules/jaxbri/src/test A modules/jaxbri/src/test/java A modules/jaxbri/src/test/java/org A modules/jaxbri/src/test/java/org/apache A modules/jaxbri/src/test/java/org/apache/axis2 A modules/jaxbri/src/test/java/org/apache/axis2/jaxbri A modules/jaxbri/src/test/java/org/apache/axis2/jaxbri/processor AU modules/jaxbri/src/test/java/org/apache/axis2/jaxbri/processor/ProcessorTest.java AU modules/jaxbri/src/test/java/org/apache/axis2/jaxbri/processor/ProcessorImpl.java AU modules/jaxbri/src/test/java/org/apache/axis2/jaxbri/Test01Test.java AU modules/jaxbri/src/test/java/org/apache/axis2/jaxbri/Test01Impl.java A modules/jaxbri/src/test/java/org/temp AU modules/jaxbri/src/test/java/org/temp/DummyClass.java AU modules/jaxbri/src/test/java/org/temp/XMLSchemaTest.java A modules/jaxbri/src/test/java/org/temp/doclitbare AU modules/jaxbri/src/test/java/org/temp/doclitbare/DocLitBareWSDLTest.java AU modules/jaxbri/src/test/java/org/temp/doclitbare/DocLitBareService.java AU modules/jaxbri/src/test/java/org/temp/CodeGenerationUtilityTest.java AU modules/jaxbri/src/test/java/org/temp/JaxbSchemaGeneratorTest.java A modules/jaxbri/src/test/schemas A modules/jaxbri/src/test/schemas/default_generator AU modules/jaxbri/src/test/schemas/default_generator/NoParameterOrReturnTypewith_custom_schema-1.xml AU modules/jaxbri/src/test/schemas/default_generator/ExtendedPOJO-1.xml AU modules/jaxbri/src/test/schemas/default_generator/EnumAsParameter-1.xml AU modules/jaxbri/src/test/schemas/default_generator/MappingCheckwith_custom_mapping-1.xml AU modules/jaxbri/src/test/schemas/default_generator/ConcretePOJO-1.xml AU modules/jaxbri/src/test/schemas/default_generator/EnumAsParameter-2.xml AU modules/jaxbri/src/test/schemas/default_generator/EnumAsReturnType-1.xml AU modules/jaxbri/src/test/schemas/default_generator/MappingCheckwith_custom_mapping-2.xml AU modules/jaxbri/src/test/schemas/default_generator/AbstractPOJO-1.xml AU modules/jaxbri/src/test/schemas/default_generator/EnumAsReturnType-2.xml AU modules/jaxbri/src/test/schemas/default_generator/PrimitiveArraysAsParametrs-1.xml AU modules/jaxbri/src/test/schemas/default_generator/DoubleArrayAsReturnType-1.xml AU modules/jaxbri/src/test/schemas/default_generator/doubleAsReturnType-1.xml AU modules/jaxbri/src/test/schemas/default_generator/RunTimeExceptionCheck-1.xml AU modules/jaxbri/src/test/schemas/default_generator/ListAsParameter-1.xml AU modules/jaxbri/src/test/schemas/default_generator/ListAsReturnType-1.xml AU modules/jaxbri/src/test/schemas/default_generator/CharArrayAsReturnType-1.xml AU modules/jaxbri/src/test/schemas/default_generator/PrimitivesAsParameters-1.xml AU modules/jaxbri/src/test/schemas/default_generator/charAsReturnType-1.xml AU modules/jaxbri/src/test/schemas/default_generator/DOMasParameter-1.xml AU modules/jaxbri/src/test/schemas/default_generator/ColectionAsParameter-1.xml AU modules/jaxbri/src/test/schemas/default_generator/DomAsReturnType-1.xml AU modules/jaxbri/src/test/schemas/default_generator/DOMasParameter-2.xml AU modules/jaxbri/src/test/schemas/default_generator/DomAsReturnType-2.xml AU modules/jaxbri/src/test/schemas/default_generator/PrimitivesAsParameterswith_custom_schema-1.xml AU modules/jaxbri/src/test/schemas/default_generator/IntArrayAsReturnType-1.xml AU modules/jaxbri/src/test/schemas/default_generator/NoParameterOrReturnType-1.xml AU modules/jaxbri/src/test/schemas/default_generator/intAsReturnType-1.xml A modules/jaxbri/src/test/schemas/custom_schemas AU modules/jaxbri/src/test/schemas/custom_schemas/sampleSchema1.xsd AU modules/jaxbri/src/test/schemas/custom_schemas/schemaIncludes.xsd AU modules/jaxbri/src/test/schemas/custom_schemas/mapping.txt A modules/jaxbri/src/test/repo A modules/jaxbri/src/test/repo/conf AU modules/jaxbri/src/test/repo/conf/axis2.xml A modules/jaxbri/src/test/wsdl AU modules/jaxbri/src/test/wsdl/DocLitBareService.wsdl A modules/jaxbri/src/test/wsdl/processor.wsdl AU modules/jaxbri/src/test/wsdl/Test01.wsdl A modules/jaxbri/src/test/resources A modules/jaxbri/src/test/resources/org A modules/jaxbri/src/test/resources/org/apache A modules/jaxbri/src/test/resources/org/apache/axis2 A modules/jaxbri/src/test/resources/org/apache/axis2/jaxbri A modules/jaxbri/src/test/resources/org/apache/axis2/jaxbri/processor AU modules/jaxbri/src/test/resources/org/apache/axis2/jaxbri/processor/request.xml AU modules/jaxbri/src/test/resources/org/apache/axis2/jaxbri/processor/response.xml A modules/jaxbri/src/main A modules/jaxbri/src/main/java A modules/jaxbri/src/main/java/org A modules/jaxbri/src/main/java/org/apache A modules/jaxbri/src/main/java/org/apache/axis2 A modules/jaxbri/src/main/java/org/apache/axis2/jaxbri AU modules/jaxbri/src/main/java/org/apache/axis2/jaxbri/DocLitBareJaxbSchemaGenerator.java AU modules/jaxbri/src/main/java/org/apache/axis2/jaxbri/CodeGenerationUtility.java AU modules/jaxbri/src/main/java/org/apache/axis2/jaxbri/JaxbRIDataSource.java AU modules/jaxbri/src/main/java/org/apache/axis2/jaxbri/JaxbSchemaGenerator.java A modules/jaxbri/src/main/resources A modules/jaxbri/src/main/resources/org A modules/jaxbri/src/main/resources/org/apache A modules/jaxbri/src/main/resources/org/apache/axis2 A modules/jaxbri/src/main/resources/org/apache/axis2/jaxbri A modules/jaxbri/src/main/resources/org/apache/axis2/jaxbri/template A modules/jaxbri/src/main/resources/org/apache/axis2/jaxbri/template/JaxbRIDatabindingTemplate.xsl U modules/jaxbri/pom.xml U modules/kernel/pom.xml U modules/parent/pom.xml ERROR: Failed to update http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk org.tmatesoft.svn.core.SVNException: svn: E175002: REPORT /repos/asf/!svn/vcc/default failed at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:304) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:289) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:277) at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:696) at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:328) at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.runReport(DAVRepository.java:1289) at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.update(DAVRepository.java:837) at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.update(SVNUpdateClient16.java:557) at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:414) at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:324) at org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpdate.run(SvnOldUpdate.java:27) at org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpdate.run(SvnOldUpdate.java:11) at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20) at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1221) at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:292) at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:315) at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:295) at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:391) at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:136) at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:144) at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:789) at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:770) at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:753) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2196) at hudson.remoting.UserRequest.perform(UserRequest.java:118) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:326) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) 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:679) Caused by: svn: E175002: REPORT /repos/asf/!svn/vcc/default failed at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208) at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154) at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97) ... 33 more Caused by: org.tmatesoft.svn.core.SVNException: svn: E155017: REPORT request failed on '/repos/asf/!svn/vcc/default' svn: E155017: Checksum mismatch while updating '<https://builds.apache.org/job/Axis2-trunk-java-1.6/ws/axis2/modules/testutils/src/main/java/org/apache/axis2/testutils/.svn/text-base/UtilServer.java.svn-base';> expected: '4e139fd2e6c55dd26d925e06a30853ac', actual: 'f048d0ed1ae177bc766072ad087c8f14' at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64) at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:675) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:298) ... 32 more Caused by: svn: E155017: REPORT request failed on '/repos/asf/!svn/vcc/default' at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208) at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154) at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97) at org.tmatesoft.svn.core.SVNErrorMessage.wrap(SVNErrorMessage.java:414) ... 34 more Caused by: svn: E155017: Checksum mismatch while updating '<https://builds.apache.org/job/Axis2-trunk-java-1.6/ws/axis2/modules/testutils/src/main/java/org/apache/axis2/testutils/.svn/text-base/UtilServer.java.svn-base';> expected: '4e139fd2e6c55dd26d925e06a30853ac', actual: 'f048d0ed1ae177bc766072ad087c8f14' at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208) at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:189) at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:141) at org.tmatesoft.svn.core.internal.wc.SVNUpdateEditor15.textDeltaEnd(SVNUpdateEditor15.java:634) at org.tmatesoft.svn.core.internal.wc.SVNAmbientDepthFilterEditor.textDeltaEnd(SVNAmbientDepthFilterEditor.java:221) at org.tmatesoft.svn.core.internal.wc.SVNCancellableEditor.textDeltaEnd(SVNCancellableEditor.java:130) at org.tmatesoft.svn.core.internal.io.dav.handlers.BasicDAVDeltaHandler.setDeltaProcessing(BasicDAVDeltaHandler.java:41) at org.tmatesoft.svn.core.internal.io.dav.handlers.DAVEditorHandler.endElement(DAVEditorHandler.java:548) at org.tmatesoft.svn.core.internal.io.dav.handlers.BasicDAVHandler.endElement(BasicDAVHandler.java:103) at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source) at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.readData(HTTPConnection.java:796) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.readData(HTTPConnection.java:761) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.dispatch(HTTPRequest.java:218) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:385) ... 33 more [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: Failed to parse POMs hudson.util.IOException2: remote file operation failed: <https://builds.apache.org/job/Axis2-trunk-java-1.6/ws/axis2> at hudson.remoting.Channel@e19fd38:ubuntu1 at hudson.FilePath.act(FilePath.java:838) at hudson.FilePath.act(FilePath.java:824) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:910) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:654) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) at hudson.model.Run.execute(Run.java:1488) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:236) Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs: [ERROR] 'dependencies.dependency.version' for org.apache.woden:woden-api:jar is missing. @ line 119, column 21 [ERROR] 'dependencies.dependency.version' for org.apache.woden:woden-impl-dom:jar is missing. @ line 123, column 21 at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1277) at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1045) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2196) at hudson.remoting.UserRequest.perform(UserRequest.java:118) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:326) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) 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:679) Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs: [ERROR] 'dependencies.dependency.version' for org.apache.woden:woden-api:jar is missing. @ line 119, column 21 [ERROR] 'dependencies.dependency.version' for org.apache.woden:woden-impl-dom:jar is missing. @ line 123, column 21 at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:363) at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361) at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331) at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1227) ... 11 more --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
