The references that are injected are supposed to be serializable per the spec I believe. There is the concept of a 'client proxy" or something like that in the spec that is supposed to be serializable. Anyway, you are welcome to use anything that is useful to you. I haven't worked on it in a while.
On Jul 10, 2010 7:43 AM, "Harald Wellmann" <[email protected]> wrote: Thanks, I'd seen that before. This code handles CDI injection in Wicket components (which was not the problem as such) and the conversation scope (which I haven't used so far) but as far as I can see it does not address any serialization issues with the injected references. Regards, Harald ________________________________________ Von: [email protected] [[email protected]] im Auftrag von James Carman [[email protected]] Gesendet: Samstag, 10. Juli 2010 12:35 An: [email protected]; [email protected] Betreff: Re: Serialization of injected EJBs Here's some work I did. See if it works for you: http://svn.carmanconsulting.com/public/wicket-cdi... --------------------------------------------------------------------- To unsubscribe, e-mail: users-...
