Issues with Attachments: week of 2011-01-03

2011-01-03 Thread dkulp
CXF - Monday, January 3, 2011 7 Issues with Attachments (sorted oldest to newest) [CXF-2770] There is no way to specify autoRewriteSoapAddress from a spring context file. - Created: 2010-04-19 - Updated: 2010-12-19 - Type: Bug - Fix Versions: [] - Repo

[jira] Resolved: (CXF-3227) Introduce DataBinding implementation wrapping JAX-RS providers

2011-01-03 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Beryozkin resolved CXF-3227. --- Resolution: Fixed > Introduce DataBinding implementation wrapping JAX-RS providers > --

[jira] Commented: (CXF-3226) Going to a JAX-RS resource that contains a space in the path returns a 404 response code

2011-01-03 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976859#action_12976859 ] Sergey Beryozkin commented on CXF-3226: --- Hi But what happens if you have "the%20%space

[jira] Assigned: (CXF-3129) wsdl2java: place @Generated annotation on generated code

2011-01-03 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp reassigned CXF-3129: Assignee: Daniel Kulp > wsdl2java: place @Generated annotation on generated code > --

Re: CXF Premature End Of File ?

2011-01-03 Thread Alistair
Hello, I finally had time to look at this project again. I rewrote it over the christmas vacation, but still there seem to be some recursive calls. As soon as I call webservice it brings a premature end of file, because the same team is called over and over again. However, I cannot find it. Doe

[jira] Resolved: (CXF-3129) wsdl2java: place @Generated annotation on generated code

2011-01-03 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-3129. -- Resolution: Fixed Fix Version/s: 2.3.2 Patch applied. I did fix the unit test as well as added t

[jira] Updated: (CXF-3175) Unmarshalling does not follow JAXB rules.

2011-01-03 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp updated CXF-3175: - Fix Version/s: NeedMoreInfo I tried to reproduce this and couldn't. Can you create a small test case and

[jira] Resolved: (CXF-2697) REST and web methods taking arguments called without argument leads to IllegalArgumentException: wrong number of arguments exception

2011-01-03 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-2697. -- Resolution: Fixed Fix Version/s: (was: 2.2.7) 2.3.2 Patch applied. thanks!

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

2011-01-03 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-3047. -- Resolution: Fixed Fix Version/s: 2.3.2 Patch applied. Thanks! > org.apache.cxf.interceptor.Faul

[jira] Resolved: (CXF-3183) http-osgi transport not registered on proper id

2011-01-03 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-3183. -- Resolution: Fixed Freeman already fixed this. > http-osgi transport not registered on proper id > -

[jira] Assigned: (CXF-2770) There is no way to specify autoRewriteSoapAddress from a spring context file.

2011-01-03 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp reassigned CXF-2770: Assignee: Daniel Kulp > There is no way to specify autoRewriteSoapAddress from a spring context file.

[jira] Resolved: (CXF-2770) There is no way to specify autoRewriteSoapAddress from a spring context file.

2011-01-03 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-2770. -- Resolution: Fixed Fix Version/s: 2.3.2 > There is no way to specify autoRewriteSoapAddress from a

[jira] Commented: (CXF-3226) Going to a JAX-RS resource that contains a space in the path returns a 404 response code

2011-01-03 Thread Jason Downey (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977116#action_12977116 ] Jason Downey commented on CXF-3226: --- If you want to match @Path("the%20%space"), per RFC398

[jira] Commented: (CXF-3216) Refactor http authentication to make it more flexible and simpler

2011-01-03 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977150#action_12977150 ] Christian Schneider commented on CXF-3216: -- Committed another change to move auth st

[jira] Created: (CXF-3228) SOAPMessage does not recognize SOAPMessage.WRITE_XML_DECLARATION

2011-01-03 Thread David Liu (JIRA)
SOAPMessage does not recognize SOAPMessage.WRITE_XML_DECLARATION Key: CXF-3228 URL: https://issues.apache.org/jira/browse/CXF-3228 Project: CXF Issue Type: Bug Compon