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 should be working anyway.

Also, as a sanity check, best to open up that JAR file and make sure the
class that error message is saying it can't find is indeed there.

HTH,
Glen

[1]
http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/1_1/quickstartguide.html?annotate=523960




Am Dienstag, den 17.04.2007, 09:52 -0700 schrieb 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(OutInAxisOperation.java:271)
> 
> at
> org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:202)
> 
> I do have the commons-codec-1.3.jar specified in the web-inf\lib
> folder.
> 
> Thanks,
> 
> Immanuel
> 

> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to