Re: circular imports and xs:redefine

2007-08-01 Thread Davanum Srinivas
if you have redefine and circular schemas, try xmlbeans databinding, you may need the nightly build of trunk as we just fixed some nasty issues this morning. thanks, dims On 8/1/07, Keith Bohnenberger <[EMAIL PROTECTED]> wrote: > We have been given a rather complex schema. > Wsdl2Java isn't very

circular imports and xs:redefine

2007-08-01 Thread Keith Bohnenberger
We have been given a rather complex schema. Wsdl2Java isn't very happy. It seems that the two main problems are circular imports (those crazy spec guys say these are fine) and xs:redefine Circular imports result in a global type already defined kind of error. xs:redefine results in a type not fo