code review request : 7099658 : Properties.loadFromXML fails with ClassCastException

2011-10-24 Thread Seán Coffey
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7099658 Simple fix where loadFromXML method should call into the standard API and use the getDocumentElement() call to obtain the properties Element. http://cr.openjdk.java.net/~coffeys/webrev.7099658/ regards, Sean.

Re: code review request : 7099658 : Properties.loadFromXML fails with ClassCastException

2011-10-24 Thread Alan Bateman
On 24/10/2011 18:27, Seán Coffey wrote: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7099658 Simple fix where loadFromXML method should call into the standard API and use the getDocumentElement() call to obtain the properties Element. http://cr.openjdk.java.net/~coffeys/webrev.7099658/

Re: code review request : 7099658 : Properties.loadFromXML fails with ClassCastException

2011-10-24 Thread Mandy Chung
On 10/24/11 10:27 AM, Seán Coffey wrote: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7099658 Simple fix where loadFromXML method should call into the standard API and use the getDocumentElement() call to obtain the properties Element. http://cr.openjdk.java.net/~coffeys/webrev.7099658/