RE: RE: Concurrent requests and Orchestra

2009-08-21 Thread Vojtech Zavrel
Thank you for the quick answer, this is the information I wanted to know. It is well described in JavaDoc http://myfaces.apache.org/orchestra/myfaces-orchestra-core/apidocs/org/apache/myfaces/orchestra/CoreConfig.html#SERIALIZE_REQUESTS, but I didn't find this information on the project web page.

Tomahawk selectOneCountry

2009-08-21 Thread GOVAERS Erik
Hi everyone, This issue was already posted a few years ago, but I could not find an appropriate answer. I’m using t:selectOneCountry to display a list of countries in my native language (Dutch). The locale is set in my faces config.xml and the proper resource bundle is loaded. Still I'm

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