See <http://hudson.zones.apache.org/hudson/job/Axis2/273/changes>
Changes: [gawor] AXIS2-4751: Create a new instance of HttpClient since it is not used in thread-safe way. The connection manager is not automatically reused right now because other bugs in Axis2 or related libraries cause test failures when connection reuse is enabled. [nthaker] AXIS2-4775 This change ensures that we will use Request and Response wrapper Bean packaged by customer or we will Generate Wrappers if they are not packaged. [scheu] AXIS2-4765 Contributor:Rich Scheuerle Inspect generics to determine how to build a JAXBContext for JAX-WS applications. [scheu] AXIS2-4774 Contributor:Rich Scheuerle During a JAX-WS client proxy invocation determine if the context classloader or the SEI's classloader should be used to marshal the data. [scheu] AXIS2-4700 Committer:Rich Scheuerle Tweaked fix to ensure the wrapper class is JAXB enabled. [Andreas Veithen] Realign the versions of some dependencies to those used (and tested) by the Axiom project. ------------------------------------------ Started by an SCM change Building remotely on vesta.apache.org (Ubuntu) Updating http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk U modules/parent/pom.xml U modules/jaxws-integration/test/org/apache/axis2/jaxws/proxy/gorilla_dlw/sei/GorillaInterface.java U modules/jaxws-integration/test/org/apache/axis2/jaxws/proxy/gorilla_dlw/GorillaProxyImpl.java U modules/jaxws-integration/test/org/apache/axis2/jaxws/proxy/GorillaDLWProxyTests.java U modules/transport/http/src/org/apache/axis2/transport/http/AbstractHTTPSender.java A modules/jaxws/test/org/apache/axis2/jaxws/wrapper A modules/jaxws/test/org/apache/axis2/jaxws/wrapper/beans A modules/jaxws/test/org/apache/axis2/jaxws/wrapper/beans/AddNumbersException.java A modules/jaxws/test/org/apache/axis2/jaxws/wrapper/beans/AddNumbersService.java A modules/jaxws/test/org/apache/axis2/jaxws/wrapper/beans/WrapperBeanMarshallTests.java A modules/jaxws/test/org/apache/axis2/jaxws/utility/ClassUtilsTests.java A modules/jaxws/wsgen-tests.xml U modules/jaxws/src/org/apache/axis2/jaxws/runtime/description/marshal/impl/ArtifactProcessor.java U modules/jaxws/src/org/apache/axis2/jaxws/runtime/description/marshal/impl/PackageSetBuilder.java U modules/jaxws/src/org/apache/axis2/jaxws/utility/ClassUtils.java U modules/jaxws/src/org/apache/axis2/jaxws/client/proxy/JAXWSProxyHandler.java U modules/jaxws/pom.xml At revision 963829 [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: <http://hudson.zones.apache.org/hudson/job/Axis2/ws/axis2> at hudson.remoting.chan...@19c4770:vesta.apache.org (Ubuntu) at hudson.FilePath.act(FilePath.java:749) at hudson.FilePath.act(FilePath.java:735) at hudson.maven.MavenModuleSetBuild$RunnerImpl.parsePoms(MavenModuleSetBuild.java:534) at hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:420) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:416) at hudson.model.Run.run(Run.java:1257) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:306) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:127) Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: hudson.maven.MavenEmbedder$1: Failed to validate POM for project org.apache.axis2:axis2-jaxws at <http://hudson.zones.apache.org/hudson/job/Axis2/ws/axis2/modules/jaxws/pom.xml> - [0] For dependency Dependency {groupId=java, artifactId=tools, version=$version, type=jar}: system-scoped dependency must specify an absolute path systemPath. at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:891) at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:794) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1899) at hudson.remoting.UserRequest.perform(UserRequest.java:114) 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:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) Caused by: hudson.remoting.ProxyException: hudson.maven.MavenEmbedder$1: Failed to validate POM for project org.apache.axis2:axis2-jaxws at <http://hudson.zones.apache.org/hudson/job/Axis2/ws/axis2/modules/jaxws/pom.xml> - [0] For dependency Dependency {groupId=java, artifactId=tools, version=$version, type=jar}: system-scoped dependency must specify an absolute path systemPath. at hudson.maven.MavenEmbedder.readProject(MavenEmbedder.java:334) at hudson.maven.MavenUtil.resolveModules(MavenUtil.java:226) at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:873) ... 11 more Caused by: hudson.remoting.ProxyException: org.apache.maven.project.InvalidProjectModelException: Failed to validate POM for project org.apache.axis2:axis2-jaxws at <http://hudson.zones.apache.org/hudson/job/Axis2/ws/axis2/modules/jaxws/pom.xml> at org.apache.maven.project.DefaultMavenProjectBuilder.processProjectLogic(DefaultMavenProjectBuilder.java:1108) at org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:878) at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:506) at org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:215) at hudson.maven.MavenEmbedder.readProject(MavenEmbedder.java:332) ... 13 more --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
