LogImpl has the following method:

   void readObject(ObjectInputStream ois) 
  |          throws ClassNotFoundException, IOException
  |    {
  |       ois.defaultReadObject();
  |       log = LogFactory.getLog(category);
  |    }

Are you trying to tell me that Java serialization is broken?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985556#3985556

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985556
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to