[xgws-user] Xydra
Aleksander Slominski
aslom_at_cs.indiana.edu
Fri, 07 Oct 2005 16:29:00 -0500
eburgess_at_ssp-uk.com wrote:
>Hi,
>
>When Xydra processes my WSDL I get errors for:
>- Complex type extensions
>- Simple types restricted by length
>
>I am interested in enhancing Xydra for these cases. However, the exceptions
>originate in the xschema layer. Do you know where I can get the source for
>xschema? (It will be better than decompiling the jar).
>
>
no need for that :) the source code is in CVS view:
http://www.extreme.indiana.edu/viewcvs/~checkout~/mgc/xschema/
http://www.extreme.indiana.edu/viewcvs/~checkout~/mgc/xydra/
http://www.extreme.indiana.edu/viewcvs/~checkout~/mgc/xidi4java/
checkout:
cvs -d :pserver:anonymous_at_cvs.extreme.indiana.edu:/l/extreme/cvspub login
CVS password: cvsanon
cvs -d :pserver:anonymous_at_cvs.extreme.indiana.edu:/l/extreme/cvspub co mgc/xydra
cvs -d :pserver:anonymous_at_cvs.extreme.indiana.edu:/l/extreme/cvspub co mgc/xschema
cvs -d :pserver:anonymous_at_cvs.extreme.indiana.edu:/l/extreme/cvspub co mgc/xidi4java
please keep in mind that JDK 1.5 is required (code uses JSR14 libs as it
was pre-JDK5 so you need to do some minimal chnages ot build.xml) as the
project is no longer developed and some parts (in particular xidi4java)
have now better versions in XSUL2 (or completely new capabilities such
as implemented WSIF interfaces)
best,
alek
--
The best way to predict the future is to invent it - Alan Kay