[jboss-user] [JBossWS] - Re: java-wsdl conversion for Custom Exception

2006-07-17 Thread rt_s
hi bernd, as i noted in my post..wstools seemed to be looking for a constructor of type : anonymous wrote : | [wstools] java.lang.IllegalArgumentException: Could not locate a constructor with the following types: class com.testservice.exception.MyCustomException [class [Ljava.lang.String;,

[jboss-user] [JBossWS] - java-wsdl conversion for Custom Exception

2006-07-13 Thread rt_s
Below is the scaled down version of a service that i am trying to develop. My service throws a custom exception. However, i get an error when trying to generate a WSDL for this SEI. SEI | package com.testservice; | | import java.rmi.Remote; | import java.rmi.RemoteException; | |