Am Montag, 10. Februar 2003 16:30 schrieb Glen Daniels:
> Hi all:
>
> The Axis team would like to announce that the 1.1 release candidate 1
> version of Axis has been posted to http://ws.apache.org/axis/dist/1_1RC1/
>
> This release is primarily for bug fixes.  Some highlights:
>
> - java.sql.Date works now
> - 404 errors correctly returned on bad *.jws URLs
> - double-byte strings are now supported in WSDD and WSDL
> - much better SOAP 1.2 support
> - improved EJB support for local + remote objects
>
> Please pick it up and "kick the tires", as 'twere.  We'd like to get the
> actual 1.1 release out at the end of this month, and the more testing +
> feedback we can get from the community, the better.

There seems to be a bug in the Java2WSDL tool. If it finds a java.util.List it 
correctly emits an error (1), afterwards generates a type "tns4:Array" but 
the tns4 namespace is not defined. So WSDL2Java fails:
java.io.IOException: Type Array is referenced but not defined.
        at 
org.apache.axis.wsdl.symbolTable.SymbolTable.checkForUndefined(SymbolTable.java:522)
        at 
org.apache.axis.wsdl.symbolTable.SymbolTable.add(SymbolTable.java:422)
        at 
org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:408)
        at 
org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:393)
        at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:245)
        at java.lang.Thread.run(Thread.java:536)


1) The class java.util.List is defined in a java or javax package and cannot 
be converted into an xml schema type.  An xml schema anyType will be used to 
define this class in the wsdl file)

-- 
Dipl.-Inf. Carsten Burghardt
PGP: http://www.magic-shop.de/Carsten_Burghardt.asc

Reply via email to