Re: Will saveState cause memory leak?

2007-02-07 Thread Dellee
Please ignore this as problem had been moved to users mailling list and answered in another thread. Sorry. Dellee wrote: Hi all, I am new to myFaces and I think a little bit confusing on the saveState option. When using the saveState, will it keep referencing the beans

Re: Will saveState cause memory leak?

2007-02-07 Thread Dellee
thanks a lot simon, In fact i got a memory leakage in the application. there will be a list of components stored in cache using the saveState. Do u think the app server *may* miss-handle those should be GC component trees? Simon Kitching-3 wrote: Dellee wrote: Hi all, I am new

Re: saveState will cause memory leak?

2007-02-07 Thread Dellee
if the cached list objects cannot be completely remove and GC in the next cycle. any idea on what's happening? Werner Punz-2 wrote: Dellee schrieb: Hi all, I am new to myFaces and I think a little bit confusing on the saveState option. When using the saveState, will it keep referencing