see SpringWebApplcation, it has methods to create same proxies @SpringBean does.

-igor


On Jan 22, 2008 8:27 PM, Joshua Jackson <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I have take a loot at this. But is there any solution to fix this
> without using @SpringBean since I am still on JDK1.4.
>
> Thanks in advance
>
> On Dec 17, 2007 7:50 PM, Evan Chooly <[EMAIL PROTECTED]> wrote:
> > it's the ApplicationContextFacade that can't be serialized.  you'll need to
> > mark this field as transient most likely.  Now, if this is, as I suspect, a
> > spring class for getting your dependencies, you'll have to refetch/recreate
> > this context after deserialization.  But  if you're using spring you  should
> > really look at wicket-spring and use @SpringBean to get your deps handed to
> > you.
>
>
> --
> It's not going to be like this forever
>
>
> Blog: http://joshuajava.wordpress.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to