Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
284 | minor | always | 06-24-05 00:00 | 12-06-05 10:27 | |
|
|||||
Reporter: | user266 | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 2.1.x | ||
Product Build: | 2.1.x | Resolution: | fixed | ||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.16 | ||
|
|||||
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 |
||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|