Has anyone tried the CRS in Ceki's containers document for WebLogic? I've put that CRS class in a WebLogic startup class.
In my EJB.ejbCreate(), I have a statement like: Logger logger = Logger.getLogger(StateEJB.class); When ejbCreate() is called, I see the public LoggerRepository getLoggerRepository() { ClassLoader cl = Thread.currentThread().getContextClassLoader(); Hierarchy hierarchy = (Hierarchy) ht.get(cl); if(hierarchy == null) { hierarchy = new Hierarchy(new RootCategory((Level) Level.DEBUG)); ht.put(cl, hierarchy); } return hierarchy; } method getting called but I get a complaint from log4j saying there are no appenders could be found for that logger and yet I see that logger in my log4j.xml configuration file. It's like that logger could not be found in my repository? any ideas? ********************************************************************** This message, including any attachments, contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, please contact sender immediately by reply e-mail and destroy all copies. You are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. TIAA-CREF ********************************************************************** -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>