Isn't is obvious? Why do you expect it to become "value2"?

What are you changing? Are you changing the source code for the class?
I do not expect hot-swapping of compiled classes to be available here.
 If it is the same class instance, it will still be "value".  Restart
your webapp, or reload your spring context, and it will be "value2"

> Then I change String urlReq = "value2" and fire http
> request again. When breakpoint is reached again this time urlReq still
> equals to "value" rather than "value2".

---------------------------------------------------------------------
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