Anonymous | Login | Signup for a new account | 12-17-2024 08:42 PST |
Main | My View | View Issues | Change Log | Docs |
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 | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |