Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1823 | major | always | 06-25-07 03:13 | 07-26-07 17:17 | |
|
|||||
Reporter: | jkriesten | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.1 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.3 | ||
|
|||||
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. |
||||
Steps To Reproduce: | |||||
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) |
||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|