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

2014-03-24 Thread Claus Ibsen
ers@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 wrote: >> Using a JVM system property to specify woodstox as the Stax parser seems to >> result in a pushback from the server admin to d

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 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 this. Is there any way we

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

2014-03-22 Thread Claus Ibsen
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 prope

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

2014-03-21 Thread Nair, Madhu
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 javax.xml.stream.XMLInputFactory#newInstance() to get the factory, and that uses that system property to lookup the fa

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

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

2014-03-18 Thread Claus Ibsen
> From: 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://

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
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 just add it to the classpath i think http://woodstox.codehaus.org/ On Tue, Mar 18, 2014 at 3:21 PM, Nair, Madhu wrote: > Hi, > I see the following info me