are you using wicket-guice? or just the guice' raw injection?

-igor


On 8/23/07, Jan Kriesten <[EMAIL PROTECTED]> wrote:
>
>
> hi igor,
>
> > public mypanel extends panel {
> > @SpringBean private Service service;
>
> actually, if i use guice-injection
>
> @Inject private ContentManager cm;
>
> where ContentManager isn't serializable, i get tons of exceptions
> regarding 'not
> serializable.
>
> so, to me it seems that the proxy-stuff not always applies.
>
> i wouldn't have asked if i hadn't had any trouble with this.
>
> regards, --- jan.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to