WSIF error NoClassDef for the Trc.class
We get this error when trying to invoke any webservice via a wsdl :
java.lang.NoClassDefFoundError: Could not initialize class org.apache.wsif.logging.Trc at org.apache.wsif.util.WSIFUtils.readWSDL(WSIFUtils.java:446)
The wsif.jar is in he right place for the classloader to find (apparently it is invoking one of the classes from wisf.jar(WSIFUtils.java), but it can't find the Trc.class, which is also present in the wsif.jar.
Anyone come across this issue with invoking a simple webservice using WSIF ?