not sure that is your answer. I open a connection and read line by line and parse it in my own code. I build a complete element for one thing then parse it with DOM I handle files that are gigabytes in size. Sax is already built into ofbiz. Note since I build a lot of import parsers, I have developed a set of workers so the actual import code is like 15-200 lines of code. I have looked at modifying the Datafile component to handle things like this but have not got anything yet.
========================= BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=52> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man Linkedin <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> rrhati2010 sent the following on 6/2/2010 12:26 AM: > Hi , > I am facing memory issue in ofbiz when I run it on JBOSS . Can we use Event > driven parser through out ofbiz code in place of dom parser ? If answer is > Yes then is there any supportive document which can guide us to implement > the same in our code? > Thanks > > ----- > RRH
