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!



Persist object fails

2014-03-05 Thread Trimech, Fethi
Hi Tapestry users,



We are currently migrating our tapestry application to a new server using java 
1.7. the application was running smoothly until this migration where most the 
features in the application broke down. After analysis we found out that all 
objects annotated with @Persist and @SessionState are no longer persisted.



btw:

same Tomcat version

same OS

using tapetsry 5.3.6 and related jars.

(gave a try to 5.3.7 but also failed)



does it have todo with the java version or something else? any hint would be of 
great help!



Thanks!