Re: Load testing JSF application

2009-08-28 Thread Kito Mann
Hello Shasi, How are things going now? --- Kito D. Mann -- Author, JavaServer Faces in Action http://twitter.com/kito99 http://twitter.com/jsfcentral JSF 2 Seminar Oct 6tth: http://www.regonline.com/jsf2seminar JSF Summit Conference Dec 1st-4th in Orlando: http://www.jsfsummit.com

Load testing JSF application

2009-08-21 Thread Shasi Mitra Yarram
Hi, We are having a peculiar behavior when we performed load testing on our JSF application deployed in websphere server. It is throwing an error as it is unable to serialize the view state of Ajax4jsf. I looked into the code of Ajax4jsf jars, none of the programs are serializable.

Re: Load testing JSF application

2009-08-21 Thread Matthias Wessendorf
Are you sure that you extract thejavax.faces.ViewStat field out of the markup? There are some posts here and on dev@ and on the wiki on how to do that with JMeter -Matthias Sent from my iPod. On 21.08.2009, at 20:28, Shasi Mitra Yarram shasimi...@yahoo.com wrote: Hi, We are having a