> From: kkus [mailto:[EMAIL PROTECTED] 
> Subject: Re: Value can't be changed in bean extended from 
> AbstractControllerof Spring
> 
> But Java can handle hot-swapping for normal Java application
> automatically, so still can't understand why Tomcant can't work
> this way.

Your assumption is incorrect.  Java doesn't handle hot-swapping
automatically; the application (or the environment it's running in) must
make use of the redefineClasses() method of the
java.lang.instrument.Instrumentation interface.  JBoss has code to do
this (part of its AOP implementation), but Tomcat itself does not.
JVMTI agents available with Eclipse, NetBeans, etc., may be able to do
it, but I can't say I'm familiar with them.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to