Re: Transforming large XML files

2010-05-04 Thread Willem Jiang
Hi Ralf, Can you create a JIRA and submit your simple test case with it? I will try to dig this issue when I get time :) Willem Ralf Petersilka wrote: Hi, I tried the output option with Camel 2.3. I still get the OutOfMemoryError. The route now looks like: from(file:/c:/in/largefiles?file

Re: Transforming large XML files

2010-05-04 Thread Ralf Petersilka
.xslt").bean(MyBusinessService.class) >> >> Within the MyBusinessService the XML file is deserialised and the content >> is >> processed. >> >> Is there a workaround for this? I thought about providing a file option. >> But >> this would require to

Re: Transforming large XML files

2010-05-04 Thread Claus Ibsen
le is deserialised and the content >>> is >>> processed. >>> >>> Is there a workaround for this? I thought about providing a file option. >>> But >>> this would require to create a temporary file whenever the route is >>> executed. >>> &

Re: Transforming large XML files

2010-05-04 Thread Willem Jiang
Hi, You can find Apache snapshot here[1] [1]https://repository.apache.org/content/groups/snapshots-group Willem Ralf Petersilka wrote: Hi Willem, thanks for the reply. We are using maven and our configured repositories do not include the 2.3.0 snapshot. (It took us quite some time to put the

Re: Transforming large XML files

2010-05-04 Thread Ralf Petersilka
d and the content >> is >> processed. >> >> Is there a workaround for this? I thought about providing a file option. >> But >> this would require to create a temporary file whenever the route is >> executed. >> >> >> Thanks Ralf > > > -- View this message in context: http://old.nabble.com/Transforming-large-XML-files-tp28446731p28447275.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Transforming large XML files

2010-05-04 Thread Willem Jiang
Hi, Can you try out the latest Camel 2.3-SNAPSHOT? There is output option which can specify the output type that xslt component endpoint. You can find more information here[1] [1] http://camel.apache.org/xslt.html Willem Ralf Petersilka wrote: Hi, we receive large XML messages (several te

Transforming large XML files

2010-05-04 Thread Ralf Petersilka
ire to create a temporary file whenever the route is executed. Thanks Ralf -- View this message in context: http://old.nabble.com/Transforming-large-XML-files-tp28446731p28446731.html Sent from the Camel - Users mailing list archive at Nabble.com.