[jboss-user] [JBoss Seam] - Re: Logger in page-scoped component, NPE in post-back.

gavin.king@jboss.com do-not-reply at jboss.com
Mon Nov 13 13:04:17 EST 2006


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



More information about the jboss-user mailing list