RE: Persist object fails

2014-03-09 Thread Trimech, Fethi
Thank you all for your answers. After querying for the jsessionid value it is found that we have a new value per request. And that seems to break the persist mechanism at the tomcat level. We will go for a solution to change this behavior. And check afterwards. Thank you all!

Re: Persist object fails

2014-03-07 Thread Bob Harner
I know of many cases of Tapestry 5.3.x web apps running on Java 1.7 and Tomcat in production. No problems, as long as the version of Tomcat chosen is Java 1.7-compatible. On Mar 6, 2014 5:28 PM, "Cezary Biernacki" wrote: > Tapestry uses Servlet API to persist data, so if they are not persisted, >

Re: Persist object fails

2014-03-06 Thread Cezary Biernacki
Tapestry uses Servlet API to persist data, so if they are not persisted, something wrong is with your Tomcat configuration. I would first check if JSESSIONID cookies are generated properly and they stay unchanged in a single session (or alternatively ';jsessionid=' is added to URLs). Then I would c