Reinhard Poetz wrote:

From: Johann Romefort



Hi,

I would like to know if there is some way to enable class reloading for import called from the FlowScript, without restarting Tomcat?



I think this has nothing to do with FlowScript or not - you have to setup your servlet container in a way that it supports (e.g. for Tomcat: set the reloadable attribute to 'true').



I sometimes had some weird problems with the reloadable flag, as it doesn't clean Session attributes, which leads to ClassCastExceptions when newly reloaded classes got them. At least that was the case with the version I used when I decided to not use this feature ;-)


Sylvain

--
Sylvain Wallez                                  Anyware Technologies
http://www.apache.org/~sylvain           http://www.anyware-tech.com
{ XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects }
Orixo, the opensource XML business alliance  -  http://www.orixo.com




Reply via email to