[jira] [Commented] (CXF-4378) Refactor HttpURLConnection out of JAX-RS AbstractClient.setResponseBuilder()

2012-06-13 Thread Chris Dolan (JIRA)
[ https://issues.apache.org/jira/browse/CXF-4378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294791#comment-13294791 ] Chris Dolan commented on CXF-4378: -- Daniel, perhaps but the setResponseBuilder method looks

[jira] [Created] (CXF-4378) Refactor HttpURLConnection out of JAX-RS AbstractClient.setResponseBuilder()

2012-06-13 Thread Chris Dolan (JIRA)
Chris Dolan created CXF-4378: Summary: Refactor HttpURLConnection out of JAX-RS AbstractClient.setResponseBuilder() Key: CXF-4378 URL: https://issues.apache.org/jira/browse/CXF-4378 Project: CXF

[jira] [Resolved] (CXF-4058) If CXF is last in Karaf feature list, endpoints aren't bound

2012-05-31 Thread Chris Dolan (JIRA)
[ https://issues.apache.org/jira/browse/CXF-4058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Dolan resolved CXF-4058. -- Resolution: Cannot Reproduce My code has changed enough that I no longer have a way to reproduce it (I do

[jira] [Commented] (CXF-4351) No JSON output under OSGi because cxf-rt-frontend-jaxrs is missing Import-Package for org.apache.cxf.jaxrs.provider.json

2012-05-31 Thread Chris Dolan (JIRA)
[ https://issues.apache.org/jira/browse/CXF-4351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286978#comment-13286978 ] Chris Dolan commented on CXF-4351: -- I'm willing to let this go with your Dynamic-Import sol

[jira] [Commented] (CXF-4351) No JSON output under OSGi because cxf-rt-frontend-jaxrs is missing Import-Package for org.apache.cxf.jaxrs.provider.json

2012-05-31 Thread Chris Dolan (JIRA)
[ https://issues.apache.org/jira/browse/CXF-4351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286912#comment-13286912 ] Chris Dolan commented on CXF-4351: -- Daniel: yes, today's 2.6.1-SNAPSHOT works. I tried it b

[jira] [Commented] (CXF-4351) No JSON output under OSGi because cxf-rt-frontend-jaxrs is missing Import-Package for org.apache.cxf.jaxrs.provider.json

2012-05-31 Thread Chris Dolan (JIRA)
[ https://issues.apache.org/jira/browse/CXF-4351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286903#comment-13286903 ] Chris Dolan commented on CXF-4351: -- Sergey: no, I don't use Require-Bundle anywhere. I hav

[jira] [Updated] (CXF-4351) No JSON output under OSGi because cxf-rt-frontend-jaxrs is missing Import-Package for org.apache.cxf.jaxrs.provider.json

2012-05-31 Thread Chris Dolan (JIRA)
[ https://issues.apache.org/jira/browse/CXF-4351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Dolan updated CXF-4351: - Attachment: CXF-4351.patch *untested* one-line patch to add json import to jaxrs manifest

[jira] [Commented] (CXF-4351) No JSON output under OSGi because cxf-rt-frontend-jaxrs is missing Import-Package for org.apache.cxf.jaxrs.provider.json

2012-05-30 Thread Chris Dolan (JIRA)
[ https://issues.apache.org/jira/browse/CXF-4351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286131#comment-13286131 ] Chris Dolan commented on CXF-4351: -- Workaround: simply add "new JSONProvider()" to my appli

[jira] [Created] (CXF-4351) No JSON output under OSGi because cxf-rt-frontend-jaxrs is missing Import-Package for org.apache.cxf.jaxrs.provider.json

2012-05-30 Thread Chris Dolan (JIRA)
Chris Dolan created CXF-4351: Summary: No JSON output under OSGi because cxf-rt-frontend-jaxrs is missing Import-Package for org.apache.cxf.jaxrs.provider.json Key: CXF-4351 URL: https://issues.apache.org/jira/browse/

[jira] [Commented] (CXF-4290) Allow user-specified classloader for JAXRSClientFactory

2012-05-21 Thread Chris Dolan (JIRA)
[ https://issues.apache.org/jira/browse/CXF-4290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13280268#comment-13280268 ] Chris Dolan commented on CXF-4290: -- OK, yes, now I've properly verified that 2.5.4-SNAPSHOT

[jira] [Commented] (CXF-4290) Allow user-specified classloader for JAXRSClientFactory

2012-05-18 Thread Chris Dolan (JIRA)
[ https://issues.apache.org/jira/browse/CXF-4290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13278920#comment-13278920 ] Chris Dolan commented on CXF-4290: -- Oops, no, I need more testing. My previous test was fla

[jira] [Commented] (CXF-4290) Allow user-specified classloader for JAXRSClientFactory

2012-05-18 Thread Chris Dolan (JIRA)
[ https://issues.apache.org/jira/browse/CXF-4290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13278914#comment-13278914 ] Chris Dolan commented on CXF-4290: -- I think it worked. I need to do a more detailed test, b

[jira] [Commented] (CXF-4290) Allow user-specified classloader for JAXRSClientFactory

2012-05-10 Thread Chris Dolan (JIRA)
[ https://issues.apache.org/jira/browse/CXF-4290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13272810#comment-13272810 ] Chris Dolan commented on CXF-4290: -- I read the diff and it looks good initially. I'll try t

[jira] [Commented] (CXF-4290) Allow user-specified classloader for JAXRSClientFactory

2012-05-08 Thread Chris Dolan (JIRA)
[ https://issues.apache.org/jira/browse/CXF-4290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13270983#comment-13270983 ] Chris Dolan commented on CXF-4290: -- Sergey: I started prototyping the classloader, but stop

[jira] [Created] (CXF-4290) Allow user-specified classloader for JAXRSClientFactory

2012-05-06 Thread Chris Dolan (JIRA)
Chris Dolan created CXF-4290: Summary: Allow user-specified classloader for JAXRSClientFactory Key: CXF-4290 URL: https://issues.apache.org/jira/browse/CXF-4290 Project: CXF Issue Type: Improveme

[jira] Created: (CXF-2640) WSDLToJavaContainer ignores CFG_SUPPRESS_GEN for outputdir creation

2010-01-30 Thread Chris Dolan (JIRA)
WSDLToJavaContainer ignores CFG_SUPPRESS_GEN for outputdir creation --- Key: CXF-2640 URL: https://issues.apache.org/jira/browse/CXF-2640 Project: CXF Issue Type: Bug