[jira] Updated: (CXF-3047) org.apache.cxf.interceptor.Fault: Unmarshalling Error: UndeclaredPrefix: Cannot resolve 's:string' as a QName: the prefix 's' is not declared.

2010-11-18 Thread Marc Giger (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marc Giger updated CXF-3047: Attachment: JAXBEncoderDecoder.java.patch Take W3CDOMStreamReader into account when searching for namespaces.

[jira] Commented: (CXF-3022) Integrating Spring 3 + GenericDAO (Don't repeat the DAO!) + CXF JAX-RS (JAXB Databinding) with a Generic Service Interface

2010-11-18 Thread Ivan Vitoria (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12933367#action_12933367 ] Ivan Vitoria commented on CXF-3022: --- I've just checked it with 2.4.0-SNAPSHOT. Now the POST

[jira] Created: (CXF-3132) asynchronous client can't get correct error if non-runtimeexcpetion happen

2010-11-18 Thread Freeman Fang (JIRA)
asynchronous client can't get correct error if non-runtimeexcpetion happen -- Key: CXF-3132 URL: https://issues.apache.org/jira/browse/CXF-3132 Project: CXF Issue Type:

[jira] Updated: (CXF-3132) asynchronous client can't get correct error if non-runtimeexcpetion happen

2010-11-18 Thread Freeman Fang (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang updated CXF-3132: -- Attachment: CXF-3132-testcase.patch attach a testcase which expose this issue > asynchronous client can'

[jira] Commented: (CXF-3022) Integrating Spring 3 + GenericDAO (Don't repeat the DAO!) + CXF JAX-RS (JAXB Databinding) with a Generic Service Interface

2010-11-18 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12933374#action_12933374 ] Sergey Beryozkin commented on CXF-3022: --- Hi - thanks for the fast feedback. I was absol

[jira] Created: (CXF-3133) Refactoring JAXRSInvoker to support CXF continuation better

2010-11-18 Thread Willem Jiang (JIRA)
Refactoring JAXRSInvoker to support CXF continuation better Key: CXF-3133 URL: https://issues.apache.org/jira/browse/CXF-3133 Project: CXF Issue Type: Improvement Repo

[jira] Updated: (CXF-3133) Refactoring JAXRSInvoker to support CXF continuation better

2010-11-18 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang updated CXF-3133: -- Attachment: jaxrs.patch > Refactoring JAXRSInvoker to support CXF continuation better >

[jira] Commented: (CXF-3022) Integrating Spring 3 + GenericDAO (Don't repeat the DAO!) + CXF JAX-RS (JAXB Databinding) with a Generic Service Interface

2010-11-18 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12933404#action_12933404 ] Sergey Beryozkin commented on CXF-3022: --- It definitely works on my side. The problem is

[jira] Commented: (CXF-3110) jaxrs: ParameterizedTypeImpl cannot be cast to java.lang.Class

2010-11-18 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12933406#action_12933406 ] Sergey Beryozkin commented on CXF-3110: --- Hi - can you please post a sample code as aske

[jira] Commented: (CXF-3022) Integrating Spring 3 + GenericDAO (Don't repeat the DAO!) + CXF JAX-RS (JAXB Databinding) with a Generic Service Interface

2010-11-18 Thread Ivan Vitoria (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12933416#action_12933416 ] Ivan Vitoria commented on CXF-3022: --- Hi Sergey, Currently I have several fronts that keep

[jira] Commented: (CXF-3112) Further problem with cookies in Jax-RS (similar to closed issue 3035)

2010-11-18 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12933421#action_12933421 ] Sergey Beryozkin commented on CXF-3112: --- Hi David - I've applied your patch to the trun

[jira] Commented: (CXF-3112) Further problem with cookies in Jax-RS (similar to closed issue 3035)

2010-11-18 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12933425#action_12933425 ] Sergey Beryozkin commented on CXF-3112: --- By the way - atom push tests are passing for m

[jira] Updated: (CXF-3110) jaxrs: ParameterizedTypeImpl cannot be cast to java.lang.Class

2010-11-18 Thread Stephane Chomat (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephane Chomat updated CXF-3110: - Attachment: testxmladapter.zip it's an example. I tried it with this configuration: ka...@client1>

[jira] Created: (CXF-3134) Build fails when a space is included in the general path.

2010-11-18 Thread Robert Liguori (JIRA)
Build fails when a space is included in the general path. - Key: CXF-3134 URL: https://issues.apache.org/jira/browse/CXF-3134 Project: CXF Issue Type: Bug Affects Versions: 2.3.0

[jira] Updated: (CXF-3134) Build fails when a space is included in the directory URL.

2010-11-18 Thread Robert Liguori (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Liguori updated CXF-3134: Description: The maven build process is unsuccessful when the cxf folders are subfolders of a folder

[jira] Updated: (CXF-3132) asynchronous client can't get correct error if non-runtimeexcpetion happen

2010-11-18 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp updated CXF-3132: - Attachment: non-recurse.patch Freeman, The testcase and the "fix" added to cxf/trunk really "fixes" the w

[jira] Reopened: (CXF-3021) Remove the dependency on WSDLEndpointFactory from AbstractHttpTransportFactory

2010-11-18 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Beryozkin reopened CXF-3021: --- > Remove the dependency on WSDLEndpointFactory from AbstractHttpTransportFactory >

[jira] Updated: (CXF-3021) Try to remove a wsdl4J dependency from the JAXRS frontend

2010-11-18 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Beryozkin updated CXF-3021: -- Component/s: (was: Transports) JAX-RS Description: HTTP Transport and API

[jira] Created: (CXF-3135) WadlGenerator does not respect Consumes annotation

2010-11-18 Thread Guy Dumais (JIRA)
WadlGenerator does not respect Consumes annotation -- Key: CXF-3135 URL: https://issues.apache.org/jira/browse/CXF-3135 Project: CXF Issue Type: Bug Affects Versions: 2.3.0 Environ

[jira] Updated: (CXF-3021) Try to remove a wsdl4J dependency from the JAXRS frontend

2010-11-18 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Beryozkin updated CXF-3021: -- Attachment: cxf3021-2.patch 1. Basic EndpointReferenceType utility code is moved to WSAEndpointR

[jira] Resolved: (CXF-3122) Async Handler for dispatch client is called twice in case of bad response message

2010-11-18 Thread Freeman Fang (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang resolved CXF-3122. --- Resolution: Fixed commit fix http://svn.apache.org/viewvc?rev=1035203&view=rev for trunk http://svn.apa