2010/2/19 Scott Ferguson <[email protected]> > smallufo wrote: > > Second is NotSerializableException: java.nio.HeapCharBuffer (thrown by > > wicket 1.4.6) > > > > > > Caused by: java.io.NotSerializableException: java.nio.HeapCharBuffer > > at > > java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1156) > > at > > > java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509) > This looks like a missing transient field somewhere. java.io > serialization isn't very helpful with tracking that down, though, so I > can't suggest anything beyond that. >
So , is this the problem of Wicket or Resin or JDK (1.6.0_18) ?
_______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
