[jira] Updated: (CXF-2936) NullPointerException in ServerImpl combining JAX-RS and Simple Frontend

2010-08-11 Thread Dennis Kieselhorst (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Kieselhorst updated CXF-2936: Summary: NullPointerException in ServerImpl combining JAX-RS and Simple Frontend (was: NullP

[jira] Created: (CXF-2936) NullPointerException at

2010-08-11 Thread Dennis Kieselhorst (JIRA)
NullPointerException at Key: CXF-2936 URL: https://issues.apache.org/jira/browse/CXF-2936 Project: CXF Issue Type: Bug Components: JAX-RS Affects Versions: 2.2.9 Environment: Windows 7 64-Bit,

Re: Can't find the request for service's Observer

2010-08-11 Thread Daniel Kulp
You have: The createdFromAPI means at some point, you will be calling Endpoint.publish to publish it. Are you? If not, I would remove that and add an address attribute of something like "/myservice" or similar so CXF will publish it at startup. Dan On Tuesday 10 August 2010 7:48:10

[jira] Resolved: (CXF-2898) Support jetty version 7

2010-08-11 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-2898. -- Fix Version/s: 2.3 Resolution: Fixed > Support jetty version 7 > --- > >

[jira] Reopened: (CXF-2384) SOAPFaultExcption thrown instead of a WebServiceException

2010-08-11 Thread Niek Palm (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niek Palm reopened CXF-2384: I test the solution against 2.2.7 and 2.2.9, it seems still not fixed. I test the the solution by calling a not

[jira] Created: (CXF-2937) character encoding in cxf-codegen is wrong

2010-08-11 Thread Martin Goldhahn (JIRA)
character encoding in cxf-codegen is wrong -- Key: CXF-2937 URL: https://issues.apache.org/jira/browse/CXF-2937 Project: CXF Issue Type: Bug Components: Tooling Affects Versions: 2.2.9

[jira] Updated: (CXF-2937) character encoding in cxf-codegen is wrong

2010-08-11 Thread Martin Goldhahn (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Goldhahn updated CXF-2937: - Description: We develop on linux and Windows concurrently. Therefor we choose to use UTF-8 as sour

[jira] Resolved: (CXF-2919) NullPointerException at org.apache.cxf.staxutils.StaxUtils.writeNode(Node, XMLStreamWriter, boolean) when DOCTYPE is in a XML Schema

2010-08-11 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-2919. -- Assignee: Daniel Kulp Fix Version/s: 2.2.10 Resolution: Fixed Added a null guard > Null

[jira] Commented: (CXF-2384) SOAPFaultExcption thrown instead of a WebServiceException

2010-08-11 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897362#action_12897362 ] Daniel Kulp commented on CXF-2384: -- You'll probably need to provide a full test case. If

Re: Can't find the request for service's Observer

2010-08-11 Thread Daniel Kulp
On Wednesday 11 August 2010 9:14:07 am Amit Rathi wrote: > Hi Dan, > > I did the same & it's working fine now. I am able to see the WSDL in the > browser. The generated WSDL shows the complete content of > referred(imported) xsd's. Just one clarification, is there any > configuration by which gene

[jira] Commented: (CXF-2936) NullPointerException in ServerImpl combining JAX-RS and Simple Frontend

2010-08-11 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897549#action_12897549 ] Daniel Kulp commented on CXF-2936: -- Can you create a sample for this? The above is reall

[jira] Resolved: (CXF-2933) Can't find the request for service's Observer

2010-08-11 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-2933. -- Fix Version/s: Invalid Resolution: Invalid Config issue as mentioned on the user list. > Can't f

[jira] Resolved: (CXF-2849) Update to jaxws2.2 API

2010-08-11 Thread Daniel Kulp (JIRA)
[ https://issues.apache.org/jira/browse/CXF-2849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-2849. -- Fix Version/s: 2.3 (was: 2.2.10) Resolution: Fixed trunk is passing the tc