anonymous wrote : | It does, but only if you are using it inside of JBoss. This is an issue though if used in another Application Server - only workaround for me was to declare a Logger inside TreeCache.java. |
Actually, this works correctly: all constructors of TreeCache call super(), which invokes the MBeanSupport constructor which creates the log. I just tested this outside the JBoss container. So what exactly doesn't work for you ? Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842181#3842181 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842181 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
