Re: Anyone using t:saveState on beans with Spring objects injected

2006-08-18 Thread Mike Kienenberger
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 depende

RE: Anyone using t:saveState on beans with Spring objects injected

2006-08-18 Thread Frank Russo
[mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2006 2:38 PM To: MyFaces Discussion Subject: Re: Anyone using t:saveState on beans with Spring objects injected Hi Frank, I don't know how much of this you already know, but here goes. t:saveState is pointed at one value on the "

Re: Anyone using t:saveState on beans with Spring objects injected

2006-08-18 Thread Dennis Byrne
ests using java serialization, which has nothing to do w/ the Spring DI engine. Why do you get startup errors? Dennis Byrne >-Original Message- >From: Frank Russo [mailto:[EMAIL PROTECTED] >Sent: Friday, August 18, 2006 02:00 PM >To: 'MyFaces Discussion' >Subject

Anyone using t:saveState on beans with Spring objects injected

2006-08-18 Thread Frank Russo
I having issue using t:saveState on beans with spring classes. If I implement Serializable on my Spring classes I get startup errors, so I had to set the spring objects as transient in my beans. On a new request, though, the spring classes are null, so they are not getting injected the secon