Hi,

i have a new problem :D

I got 4 routes reading 4 different files (every route one file) via the
"file:". The files are XMLs and
got split with xtokenize like:

from("file:...").split().xtokenize("//WI",
"i").streaming().process().to("seda:...");

The problem is that my application hangs after a few splits and do not
progress anymore.
If i remove xtokenize and put in a simple tokenizeXML("WI",
"CENWI").streaming() it works perfect.

Because xtokenize needs a stream parser i use Woodstox 5.0.2 and Spring
2.17.0.

Did i miss any thing? Is the Woodstox parser not threadsafe or anything?

Best regards,

Hubertus




--
View this message in context: 
http://camel.465427.n5.nabble.com/xtokenize-Application-hangs-tp5783495.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to