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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]