RE: Latest build/sources

"Jeroen Nikkels" <jeroen.nikkels-wzDqe+/[email protected]> Thu, 8 Feb 2007 11:49:50 +0100
Newsgroups gmane.comp.apache.webservices.wsif.user
Message-ID <A8B3731993D0BE4B9CD0ED27A665C61EE4446A@nlbawexcu2.ssainternal.net>
Hi,

While trying to use this new version I run into a problem (which has
already been reported in JIRA: WSIF-75):
Parser.getTypesSchemas fails to find the schema in the wsdl types
because of the following code (lines 508-510):
                Object nextEl = extEleIt.next();
                if(!(nextEl instanceof UnknownExtensibilityElement)) {
                    continue;
                }

nextEl is a SchemaImpl which is not an UnknownExtensibilityElement and
further processing is skipped. I believe this test can be safely removed
because a few lines below the nextEl type is checked again.
I'm running with the libraries from wsif-2.1.0_RC2.

Hope someone can fix this.
Greetings,
JeroeN

-----Original Message-----
From: Aleksander Slominski [mailto:[email protected]] 
Sent: Wednesday, February 07, 2007 16:59
To: [email protected]
Subject: Re: Latest build/sources

Jeroen Nikkels wrote:
>
> Hi,
>
>  
>
> How do I obtain the latest build/sources for WSIF? The apache site
> only offers download for version 2.0 (from 2003), I am looking for
> something newer... I can access SVN for individual sources, but one
zip
> file with the complete set is more efficient.
>
the latest version (release candidate 2) is at

http://people.apache.org/dist/ws/wsif/

let us know if you ran into any problems.

best,

alek

-- 
The best way to predict the future is to invent it - Alan Kay


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]