RE: Seeing Info message all over log file related to Woodstox

2014-03-24 Thread Nair, Madhu
@camel.apache.org Subject: Re: Seeing Info message all over log file related to Woodstox On Fri, Mar 21, 2014 at 8:34 PM, Nair, Madhu nair.ma...@aoins.com wrote: Using a JVM system property to specify woodstox as the Stax parser seems to result in a pushback from the server admin to do

Re: Seeing Info message all over log file related to Woodstox

2014-03-24 Thread Claus Ibsen
- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Saturday, March 22, 2014 3:06 AM To: users@camel.apache.org Subject: Re: Seeing Info message all over log file related to Woodstox On Fri, Mar 21, 2014 at 8:34 PM, Nair, Madhu nair.ma...@aoins.com wrote: Using a JVM system property

Re: Seeing Info message all over log file related to Woodstox

2014-03-22 Thread Claus Ibsen
To: users@camel.apache.org Subject: Re: Seeing Info message all over log file related to Woodstox Hi Yeah Camel uses javax.xml.stream.XMLInputFactory#newInstance() to get the factory, and that uses that system property to lookup the factory. So you can switch to use woodstock then. Though

RE: Seeing Info message all over log file related to Woodstox

2014-03-21 Thread Nair, Madhu
[mailto:claus.ib...@gmail.com] Sent: Tuesday, March 18, 2014 12:01 PM To: users@camel.apache.org Subject: Re: Seeing Info message all over log file related to Woodstox Hi Yeah Camel uses javax.xml.stream.XMLInputFactory#newInstance() to get the factory, and that uses that system property to lookup the factory

Seeing Info message all over log file related to Woodstox

2014-03-18 Thread Nair, Madhu
Hi, I see the following info message all over the log file and it occurs only in one environment and not in the other. I am assuming it occurs in one environment because of the randomness with which the server loads the jar files. The message is:- 2014-03-06 22:23:47,401 | INFO |

RE: Seeing Info message all over log file related to Woodstox

2014-03-18 Thread Nair, Madhu
[mailto:claus.ib...@gmail.com] Sent: Tuesday, March 18, 2014 11:38 AM To: users@camel.apache.org Subject: Re: Seeing Info message all over log file related to Woodstox Hi Yeah we should tone this down, so the INFO logging only happen once https://issues.apache.org/jira/browse/CAMEL-7309 To use woodstock you

Re: Seeing Info message all over log file related to Woodstox

2014-03-18 Thread Claus Ibsen
[mailto:claus.ib...@gmail.com] Sent: Tuesday, March 18, 2014 11:38 AM To: users@camel.apache.org Subject: Re: Seeing Info message all over log file related to Woodstox Hi Yeah we should tone this down, so the INFO logging only happen once https://issues.apache.org/jira/browse/CAMEL-7309 To use

RE: Seeing Info message all over log file related to Woodstox

2014-03-18 Thread Nair, Madhu
Thanks for the quick response. Will take a look. -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Tuesday, March 18, 2014 12:01 PM To: users@camel.apache.org Subject: Re: Seeing Info message all over log file related to Woodstox Hi Yeah Camel uses