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 Jenkins Server <je...@builds.apache.org> on 2012/03/20 23:04:38 UTC

Build failed in Jenkins: CXF-2.4-deploy » WSDL first demo using Document/Literal Style and XMLBeans DataBinding #182

See <https://builds.apache.org/job/CXF-2.4-deploy/org.apache.cxf.samples$wsdl_first_xmlbeans/182/>

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building WSDL first demo using Document/Literal Style and XMLBeans DataBinding
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [cxf-codegen:wsdl2java {execution: generate-sources}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 54 resources to schemaorg_apache_xmlbeans
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 27 source files to <https://builds.apache.org/job/CXF-2.4-deploy/org.apache.cxf.samples$wsdl_first_xmlbeans/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/CXF-2.4-deploy/org.apache.cxf.samples$wsdl_first_xmlbeans/ws/src/main/java/demo/hw/server/SpringServer.java>:[22,43] package org.springframework.context.support does not exist

[ERROR] <https://builds.apache.org/job/CXF-2.4-deploy/org.apache.cxf.samples$wsdl_first_xmlbeans/ws/src/main/java/demo/hw/client/SpringClient.java>:[29,43] package org.springframework.context.support does not exist

[ERROR] <https://builds.apache.org/job/CXF-2.4-deploy/org.apache.cxf.samples$wsdl_first_xmlbeans/ws/src/main/java/demo/hw/server/SpringServer.java>:[28,8] cannot find symbol
symbol  : class ClassPathXmlApplicationContext
location: class demo.hw.server.SpringServer

[ERROR] <https://builds.apache.org/job/CXF-2.4-deploy/org.apache.cxf.samples$wsdl_first_xmlbeans/ws/src/main/java/demo/hw/server/SpringServer.java>:[29,18] cannot find symbol
symbol  : class ClassPathXmlApplicationContext
location: class demo.hw.server.SpringServer

[ERROR] <https://builds.apache.org/job/CXF-2.4-deploy/org.apache.cxf.samples$wsdl_first_xmlbeans/ws/src/main/java/demo/hw/client/SpringClient.java>:[39,8] cannot find symbol
symbol  : class ClassPathXmlApplicationContext
location: class demo.hw.client.SpringClient

[ERROR] <https://builds.apache.org/job/CXF-2.4-deploy/org.apache.cxf.samples$wsdl_first_xmlbeans/ws/src/main/java/demo/hw/client/SpringClient.java>:[40,18] cannot find symbol
symbol  : class ClassPathXmlApplicationContext
location: class demo.hw.client.SpringClient

[INFO] 6 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving <https://builds.apache.org/job/CXF-2.4-deploy/org.apache.cxf.samples$wsdl_first_xmlbeans/ws/pom.xml> to /home/hudson/hudson/jobs/CXF-2.4-deploy/modules/org.apache.cxf.samples$wsdl_first_xmlbeans/builds/2012-03-20_21-17-31/archive/org.apache.cxf.samples/wsdl_first_xmlbeans/2.4.7-SNAPSHOT/wsdl_first_xmlbeans-2.4.7-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/CXF-2.4-deploy/org.apache.cxf.samples$wsdl_first_xmlbeans/ws/src/main/java/demo/hw/server/SpringServer.java>:[22,43] package org.springframework.context.support does not exist

<https://builds.apache.org/job/CXF-2.4-deploy/org.apache.cxf.samples$wsdl_first_xmlbeans/ws/src/main/java/demo/hw/client/SpringClient.java>:[29,43] package org.springframework.context.support does not exist

<https://builds.apache.org/job/CXF-2.4-deploy/org.apache.cxf.samples$wsdl_first_xmlbeans/ws/src/main/java/demo/hw/server/SpringServer.java>:[28,8] cannot find symbol
symbol  : class ClassPathXmlApplicationContext
location: class demo.hw.server.SpringServer

<https://builds.apache.org/job/CXF-2.4-deploy/org.apache.cxf.samples$wsdl_first_xmlbeans/ws/src/main/java/demo/hw/server/SpringServer.java>:[29,18] cannot find symbol
symbol  : class ClassPathXmlApplicationContext
location: class demo.hw.server.SpringServer

<https://builds.apache.org/job/CXF-2.4-deploy/org.apache.cxf.samples$wsdl_first_xmlbeans/ws/src/main/java/demo/hw/client/SpringClient.java>:[39,8] cannot find symbol
symbol  : class ClassPathXmlApplicationContext
location: class demo.hw.client.SpringClient

<https://builds.apache.org/job/CXF-2.4-deploy/org.apache.cxf.samples$wsdl_first_xmlbeans/ws/src/main/java/demo/hw/client/SpringClient.java>:[40,18] cannot find symbol
symbol  : class ClassPathXmlApplicationContext
location: class demo.hw.client.SpringClient


[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Compilation failure
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:715)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:185)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:151)
	at hudson.maven.Maven2Builder.call(Maven2Builder.java:77)
	at hudson.maven.Maven2Builder.call(Maven2Builder.java:53)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:287)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:656)
	at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:128)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	... 28 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 46 minutes 30 seconds
[INFO] Finished at: Tue Mar 20 22:04:37 UTC 2012
[INFO] Final Memory: 321M/430M
[INFO] ------------------------------------------------------------------------

Jenkins build is back to normal : CXF-2.4-deploy » WSDL first demo using Document/Literal Style and XMLBeans DataBinding #183

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-2.4-deploy/org.apache.cxf.samples$wsdl_first_xmlbeans/183/>