|
List Info
Thread: Latest build/sources
|
|
| Latest build/sources |
  Netherlands |
2007-02-07 07:27:53 |
|
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̷0; I can access SVN for individual sources, but one zip
file with the complete set is more efficient.
Thanks,
JeroeN
|
| Re: Latest build/sources |
  United Kingdom |
2007-02-07 09:43:47 |
|
Jeroen,
I've asked myself the same question
and I don't think you are going to find a newer version. WSIF 2.0
seems to be it. The fact that a release has not emerged since 2003
rings alarm bells for me. I wouldn't place any longevity on WSIF
unfortunately. I would suggest looking along the lines of Axis2,
this looks to offer more of the same but with a greater shelf life.
Hope that helps,
Stuart
Stuart Bell
eCommerce Application Architect
AEGON UK
Tel: 0131 549 3553
Email: stuart.bell aegon.co.uk
|
| "Jeroen Nikkels"
<jeroen.nikkels infor.com>
07/02/2007 13:27
Please respond to wsif-user
|
To:
<wsif-user ws.apache.org>
cc:
Subject:
Latest build/sources
|
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.
Thanks,
JeroeN
http://www.aegonse.co.uk
Scottish Equitable plc
Edinburgh Park
Edinburgh
EH12 9SE
Registered in Scotland (No. 144517)
Authorised and regulated by the Financial Services Authority
Member of the AEGON Group
AEGON Scottish Equitable and AEGON Trustee Solutions are brand names used by Scottish Equitable plc.
For contact information, visit http://www.aegonse.co.uk/contact
EMAIL DISCLAIMER
This message is confidential and intended only for the person it's addressed to. If you have been sent it in error and should not have received it, please email it back to the sender and delete it and any copies of it straight away.
We may monitor all electronic communications that go through our networks for security and for checking legal, regulatory and professional standards. If you get in touch with us by email, we may keep a record of your name and email address.
We don't accept service by Email of court proceedings, other proceedings or formal notices of any kind unless we've agreed to this specifically beforehand in writing.
We take care not to send viruses or other malicious software in our emails but like any net user we cannot guarantee that all the communications we send electronically are free from such things. So, for safety's sake, we would suggest that you have in place and use virus detection software.
|
| Re: Latest build/sources |
  United States |
2007-02-07 09:59:26 |
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: wsif-user-unsubscribe ws.apache.org
For additional commands, e-mail: wsif-user-help ws.apache.org
|
|
| RE: Latest build/sources |
  Netherlands |
2007-02-08 04:49:50 |
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:aslom cs.indiana.edu]
Sent: Wednesday, February 07, 2007 16:59
To: wsif-user ws.apache.org
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: wsif-user-unsubscribe ws.apache.org
For additional commands, e-mail: wsif-user-help ws.apache.org
------------------------------------------------------------
---------
To unsubscribe, e-mail: wsif-user-unsubscribe ws.apache.org
For additional commands, e-mail: wsif-user-help ws.apache.org
|
|
| RE: Latest build/sources |

|
2007-02-08 07:40:36 |
Hi JeroeN,
You are right.
We were also facing the same issue and we commented the
check and went
ahead.
It is able to parse the schema elements now.
Regards
Prakash
-----Original Message-----
From: Jeroen Nikkels [mailto:jeroen.nikkels infor.com]
Sent: Thursday, February 08, 2007 4:20 PM
To: wsif-user ws.apache.org
Cc: aslom cs.indiana.edu
Subject: RE: Latest build/sources
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:aslom cs.indiana.edu]
Sent: Wednesday, February 07, 2007 16:59
To: wsif-user ws.apache.org
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: wsif-user-unsubscribe ws.apache.org
For additional commands, e-mail: wsif-user-help ws.apache.org
------------------------------------------------------------
---------
To unsubscribe, e-mail: wsif-user-unsubscribe ws.apache.org
For additional commands, e-mail: wsif-user-help ws.apache.org
The information contained in this electronic message and any
attachments to this message are intended for the exclusive
use of the addressee(s) and may contain proprietary,
confidential or privileged information. If you are not the
intended recipient, you should not disseminate, distribute
or copy this e-mail. Please notify the sender immediately
and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The
recipient should check this email and any attachments for
the presence of viruses. The company accepts no liability
for any damage caused by any virus transmitted by this
email.
www.wipro.com
------------------------------------------------------------
---------
To unsubscribe, e-mail: wsif-user-unsubscribe ws.apache.org
For additional commands, e-mail: wsif-user-help ws.apache.org
|
|
[1-5]
|
|