Re: [VOTE] Release CXF 2.1.1

2008-06-19 Thread Jarek Gawor
+1 Jarek On Tue, Jun 17, 2008 at 10:41 AM, Daniel Kulp <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > This is a vote to release CXF 2.1.1 > > Once again, there have been a bunch of bug fixes and enhancements that > have been done compared to the 2.1 release.

Re: [VOTE] Release CXF 2.0.7

2008-06-19 Thread Jarek Gawor
+1 Jarek On Tue, Jun 17, 2008 at 10:44 AM, Daniel Kulp <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > This is a vote to release CXF 2.0.7 > > Once again, there have been a bunch of bug fixes and enhancements that > have been done compared to the 2.0.7 release

Re: [VOTE] Release CXF 2.0.8

2008-07-23 Thread Jarek Gawor
+1 Jarek On Tue, Jul 22, 2008 at 9:36 PM, Daniel Kulp <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > This is a vote to release CXF 2.0.8 > > Once again, there have been a bunch of bug fixes and enhancements that have > been done compared to the 2.0.8 release.

Service address in WSDL and EPR

2008-09-17 Thread Jarek Gawor
Hi, I was working in Geronimo on a simple issue where the service endpoint url address in WSDL gets cached on the very first request and does not get updated. I was looking through similar code in CXF and noticed a few things and now I'm wondering how things should work. 1) What's the purpose of

Re: Service address in WSDL and EPR

2008-09-18 Thread Jarek Gawor
On Wed, Sep 17, 2008 at 3:39 PM, Daniel Kulp <[EMAIL PROTECTED]> wrote: > On Wednesday 17 September 2008 3:28:13 pm Jarek Gawor wrote: >> Hi, >> >> I was working in Geronimo on a simple issue where the service endpoint >> url address in WSDL gets cached on th

wsa:Action interop issue

2008-10-07 Thread Jarek Gawor
Hi, I ran into an interesting interop issue with wsa:Action between CXF and JAX-WS RI (2.1.4). I have a simple service class, no sei, no @Action annotations, something like: @WebService @Addressing class Calculator { public int add(in n1, in2) { return n1 + n2; } } CXF generated the followi

Re: [VOTE] Release Apache CXF 2.1.4 (Take 2)

2009-02-05 Thread Jarek Gawor
+1. All looks good in Geronimo. Thanks for the fix Dan! Jarek On Thu, Feb 5, 2009 at 3:27 PM, Daniel Kulp wrote: > > (The issue with the J2EE has been corrected. This is a new vote on the new > artifacts) > > > This is a vote to release CXF 2.1.4 > > With a longer than normal cycle, a LOT of s