The problem with using the AspectJ-injected references occurs when you pass your reference to another class (such as a model, for instance). That class may not be instrumented via AspectJ to handle the serialization/deserialization properly for that reference. So, it will fail.
On Thu, Jul 29, 2010 at 4:14 PM, Erik Brakkee <[email protected]> wrote: > On Thu, Jul 29, 2010 at 9:54 PM, Erik Brakkee <[email protected]>wrote: > >> Is there also a callback in wicket to listen for component serialization >> and deserialization? >> > > Googling for this it also seems possible to use an aspectj pointcut to do > injection at deserialization. > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
