What happens to objects which are stored in data structures after a reload
if the no. or position of fields change?


I ask as I had an experience on Tomcat 3.x with a dynamic reload of a
servlet where an object saved to the ServletContext was still there, even
after the classes signature changed.

That's one reason I dont use dynamic reloading any more; just restart the
whole web app.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to