http://nagoya.apache.org/bugzilla/show_bug.cgi?id=904
*** shadow/904 Thu Mar 8 09:38:29 2001 --- shadow/904.tmp.27780 Mon Mar 12 03:48:04 2001 *************** *** 5,11 **** | Status: NEW Version: 1.2 | | Resolution: Platform: All | | Severity: Normal OS/Version: All | ! | Priority: Component: Core | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | --- 5,11 ---- | Status: NEW Version: 1.2 | | Resolution: Platform: All | | Severity: Normal OS/Version: All | ! | Priority: High Component: Core | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | *************** *** 31,34 **** 207c207 < String value = (String) systemP.get(name); --- ! > String value = systemP.get(name).toString(); --- 31,41 ---- 207c207 < String value = (String) systemP.get(name); --- ! > String value = systemP.get(name).toString(); ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-03-12 03:48 ------- ! Peter, could you please explain this a little more? ! ! System.getProperties returns a Properties instance, which by definition contains ! keys and values of type String - nothing else. How would you insert Objects into ! the system properties? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
