We are using Beehive page flow controllers which are being injected with
services. Since we rely on session replication the page flow controllers
will eventually be serialized. Two problems arise:
1) Since the injected services can not be serializable themselves, they are
marked as transient fields, that naturally tend to be null after
deserialization. How do I re-inject dependencies after deserialization?
(See issue #172 for this issue).
2) Any method interceptors bound to objects being serialized will cause the
serialization to fail with a NotSerializableException:
InterceptorStackCallback. This is the main issue of this ticket.
Original issue reported on code.google.com by phjar...@gmail.com on 20 Dec 2007 at 10:49
Original issue reported on code.google.com by
phjar...@gmail.com
on 20 Dec 2007 at 10:49