Some 35 XML files are created by my binary for caster unmarshal. I have below code segment which is working fine if XML file size is less(around 15).
//---- Mapping myMap = new Mapping(); myMap.loadMapping(mappingFileName);//mapping file set Unmarshaller u = new Unmarshaller(myMap); Some_Obj = (Some_Obj) u.unmarshal(new InputSource(new FileReader(filePath)));//file path given //-------- After u.unmarshal() execution the JVM is crashed. I am using caster version 1.2 -- View this message in context: http://old.nabble.com/Unmarshaller.unmarshal%28%29-is-not-working-in-case-of-more-number-of-xml-files-tp27705114p27705114.html Sent from the Castor - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

