Okay, so things are much better now.
Even though I'm using jdk1.6.0_16, which should have JAXB 2.1 built in,
apparently Tomcat 6.0.13 doesn't know this. I installed jaxb-api.2.1.jar in
${CATALINA_HOME}/endorsed, and things work.
Now, though when I start up the app in Tomcat, I get the following error:
ERROR [SunOS main] (ContextLoader.java:215) - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'ppp.endPoint':
Invocation of init method failed; nested exception is
java.lang.NoClassDefFoundError: com/abc/ppp/ws/PPPFaultType
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338)
PPPFaultType is defined in my WSDL. It exists in my
build/ppp/target/generated-sources/cxf/com/abc/ppp/ws directory.
I'm not sure why I'm getting this error.
--
View this message in context:
http://cxf.547215.n5.nabble.com/Web-Service-bouncing-up-and-down-tp3268056p3269975.html
Sent from the cxf-user mailing list archive at Nabble.com.