Re: [Java SDO] getEncoding() during load() - issues + TUSCANY-1545

2008-02-04 Thread Amita Vadhavkar
Looks like there are 2 issues 1] with InputSource(reader) in JDK5 - ignores pre-existing encoding and sets it to ASCII 2] with null encoding (done by XMLDocument.setEncoding(null))in EMF - give NPE during save at org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.save(XMLSaveImpl.java:242) Not sure about

[Java SDO] getEncoding() during load() - issues + TUSCANY-1545

2008-01-25 Thread Amita Vadhavkar
I am making this a separate thread and referring it in http://www.mail-archive.com/[EMAIL PROTECTED]/msg02447.html as this can be my local setup issue and so don't want to mix with the release thread. 0] I checked that the EMF version in my classpath is 2.2.3. 1]Eclipse 3.2.1