RE: Log4j and Java7/JDBC4.1's CommonDataSource.getParentLogger()

2012-01-12 Thread Douglas E Wegscheid
ool.com] > Sent: Thursday, January 12, 2012 6:51 AM > To: Log4J Users List > Cc: log4j-user@logging.apache.org > Subject: Re: Log4j and Java7/JDBC4.1's CommonDataSource.getParentLogger() > > I have hit the same situation with software that requires use of > Apahce co

RE: Log4j and Java7/JDBC4.1's CommonDataSource.getParentLogger()

2012-01-12 Thread BRUNO MELLONI
012 6:51 AM To: Log4J Users List Cc: log4j-user@logging.apache.org Subject: Re: Log4j and Java7/JDBC4.1's CommonDataSource.getParentLogger() I have hit the same situation with software that requires use of Apahce commons logging, I use slf4j (and have it feed log4j); it has adapters to l

Re: Log4j and Java7/JDBC4.1's CommonDataSource.getParentLogger()

2012-01-12 Thread Douglas E Wegscheid
INEER (269) 923-5278 // douglas_e_wegsch...@whirlpool.com "A wrong note played hesitatingly is a wrong note. A wrong note played with conviction is interpretation." BRUNO MELLONI 01/11/2012 05:56 PM Please respond to "Log4J Users List" To "log4j-user@logging.apach

Log4j and Java7/JDBC4.1's CommonDataSource.getParentLogger()

2012-01-11 Thread BRUNO MELLONI
Just upgraded from Java 6 to Java 7 and got a nasty surprise. I have a class that extends from JDBC's AbstractDataSource. Java 7/JDBC4.1 requires implementing the abstract method getParentLogger() from CommonDataSource. The method returns a java.util.logging.Logger, but I use log4j. I imagi