Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001823 [Resin] major always 06-25-07 03:13 07-26-07 17:17
Reporter jkriesten View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 3.1.1
Summary 0001823: createXMLStreamReader throws NullPointerException on charsetName
Description trying to use caucho's createXMLStreamReader with cxf (http://incubator.apache.org/cxf/) [^] results in a npe on charsetName (see additional information).

changing to another implementation

    <system-property javax.xml.stream.XMLInputFactory="com.ctc.wstx.stax.WstxInputFactory" />
    <system-property javax.xml.stream.XMLOutputFactory="com.ctc.wstx.stax.WstxOutputFactory" />
    <system-property javax.xml.stream.XMLEventFactory="com.ctc.wstx.stax.WstxEventFactory" />

solves it.

Additional Information [11:51:40.963] Creating Service {http://silberlicht.de/ConfigService}IConfigServiceService [^] from class de.silberlicht.services.config
.IConfigService
[11:51:41.427] Interceptor has thrown exception, unwinding now
[11:51:41.427] java.lang.NullPointerException: charsetName
[11:51:41.427] at java.io.InputStreamReader.<init>(InputStreamReader.java:82)
[11:51:41.427] at com.caucho.xml.stream.XMLInputFactoryImpl.createXMLStreamReader(XMLInputFactoryImpl.java:149)
[11:51:41.427] at org.apache.cxf.interceptor.StaxInInterceptor.handleMessage(StaxInInterceptor.java:67)
Attached Files

- Relationships

- Notes
(0002150)
ferg
07-26-07 17:17

xml/300x
 

- Issue History
Date Modified Username Field Change
06-25-07 03:13 jkriesten New Issue
07-26-07 17:17 ferg Note Added: 0002150
07-26-07 17:17 ferg Assigned To  => ferg
07-26-07 17:17 ferg Status new => closed
07-26-07 17:17 ferg Resolution open => fixed
07-26-07 17:17 ferg Fixed in Version  => 3.1.3


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker