Re: Issue with Throwable

2003-03-27 Thread Davanum Srinivas
Yes. Tonight's build. You can use the diff here (http://marc.theaimsgroup.com/?l=axis-dev&m=104877406909417&w=2). or get the latest java file from http://cvs.apache.org/viewcvs.cgi/xml-axis/java/src/org/apache/axis/wsdl/fromJava/ if you are in a hurry. -- dims --- Tony Thompson <[EMAIL PROTECTE

Re: Issue with Throwable

2003-03-27 Thread Tony Thompson
I noticed that you fixed the bug that I filed earlier (that was quick!). I assume that I can get the fix in tonights nightly build? Thanks. Tony >>> [EMAIL PROTECTED] 03/27/03 07:59AM >>> Tony, That will helpCan you please open a bugzilla (http://nagoya.apache.org/bugzilla) bug? with the co

Re: Issue with Throwable

2003-03-27 Thread Davanum Srinivas
Tony, That will helpCan you please open a bugzilla (http://nagoya.apache.org/bugzilla) bug? with the complete StonewareException class? and the Service method signature that throws this exception. Thanks, dims --- Tony Thompson <[EMAIL PROTECTED]> wrote: > Which method signature? The issu

Re: Issue with Throwable

2003-03-26 Thread Tony Thompson
Which method signature? The issue that I am having is with the complex type StonewareException. Here is one of the constructors for a StonewareException, if that helps: public StonewareException( int errorCode, String message, Throwable exception ); >>> [EMAIL PROTECTED] 03/26/03 05:13PM >>

Re: Issue with Throwable

2003-03-26 Thread Davanum Srinivas
Please post the method signature --- Tony Thompson <[EMAIL PROTECTED]> wrote: > I am using Axis 1.1RC2 and I am having an issue with an exception. When > I request the wsdl for my service, I get the following error on the web > server: > > - The class java.lang.Throwable is defined in a java

Issue with Throwable

2003-03-26 Thread Tony Thompson
I am using Axis 1.1RC2 and I am having an issue with an exception. When I request the wsdl for my service, I get the following error on the web server: - The class java.lang.Throwable is defined in a java or javax package and cannot be converted into an xml schema type. An xml schema anyType wi