Anonymous | Login | Signup for a new account | 12-17-2024 11:37 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0000284 | [Resin] | minor | always | 06-24-05 00:00 | 12-06-05 10:27 | ||||
Reporter | user266 | View Status | public | ||||||
Assigned To | |||||||||
Priority | normal | Resolution | fixed | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 3.0.16 | Product Version | 2.1.x | ||||
Product Build | 2.1.x | ||||||||
Summary | 0000284: problem fro "Properties.loadFromXML(InputStream)" under 2.1.16 resin | ||||||||
Description |
RSN-323 i use the properties.loadFromXML(InputStream) can load the XML document to a properties(Properties class), bug i use this under resin 2.1.x is error.(null exception) i think because resin overloading JDK parse XML Class. please try it. my english so pool.sorry. code: --------------------------------------- //use storeToXML() save a XML file,and run ...: <% Properties _props=new Properties(); FileInputStream fis = new FileInputStream("/data/resin_vhost/foolfish/testclass/rhyme.xml"); _props.loadFromXML(fis); _props.list(System.out); %> |
||||||||
Steps To Reproduce | |||||||||
Additional Information |
any system jdk1.5.0.00-jdk1.5.0.03 |
||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
33 total queries executed. 26 unique queries executed. |