Re: Session Persistence (Database)
Re: Session Persistence (Database)
- Subject: Re: Session Persistence (Database)
- From: Mike Schrag <email@hidden>
- Date: Sun, 05 Jun 2011 11:40:26 -0400
> java.io.NotSerializableException: er.extensions.eof.ERXEC$2
to more directly answer this question, whatever the second inner class inside ERXEC is is the thing that's bitching here ... probably easier to just jad ERXEC$2 to see what it is than to try to determine it with source. so if you ARE going to pursue this, you're going to probably be spending a lot of quality time in Wonder making things serializable that don't think about that right now. you probably also want to go through and properly add serialization ids and write custom write/read objects.
ms _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden