Re: [VOTE] Release Apache CXF 2.4.9/2.5.5/2.6.2

2012-08-16 Thread Aki Yoshida
+1
we can live with this limitation in these releases.

2012/8/16 Aki Yoshida elak...@gmail.com:
 I noticed one of the 2.6.2 unit tests is failing under windows.

 Failed tests: 
 testMtomWithFileName(org.apache.cxf.systest.mtom.ClientMtomXopTest):
 can't get file name expected:return detail + []me.bmp but
 was:return detail +
 [/C:/repos/cxf/tags/cxf-2.6.2/systests/uncategorized/target/test-classes/]me.bmp

 It seems that the file name extraction in
 AttachmentsUtils.createMtomAttachmentFromDH is not working under
 windows.
 I just submitted a fix for this (CXF-4476) into trunk and 2.6.x-fixes.

 But I can't tell if this fix is important or not.
 From the test coverage point of view, I suppose this fix should go into 2.6.2.

 regards, aki

 2012/8/15 Daniel Kulp dk...@apache.org:

 We've resolved over 80 issues since 2.6.1 and we're a little overdue for a 
 release.

 List of issues:
 2.4.9
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321666
 2.5.5
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321667
 2.6.2
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321668


 The Maven staging areas are at:
 2.4.9
 https://repository.apache.org/content/repositories/orgapachecxf-001/
 2.5.5
 https://repository.apache.org/content/repositories/orgapachecxf-002/
 2.6.2
 https://repository.apache.org/content/repositories/orgapachecxf-004/

 The distributions are in the org/apache/cxf/apache-cxf/ directory of the 
 Maven staging areas.


 This releases are tagged at:
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.9
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.5.5
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.2

 This vote will be open for at least 72 hours.

 --
 Daniel Kulp
 dk...@apache.org - http://dankulp.com/blog
 Talend Community Coder - http://coders.talend.com



Re: [VOTE] Release Apache CXF 2.4.9/2.5.5/2.6.2

2012-08-15 Thread Sergey Beryozkin

Hi,

+1

Sergey
On 15/08/12 04:20, Daniel Kulp wrote:


We've resolved over 80 issues since 2.6.1 and we're a little overdue for a 
release.

List of issues:
2.4.9
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321666
2.5.5
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321667
2.6.2
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321668


The Maven staging areas are at:
2.4.9
https://repository.apache.org/content/repositories/orgapachecxf-001/
2.5.5
https://repository.apache.org/content/repositories/orgapachecxf-002/
2.6.2
https://repository.apache.org/content/repositories/orgapachecxf-004/

The distributions are in the org/apache/cxf/apache-cxf/ directory of the Maven 
staging areas.


This releases are tagged at:
http://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.9
http://svn.apache.org/repos/asf/cxf/tags/cxf-2.5.5
http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.2

This vote will be open for at least 72 hours.



Re: [VOTE] Release Apache CXF 2.4.9/2.5.5/2.6.2

2012-08-15 Thread Willem jiang
Hi, 

I ran some tests in camel with CXF 2.6.2 and 2.5.5.
All the CXF related tests are passed with CXF 2.6.2 in the Camel trunk.

But I got some error when running the test with CXF 2.5.5 and Camel 2.9.x in  
camel-cxf module.
The test failures are

Failed tests: 
testDispatchPayload(org.apache.camel.component.cxf.CxfDispatchPayloadTest): The 
request should be handled sucessfully expected:true but was:false
Tests in error: 
testRoutes(org.apache.camel.component.cxf.CXFWsdlOnlyPayloadModeNoSpringSoap12Test):
 The given SOAPAction GetPersonAction does not match an operation.
testApplicationFault(org.apache.camel.component.cxf.CXFWsdlOnlyPayloadModeNoSpringSoap12Test):
 The given SOAPAction GetPersonAction does not match an operation.



When I changed the CXF version 2.5.4 all the tests passed, and these test are 
not change since Camel 2.9.0. So I bring these regression test out.

CxfDispatchPayloadTest is failed with on the client side with this error.

WARN PhaseInterceptor for 
{http://apache.org/hello_world_soap_http}GreeterService#{http://camel.apache.org/cxf/jaxws/dispatch}Invoke
 has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: Unexpected element 
{http://apache.org/hello_world_soap_http/types}greetMeResponse found. Expected 
{http://camel.apache.org/cxf/jaxws/dispatch}InvokeResponse.
at 
org.apache.cxf.interceptor.DocLiteralInInterceptor.validatePart(DocLiteralInInterceptor.java:259)
at 
org.apache.cxf.interceptor.DocLiteralInInterceptor.handleMessage(DocLiteralInInterceptor.java:201)
at 
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:802)





CXFWsdlOnlyPayloadModeNoSpringSoap12Test is failed due to server doesn't 

 WARN PhaseInterceptorChain - Interceptor for 
{http://camel.apache.org/wsdl-first}PersonService12#{http://camel.apache.org/wsdl-first}GetPerson
 has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: The given SOAPAction GetPersonAction does not 
match an operation.
at 
org.apache.cxf.binding.soap.interceptor.SoapActionInInterceptor$SoapActionInAttemptTwoInterceptor.handleMessage(SoapActionInInterceptor.java:188)
at 
org.apache.cxf.binding.soap.interceptor.SoapActionInInterceptor$SoapActionInAttemptTwoInterceptor.handleMessage(SoapActionInInterceptor.java:162)
at 
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
at 
org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:122)
at 
org.apache.cxf.transport.http_jetty.JettyHTTPDestination.serviceRequest(JettyHTTPDestination.java:348)
at 
org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:312)
at 
org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:72)




-- 
Willem Jiang

FuseSource
Web: http://www.fusesource.com (http://www.fusesource.com/)
Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) 
(English)
  http://jnn.javaeye.com (http://jnn.javaeye.com/) (Chinese)
Twitter: willemjiang 
Weibo: willemjiang





On Wednesday, August 15, 2012 at 9:20 AM, Daniel Kulp wrote:

 
 We've resolved over 80 issues since 2.6.1 and we're a little overdue for a 
 release. 
 
 List of issues:
 2.4.9
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321666
 2.5.5
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321667
 2.6.2
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321668
 
 
 The Maven staging areas are at:
 2.4.9
 https://repository.apache.org/content/repositories/orgapachecxf-001/
 2.5.5
 https://repository.apache.org/content/repositories/orgapachecxf-002/
 2.6.2
 https://repository.apache.org/content/repositories/orgapachecxf-004/
 
 The distributions are in the org/apache/cxf/apache-cxf/ directory of the 
 Maven staging areas.
 
 
 This releases are tagged at:
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.9
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.5.5
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.2
 
 This vote will be open for at least 72 hours.
 
 -- 
 Daniel Kulp
 dk...@apache.org - http://dankulp.com/blog
 Talend Community Coder - http://coders.talend.com





Re: [VOTE] Release Apache CXF 2.4.9/2.5.5/2.6.2

2012-08-15 Thread Christian Schneider

+1

Christian

Am 15.08.2012 03:20, schrieb Daniel Kulp:

We've resolved over 80 issues since 2.6.1 and we're a little overdue for a 
release.

List of issues:
2.4.9
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321666
2.5.5
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321667
2.6.2
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321668


The Maven staging areas are at:
2.4.9
https://repository.apache.org/content/repositories/orgapachecxf-001/
2.5.5
https://repository.apache.org/content/repositories/orgapachecxf-002/
2.6.2
https://repository.apache.org/content/repositories/orgapachecxf-004/

The distributions are in the org/apache/cxf/apache-cxf/ directory of the Maven 
staging areas.


This releases are tagged at:
http://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.9
http://svn.apache.org/repos/asf/cxf/tags/cxf-2.5.5
http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.2

This vote will be open for at least 72 hours.




--
Christian Schneider
http://www.liquid-reality.de

Open Source Architect
Talend Application Integration Division http://www.talend.com



Re: [VOTE] Release Apache CXF 2.4.9/2.5.5/2.6.2

2012-08-15 Thread Colm O hEigeartaigh
+1.

Colm.

On Wed, Aug 15, 2012 at 10:29 AM, Christian Schneider 
ch...@die-schneider.net wrote:

 +1

 Christian

 Am 15.08.2012 03:20, schrieb Daniel Kulp:

  We've resolved over 80 issues since 2.6.1 and we're a little overdue for
 a release.

 List of issues:
 2.4.9
 https://issues.apache.org/**jira/secure/ReleaseNote.jspa?**
 projectId=12310511version=**12321666https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321666
 2.5.5
 https://issues.apache.org/**jira/secure/ReleaseNote.jspa?**
 projectId=12310511version=**12321667https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321667
 2.6.2
 https://issues.apache.org/**jira/secure/ReleaseNote.jspa?**
 projectId=12310511version=**12321668https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321668


 The Maven staging areas are at:
 2.4.9
 https://repository.apache.org/**content/repositories/**orgapachecxf-001/https://repository.apache.org/content/repositories/orgapachecxf-001/
 2.5.5
 https://repository.apache.org/**content/repositories/**orgapachecxf-002/https://repository.apache.org/content/repositories/orgapachecxf-002/
 2.6.2
 https://repository.apache.org/**content/repositories/**orgapachecxf-004/https://repository.apache.org/content/repositories/orgapachecxf-004/

 The distributions are in the org/apache/cxf/apache-cxf/ directory of the
 Maven staging areas.


 This releases are tagged at:
 http://svn.apache.org/repos/**asf/cxf/tags/cxf-2.4.9http://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.9
 http://svn.apache.org/repos/**asf/cxf/tags/cxf-2.5.5http://svn.apache.org/repos/asf/cxf/tags/cxf-2.5.5
 http://svn.apache.org/repos/**asf/cxf/tags/cxf-2.6.2http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.2

 This vote will be open for at least 72 hours.



 --
 Christian Schneider
 http://www.liquid-reality.de

 Open Source Architect
 Talend Application Integration Division http://www.talend.com




-- 
Colm O hEigeartaigh

Talend Community Coder
http://coders.talend.com


Re: [VOTE] Release Apache CXF 2.4.9/2.5.5/2.6.2

2012-08-15 Thread Daniel Kulp

Willem,

There are changes to Camel needed which I've done on trunk, but haven't yet had 
the time to back port to the fixes branches.

Most notably are revs 1371861 and 1371861.

Will work on porting those back later today.


Dan



On Aug 15, 2012, at 5:53 AM, Willem jiang willem.ji...@gmail.com wrote:

 Hi, 
 
 I ran some tests in camel with CXF 2.6.2 and 2.5.5.
 All the CXF related tests are passed with CXF 2.6.2 in the Camel trunk.
 
 But I got some error when running the test with CXF 2.5.5 and Camel 2.9.x in  
 camel-cxf module.
 The test failures are
 
 Failed tests: 
 testDispatchPayload(org.apache.camel.component.cxf.CxfDispatchPayloadTest): 
 The request should be handled sucessfully expected:true but was:false
 Tests in error: 
 testRoutes(org.apache.camel.component.cxf.CXFWsdlOnlyPayloadModeNoSpringSoap12Test):
  The given SOAPAction GetPersonAction does not match an operation.
 testApplicationFault(org.apache.camel.component.cxf.CXFWsdlOnlyPayloadModeNoSpringSoap12Test):
  The given SOAPAction GetPersonAction does not match an operation.
 
 
 
 When I changed the CXF version 2.5.4 all the tests passed, and these test are 
 not change since Camel 2.9.0. So I bring these regression test out.
 
 CxfDispatchPayloadTest is failed with on the client side with this error.
 
 WARN PhaseInterceptor for 
 {http://apache.org/hello_world_soap_http}GreeterService#{http://camel.apache.org/cxf/jaxws/dispatch}Invoke
  has thrown exception, unwinding now
 org.apache.cxf.interceptor.Fault: Unexpected element 
 {http://apache.org/hello_world_soap_http/types}greetMeResponse found. 
 Expected {http://camel.apache.org/cxf/jaxws/dispatch}InvokeResponse.
 at 
 org.apache.cxf.interceptor.DocLiteralInInterceptor.validatePart(DocLiteralInInterceptor.java:259)
 at 
 org.apache.cxf.interceptor.DocLiteralInInterceptor.handleMessage(DocLiteralInInterceptor.java:201)
 at 
 org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
 at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:802)
 
 
 
 
 
 CXFWsdlOnlyPayloadModeNoSpringSoap12Test is failed due to server doesn't 
 
 WARN PhaseInterceptorChain - Interceptor for 
 {http://camel.apache.org/wsdl-first}PersonService12#{http://camel.apache.org/wsdl-first}GetPerson
  has thrown exception, unwinding now
 org.apache.cxf.interceptor.Fault: The given SOAPAction GetPersonAction does 
 not match an operation.
 at 
 org.apache.cxf.binding.soap.interceptor.SoapActionInInterceptor$SoapActionInAttemptTwoInterceptor.handleMessage(SoapActionInInterceptor.java:188)
 at 
 org.apache.cxf.binding.soap.interceptor.SoapActionInInterceptor$SoapActionInAttemptTwoInterceptor.handleMessage(SoapActionInInterceptor.java:162)
 at 
 org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
 at 
 org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:122)
 at 
 org.apache.cxf.transport.http_jetty.JettyHTTPDestination.serviceRequest(JettyHTTPDestination.java:348)
 at 
 org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:312)
 at 
 org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:72)
 
 
 
 
 -- 
 Willem Jiang
 
 FuseSource
 Web: http://www.fusesource.com (http://www.fusesource.com/)
 Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) 
 (English)
  http://jnn.javaeye.com (http://jnn.javaeye.com/) (Chinese)
 Twitter: willemjiang 
 Weibo: willemjiang
 
 
 
 
 
 On Wednesday, August 15, 2012 at 9:20 AM, Daniel Kulp wrote:
 
 
 We've resolved over 80 issues since 2.6.1 and we're a little overdue for a 
 release. 
 
 List of issues:
 2.4.9
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321666
 2.5.5
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321667
 2.6.2
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321668
 
 
 The Maven staging areas are at:
 2.4.9
 https://repository.apache.org/content/repositories/orgapachecxf-001/
 2.5.5
 https://repository.apache.org/content/repositories/orgapachecxf-002/
 2.6.2
 https://repository.apache.org/content/repositories/orgapachecxf-004/
 
 The distributions are in the org/apache/cxf/apache-cxf/ directory of the 
 Maven staging areas.
 
 
 This releases are tagged at:
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.9
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.5.5
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.2
 
 This vote will be open for at least 72 hours.
 
 -- 
 Daniel Kulp
 dk...@apache.org - http://dankulp.com/blog
 Talend Community Coder - http://coders.talend.com
 
 
 

-- 
Daniel Kulp
dk...@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com



Re: [VOTE] Release Apache CXF 2.4.9/2.5.5/2.6.2

2012-08-15 Thread Freeman Fang
+1

Freeman
-
Freeman Fang

FuseSource
Email:ff...@fusesource.com
Web: fusesource.com
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com
http://blog.sina.com.cn/u/1473905042
weibo: http://weibo.com/u/1473905042

On 2012-8-15, at 上午9:20, Daniel Kulp wrote:

 
 We've resolved over 80 issues since 2.6.1 and we're a little overdue for a 
 release.  
 
 List of issues:
 2.4.9
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321666
 2.5.5
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321667
 2.6.2
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321668
 
 
 The Maven staging areas are at:
 2.4.9
 https://repository.apache.org/content/repositories/orgapachecxf-001/
 2.5.5
 https://repository.apache.org/content/repositories/orgapachecxf-002/
 2.6.2
 https://repository.apache.org/content/repositories/orgapachecxf-004/
 
 The distributions are in the org/apache/cxf/apache-cxf/ directory of the 
 Maven staging areas.
 
 
 This releases are tagged at:
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.9
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.5.5
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.2
 
 This vote will be open for at least 72 hours.
 
 -- 
 Daniel Kulp
 dk...@apache.org - http://dankulp.com/blog
 Talend Community Coder - http://coders.talend.com
 



Re: [VOTE] Release Apache CXF 2.4.9/2.5.5/2.6.2

2012-08-15 Thread Ulhas Bhole (OS)
+1,

-- Ulhas 
On 15 Aug 2012, at 02:20, Daniel Kulp wrote:

 
 We've resolved over 80 issues since 2.6.1 and we're a little overdue for a 
 release.  
 
 List of issues:
 2.4.9
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321666
 2.5.5
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321667
 2.6.2
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321668
 
 
 The Maven staging areas are at:
 2.4.9
 https://repository.apache.org/content/repositories/orgapachecxf-001/
 2.5.5
 https://repository.apache.org/content/repositories/orgapachecxf-002/
 2.6.2
 https://repository.apache.org/content/repositories/orgapachecxf-004/
 
 The distributions are in the org/apache/cxf/apache-cxf/ directory of the 
 Maven staging areas.
 
 
 This releases are tagged at:
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.9
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.5.5
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.2
 
 This vote will be open for at least 72 hours.
 
 -- 
 Daniel Kulp
 dk...@apache.org - http://dankulp.com/blog
 Talend Community Coder - http://coders.talend.com
 



Re: [VOTE] Release Apache CXF 2.4.9/2.5.5/2.6.2

2012-08-15 Thread Willem jiang
That's it.
OK, here is my +1.

-- 
Willem Jiang

FuseSource
Web: http://www.fusesource.com (http://www.fusesource.com/)
Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) 
(English)
  http://jnn.javaeye.com (http://jnn.javaeye.com/) (Chinese)
Twitter: willemjiang 
Weibo: willemjiang




On Wednesday, August 15, 2012 at 9:04 PM, Daniel Kulp wrote:

 
 Willem,
 
 There are changes to Camel needed which I've done on trunk, but haven't yet 
 had the time to back port to the fixes branches.
 
 Most notably are revs 1371861 and 1371861.
 
 Will work on porting those back later today.
 
 
 Dan
 
 
 
 On Aug 15, 2012, at 5:53 AM, Willem jiang willem.ji...@gmail.com 
 (mailto:willem.ji...@gmail.com) wrote:
 
  Hi, 
  
  I ran some tests in camel with CXF 2.6.2 and 2.5.5.
  All the CXF related tests are passed with CXF 2.6.2 in the Camel trunk.
  
  But I got some error when running the test with CXF 2.5.5 and Camel 2.9.x 
  in camel-cxf module.
  The test failures are
  
  Failed tests: 
  testDispatchPayload(org.apache.camel.component.cxf.CxfDispatchPayloadTest): 
  The request should be handled sucessfully expected:true but was:false
  Tests in error: 
  testRoutes(org.apache.camel.component.cxf.CXFWsdlOnlyPayloadModeNoSpringSoap12Test):
   The given SOAPAction GetPersonAction does not match an operation.
  testApplicationFault(org.apache.camel.component.cxf.CXFWsdlOnlyPayloadModeNoSpringSoap12Test):
   The given SOAPAction GetPersonAction does not match an operation.
  
  
  
  When I changed the CXF version 2.5.4 all the tests passed, and these test 
  are not change since Camel 2.9.0. So I bring these regression test out.
  
  CxfDispatchPayloadTest is failed with on the client side with this error.
  
  WARN PhaseInterceptor for 
  {http://apache.org/hello_world_soap_http}GreeterService#{http://camel.apache.org/cxf/jaxws/dispatch}Invoke
   has thrown exception, unwinding now
  org.apache.cxf.interceptor.Fault: Unexpected element 
  {http://apache.org/hello_world_soap_http/types}greetMeResponse found. 
  Expected {http://camel.apache.org/cxf/jaxws/dispatch}InvokeResponse.
  at 
  org.apache.cxf.interceptor.DocLiteralInInterceptor.validatePart(DocLiteralInInterceptor.java:259)
  at 
  org.apache.cxf.interceptor.DocLiteralInInterceptor.handleMessage(DocLiteralInInterceptor.java:201)
  at 
  org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
  at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:802)
  
  
  
  
  
  CXFWsdlOnlyPayloadModeNoSpringSoap12Test is failed due to server doesn't 
  
  WARN PhaseInterceptorChain - Interceptor for 
  {http://camel.apache.org/wsdl-first}PersonService12#{http://camel.apache.org/wsdl-first}GetPerson
   has thrown exception, unwinding now
  org.apache.cxf.interceptor.Fault: The given SOAPAction GetPersonAction does 
  not match an operation.
  at 
  org.apache.cxf.binding.soap.interceptor.SoapActionInInterceptor$SoapActionInAttemptTwoInterceptor.handleMessage(SoapActionInInterceptor.java:188)
  at 
  org.apache.cxf.binding.soap.interceptor.SoapActionInInterceptor$SoapActionInAttemptTwoInterceptor.handleMessage(SoapActionInInterceptor.java:162)
  at 
  org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
  at 
  org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:122)
  at 
  org.apache.cxf.transport.http_jetty.JettyHTTPDestination.serviceRequest(JettyHTTPDestination.java:348)
  at 
  org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:312)
  at 
  org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:72)
  
  
  
  
  -- 
  Willem Jiang
  
  FuseSource
  Web: http://www.fusesource.com (http://www.fusesource.com/)
  Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) 
  (English)
  http://jnn.javaeye.com (http://jnn.javaeye.com/) (Chinese)
  Twitter: willemjiang 
  Weibo: willemjiang
  
  
  
  
  
  On Wednesday, August 15, 2012 at 9:20 AM, Daniel Kulp wrote:
  
   
   We've resolved over 80 issues since 2.6.1 and we're a little overdue for 
   a release. 
   
   List of issues:
   2.4.9
   https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321666
   2.5.5
   https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321667
   2.6.2
   https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321668
   
   
   The Maven staging areas are at:
   2.4.9
   https://repository.apache.org/content/repositories/orgapachecxf-001/
   2.5.5
   https://repository.apache.org/content/repositories/orgapachecxf-002/
   2.6.2
   https://repository.apache.org/content/repositories/orgapachecxf-004/
   
   The distributions are in the org/apache/cxf/apache-cxf/ directory of the 
   Maven staging areas.
   
   
   This releases are tagged at:
   

Re: [VOTE] Release Apache CXF 2.4.9/2.5.5/2.6.2

2012-08-15 Thread Glen Mazza
(Resending...) +1 

Glen




--
View this message in context: 
http://cxf.547215.n5.nabble.com/VOTE-Release-Apache-CXF-2-4-9-2-5-5-2-6-2-tp5712591p5712650.html
Sent from the cxf-dev mailing list archive at Nabble.com.


Re: [VOTE] Release Apache CXF 2.4.9/2.5.5/2.6.2

2012-08-15 Thread Aki Yoshida
I noticed one of the 2.6.2 unit tests is failing under windows.

Failed tests: 
testMtomWithFileName(org.apache.cxf.systest.mtom.ClientMtomXopTest):
can't get file name expected:return detail + []me.bmp but
was:return detail +
[/C:/repos/cxf/tags/cxf-2.6.2/systests/uncategorized/target/test-classes/]me.bmp

It seems that the file name extraction in
AttachmentsUtils.createMtomAttachmentFromDH is not working under
windows.
I just submitted a fix for this (CXF-4476) into trunk and 2.6.x-fixes.

But I can't tell if this fix is important or not.
From the test coverage point of view, I suppose this fix should go into 2.6.2.

regards, aki

2012/8/15 Daniel Kulp dk...@apache.org:

 We've resolved over 80 issues since 2.6.1 and we're a little overdue for a 
 release.

 List of issues:
 2.4.9
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321666
 2.5.5
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321667
 2.6.2
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321668


 The Maven staging areas are at:
 2.4.9
 https://repository.apache.org/content/repositories/orgapachecxf-001/
 2.5.5
 https://repository.apache.org/content/repositories/orgapachecxf-002/
 2.6.2
 https://repository.apache.org/content/repositories/orgapachecxf-004/

 The distributions are in the org/apache/cxf/apache-cxf/ directory of the 
 Maven staging areas.


 This releases are tagged at:
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.9
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.5.5
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.2

 This vote will be open for at least 72 hours.

 --
 Daniel Kulp
 dk...@apache.org - http://dankulp.com/blog
 Talend Community Coder - http://coders.talend.com



Re: [VOTE] Release Apache CXF 2.4.9/2.5.5/2.6.2

2012-08-15 Thread Jim Ma
+1

On Wed, Aug 15, 2012 at 9:20 AM, Daniel Kulp dk...@apache.org wrote:

 We've resolved over 80 issues since 2.6.1 and we're a little overdue for a 
 release.

 List of issues:
 2.4.9
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321666
 2.5.5
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321667
 2.6.2
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321668


 The Maven staging areas are at:
 2.4.9
 https://repository.apache.org/content/repositories/orgapachecxf-001/
 2.5.5
 https://repository.apache.org/content/repositories/orgapachecxf-002/
 2.6.2
 https://repository.apache.org/content/repositories/orgapachecxf-004/

 The distributions are in the org/apache/cxf/apache-cxf/ directory of the 
 Maven staging areas.


 This releases are tagged at:
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.9
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.5.5
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.2

 This vote will be open for at least 72 hours.

 --
 Daniel Kulp
 dk...@apache.org - http://dankulp.com/blog
 Talend Community Coder - http://coders.talend.com



Re: [VOTE] Release Apache CXF 2.4.9/2.5.5/2.6.2

2012-08-14 Thread Jeff Genender
+1

Jeff

On Aug 14, 2012, at 7:20 PM, Daniel Kulp dk...@apache.org wrote:

 
 We've resolved over 80 issues since 2.6.1 and we're a little overdue for a 
 release.  
 
 List of issues:
 2.4.9
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321666
 2.5.5
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321667
 2.6.2
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511version=12321668
 
 
 The Maven staging areas are at:
 2.4.9
 https://repository.apache.org/content/repositories/orgapachecxf-001/
 2.5.5
 https://repository.apache.org/content/repositories/orgapachecxf-002/
 2.6.2
 https://repository.apache.org/content/repositories/orgapachecxf-004/
 
 The distributions are in the org/apache/cxf/apache-cxf/ directory of the 
 Maven staging areas.
 
 
 This releases are tagged at:
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.9
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.5.5
 http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.2
 
 This vote will be open for at least 72 hours.
 
 -- 
 Daniel Kulp
 dk...@apache.org - http://dankulp.com/blog
 Talend Community Coder - http://coders.talend.com