2008/5/9 Glen Mazza <[EMAIL PROTECTED]>: > Hello, > > For the Camel example here[1], does anyone know what the Maven pom.xml > file changes would be to switch from log4j to JavaSE logging? Log4J is > configured at lines 49-57 of [1].
I've not tried it but from the docs http://commons.apache.org/logging/commons-logging-1.1.1/guide.html it looks like just removing log4j from the pom will make commons-logging try and use the JDK 1.4 logging system -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://open.iona.com
