5 Replies Latest reply on Mar 4, 2010 10:46 AM by kabirkhan

    logging 2.2.0.CR1 and OnDemandDependencyUninstallTestCase

      I upgraded to logging 2.2.0.CR1 since I was getting some strange dependency/classpath issues

      due to a bizarre circular dependency in logging 2.1.0.GA.

       

      logging-log4j -> jboss-cl -> jboss-dependency -> logging-log4j

       

      However, this release has removed the

      public Logger(String) constructor

      which was used by this test:

      http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/kernel/trunk/dependency/src/test/java/org/jboss/test/dependency/controller/test/OnDemandDependencyUninstallTestCase.java?revision=100254&view=markup

       

      Its a bit of a bizarre test to me (playing about a private logger to see if something gets logged), why not just attach an appender?

      I've removed the test for now. If you think it is an important test, I'll let you figure out how to recreate it using public api. ;-)