Hi, This is most probably caused by a recent change in the default value for the JSP "development" mode flag: Previously the default value was "true", that is on each access to a JSP script, the last modification time has been checked. Now, the default value is false and hence the last modification time of the script is only checked every 4 seconds (by default).
Now, our integration tests replace JSP scripts but since the replacement and call happens within 4 seconds before the last call, the old contents is still used and hence the tests fail. I am currently investigating what to do. Regards Felix Apache Hudson Server schrieb: > See > http://hudson.zones.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.launchpad.testing/157/ > > >