Rickard Oberg wrote:
 
> What we should do, really, is serialize the entire bean and do some nifty
> object replacement on deserialization.

Ok, I've done this (in CVS).  I had to 
- use a dummy object to store instead of non-serializable fields
(UserTransaction and SessionContext).  not really pretty but it works.

- use the application classloader to resolve classes in
SessionObjectInputStream.  I am not sure it is the right way to do it
though...

Sebastien

Reply via email to