Hello,
I am getting too many open file error in my server after marshaling some java objects.

My marshaller code :
mapping.loadMapping("person.xml");
               document = builder.newDocument();
               Marshaller marshaller = new Marshaller(document);
               marshaller.setSuppressXSIType(true);
               marshaller.setMapping(mapping);
               marshaller.marshal(entity);


I can think of issue because mapping file is not getting closed properly. Is there anyway, I can close mapping file?

Your input/suggestion would be appreciated.

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

   http://xircles.codehaus.org/manage_email

Reply via email to