On Thu, Mar 5, 2009 at 6:42 PM, Bruce Snyder <bruce.sny...@gmail.com> wrote:
> On Thu, Mar 5, 2009 at 9:59 AM, Claus Ibsen <claus.ib...@gmail.com> wrote:
>
>> If it is possible then I have fixed that in 1.6.1-SNAPSHOT or
>> 2.0-SNAPSHOT by disabling DOT by default.
>
> Looks like it hasn't been deployed yet, so I'm having to build it locally.
>
>> btw the parameter for camel:run is dotEnabled, where as its useDot for
>> camel:dot. I have aligned these names to useDot in 1.6.1 onwards.
>
> I tried the dotEnabled config and got this error:
>
> Error configuring: org.apache.camel:camel-maven-plugin. Reason: ERROR:
> Cannot override read-only parameter: dotEnabled in goal: camel:run
Yeah that is a bommer with the @readonly. This is also fixed.

>
>
>
>> Is this entire DEBUG logging or only for CXF? Camel uses commons logging.
>
> This is only using Camel. I'm not using CXF.
>
>> BTW: Beware there re some commons logging .jars with no log4j
>> factories so if you grab one of the wrong ones it cannot log using
>> log4j.
>> Inside the .jar there should be a log4j class somewhere.
>
> The project is using commons-logging-1.1 from the transitive
> dependency via camel-core.
>
>> What about the examples that ships with Camel can you see debug
>> logging there? They use log4j and there is a log4j properties in
>> src/main/resources to tamper with.
>
> That's the weird thing - I can see all debug level logging with the
> Camel examples.
Can you try
   mvn dependency:list
to see if it got log4j in there.

Maybe compare it with the example that worked.


>
> Bruce
> --
> perl -e 'print 
> unpack("u30","D0G)u8...@4vyy9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
> );'
>
> Apache ActiveMQ - http://activemq.apache.org/
> Apache Camel - http://camel.apache.org/
> Apache ServiceMix - http://servicemix.apache.org/
>
> Blog: http://bruceblog.org/
>



-- 
Claus Ibsen
Apache Camel Committer

Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/

Reply via email to