Hello,

would you mind providing us some more information? 

First, please try upgrading to the latest Castor (1.3.1) and Java versions. You 
should use the XMLContext to bootstrap Castor [1].
If you think that you hit a bug which is reproducible (also on other machines), 
I'd like to see

1. any Exception thrown by Castor when "the JVM" crashes or a JVM crashlog.
2. your system configuration (OS, Java version + JVM used).
3. a simple test case including sample instances for which the bug occurs.

Regards,
Lukas

[1] http://www.castor.org/reference/html-single/index.html#d0e2875

Am 23.02.2010 um 16:31 schrieb scsarangi:

> 
> 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
> 
> 


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to