Hi, 

When looking into the JaxbDataFormat I saw that the Schema is parsed for
every method call, which dosn't make sense, since the Schema is threadsafe
(see it's javadoc)
I extended the JaxbDataFormat to cache the Schema and now the parsing is
done about 5-6 times faster.
I also made an jira issue: https://issues.apache.org/jira/browse/CAMEL-7350
If you would prefer a patch file instead of my extended class just let me
know 

Regards,

Sebastian



--
View this message in context: 
http://camel.465427.n5.nabble.com/JaxbDataFormat-should-not-parse-the-Schema-over-and-over-again-tp5749890.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to