Re: [VOTE] Release CXF 2.1.8 (take 2)

2009-11-18 Thread Willem Jiang
+1 Willem Daniel Kulp wrote: This is a vote to release CXF 2.1.8 Once again, there have been a bunch of bug fixes and enhancements that have been done compared to the 2.1.7 release. Over 25 JIRA issues are resolved for 2.1.8 List of issues: https://issues.apache.org/jira/secure/ReleaseNote

Re: [VOTE] Release CXF 2.2.5

2009-11-18 Thread Willem Jiang
+1, Willem Daniel Kulp wrote: This is a vote to release CXF 2.2.5 Once again, there have been a bunch of bug fixes and enhancements that have been done compared to the 2.2.4 release. Over 90 JIRA issues are resolved for 2.2.5 List of issues: The Maven staging area is at: https://repository

[RESULT][VOTE] Release CXF 2.1.8 (take 2)

2009-11-18 Thread Daniel Kulp
We have 6 binding +1 votes and one other +1 vote and no other votes. Thus, this vote passes. I'll proceed to release the artifacts. Dan On Sun November 15 2009 8:07:19 am Daniel Kulp wrote: > This is a vote to release CXF 2.1.8 > > Once again, there have been a bunch of bug fixes and enha

[RESULT][VOTE] Release CXF 2.2.5

2009-11-18 Thread Daniel Kulp
We have 10 binding +1 votes and 2 other +1 votes and no other votes. Thus, this vote passes. I'll get the artifacts released. Thanks! Dan On Sat November 14 2009 8:09:03 pm Daniel Kulp wrote: > This is a vote to release CXF 2.2.5 > > Once again, there have been a bunch of bug fixes and enh

Removing download links for 2.0.12....

2009-11-18 Thread Daniel Kulp
Just a quick note As part of updating the download page for 2.2.5/2.1.8, I'm going to remove the links to 2.0.12 (since we don't support it anymore) as well as all the incubator notes on the page.No sense promoting stuff we no longer support. If users need it, it's available in the ar

CXF-2548

2009-11-18 Thread Benson Margulies
Who did the reuse-the-factory changes referred to here? We need to conspire.

Re: CXF-2548

2009-11-18 Thread Daniel Kulp
On Wed November 18 2009 12:12:50 pm Benson Margulies wrote: > Who did the reuse-the-factory changes referred to here? We need to > conspire. That would be me. There may be a bug there. I don't think the ServiceInfo objects are supposed to be cached. They aren't really re-usable. -- Daniel

[ANN] Apache CXF versions 2.2.5 and 2.1.8 released

2009-11-18 Thread Daniel Kulp
The Apache CXF team is proud to announce the availability of the latest patches for the fixes branches: 2.2.5 and 2.1.8 Apache CXF is an open source services framework. CXF helps you build and develop services using front end programming APIs, like JAX-WS and JAX-RS. These services can speak a

how to setup a http proxy in wsdl2java

2009-11-18 Thread 郑东哲
hi all! because my pc is behind a firewall.when i use wsdl2java cause a connection time out error.how to setup a http proxy when i use wsdl2java? -- Leonard 2009-11-19 -

Re: how to setup a http proxy in wsdl2java

2009-11-18 Thread jim ma
Did you try to set the http proxy server and port in wsdl2java or wsdl2java.bat ? -Dhttp.proxyHost=proxyserver -Dhttp.proxyPort=8080 Cheers Jim 2009/11/19 郑东哲 : > hi all! > because my pc is behind a firewall.when i use wsdl2java cause a connection > time out error.how to setup a http proxy whe