Hi everybody,
I wrote a WS using spring-ws which work perfectly using SOAPUI or a java client when deployed on my local TOMCAT server but I have a problem, it works perfectly only if my pom.xml doesn't contains, if I try to add it, I got this:Code:<packaging>war</packaging>
Does anybody knows why I got this exception?Code:java.lang.NoClassDefFoundError: javax/activation/DataSource
It is a real problem because at end I must deploy the WS war on a server...
Thanks for reading


Reply With Quote