Just found the immediate reason, one resource bundle is not found because previous build file does not copy the properties file into the lib jar file.
 
Regards,
Xinjun
 
On 10/9/06, Xinjun Chen <[EMAIL PROTECTED]> wrote:
I encountered a very strange problem.
My web service previously can work. A few days ago, I changed something in the WSDL so that the return type of an operation will change to OperationResponse format.
However, now when I invoke the operation, I get either of the two following exceptions.
 
If the container is just restarted, then I get the java.lang.ExceptionInInitializerError. Every other consecutive invocation causes java.lang.NoClassDefFoundError. However I cannot find which class is not found.
 
The attached are the kinds stack traces.
 
From the statck trace, it seems that the exception occurs at the server side deserialization phase. But it does not report any "No Deserializer Found" exception.
 
Could anyone suggest how to solve this problem?
 
 
Regards,
Xinjun


Reply via email to