Re: org.apache.axis2.AxisFault: java.lang.NoClassDefFoundError:org/apache/commons/codec/DecoderException

2008-05-05 Thread Deepal Jayasinghe
seems like you are missing one jar (commons-codec) -Deepal Carlos GuimarĂ£es wrote: Does any body have any ideas why I'm getting the following error when calling an web service: org.apache.axis2.AxisFault: java.lang.NoClassDefFoundError: org/apache/commons/codec/DecoderException at org.ap

org.apache.axis2.AxisFault: java.lang.NoClassDefFoundError:org/apache/commons/codec/DecoderException

2008-05-05 Thread Carlos GuimarĂ£es
Does any body have any ideas why I'm getting the following error when calling an web service: org.apache.axis2.AxisFault: java.lang.NoClassDefFoundError: org/apache/commons/codec/DecoderException at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:271) at

RE: org.apache.axis2.AxisFault: java.lang.NoClassDefFoundError:org/apache/commons/codec/DecoderException

2007-04-20 Thread Inder Dhillon
Fault: java.lang.NoClassDefFoundError:org/apache/commons/codec/DecoderException Does any body have any ideas why I'm getting the following error when calling an adb web service from inside another adb web service: org.apache.axis2.AxisFault: java.lang.NoClassDefFoundError: org/apache/commons/codec/DecoderEx

Re: org.apache.axis2.AxisFault: java.lang.NoClassDefFoundError:org/apache/commons/codec/DecoderException

2007-04-19 Thread Glen Mazza
I am unsure why this is happening--the classloader should be picking up that class. One possible option for you is to place the JAR file within your service archive (line 174 of here[1]) instead of the Axis2 web directory to see if that fixes the problem, but again, placing it in web-inf/lib shoul

org.apache.axis2.AxisFault: java.lang.NoClassDefFoundError:org/apache/commons/codec/DecoderException

2007-04-17 Thread Manny Panis
Does any body have any ideas why I'm getting the following error when calling an adb web service from inside another adb web service: org.apache.axis2.AxisFault: java.lang.NoClassDefFoundError: org/apache/commons/codec/DecoderException at org.apache.axis2.description.OutInAxisOperationClient.send