On 8/18/06, Frank Russo <[EMAIL PROTECTED]> wrote:
I think I understand how it works. I guess the issue is, that I have to make the spring objects transient, since I can't set them as serializable. I forget the error I get when they are serializable. Since they are transient, they are not dependency injected when the bean is deserialized on the next request.
That seems odd. I think you should re-explore why they aren't serializable. I can't see Spring arbitrarily making that a requirement. I'm pretty sure I had Spring beans implementing org.springframework.beans.factory.InitializingBean in my last project that I was serializing in JSF via SaveState.

