JAX-WS Tools [message #857454] |
Thu, 26 April 2012 10:50  |
Eclipse User |
|
|
|
I've tried following the "Create a project for CXF Web services" from help.eclipse.org/indigo/index.jsp
The Project is deloyed to Server Tomcat 7.0.22 with Axis 2.6.0. and using Eclipse Indigo patched uptodate.
When I try to run I get the following.
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1678)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1523)
at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:525)
at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:507)
at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:126)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4660)
at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5226)
at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5221)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Web Searches, have turned up a fix that I need to add spring to the project and deployment libraries.
However follow the next step in the guide, which describes this.
"Manage the exporting of CXF libraries at deployment time" doesn't seem to reflect the Indigo.
How do I get around this problem?
|
|
|
|
Powered by
FUDForum. Page generated in 0.05573 seconds