Hi, I recently encounter an exception in a servlet that run as standalone in Tomcat. The tomcat log did not give much help as far as what was going on. After two days of digging and help from [EMAIL PROTECTED] It turns out that the Logger object from log4j package is not serializable that cause exception when a method returns an object that contains the Logger object. My question is that should Jboss complain about this un-serialiable object before it returns object. If an exception was thrown and log at the Jboss server.log file then I may be able to find out the problem in one hour instant of two days. Any comment?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839881#3839881 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839881 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
