You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Henning Mersch <hm...@techfak.uni-bielefeld.de> on 2004/06/29 12:12:58 UTC

Exception problem

Hi * ! 

I have a problem throwing an exception, which extends AxisFault.
When this exception is located in a external JAR, I get on client side:
soapfault: "soapenv:Server.userException" 
soapdescription: :"java.lang.reflect.InvocationTargetException"

including the SAME exception (just changing package declaration) to the WAR: 
soapfault: "soap:724"
soapdescription: "Error descrption"
(as I expected to get)

I use Axis 1.2beta and Tomcat 5.0.18.

Any comments/solutions/hints ? 

Best regards - Henning