For JBoss project it has "automatic publishing" checked, I guess that is why it can hot-swapping properly without restart/redeployment. Thank you for your pointing!
For Tomcat project I start Tomcat from its bootstrap class, so it will be treated as a normal Java application rather than a server application. So there is no automatic publish for Tomcat (maybe that is reason I can't see changed value?). But Java can handle hot-swapping for normal Java application automatically, so still can't understand why Tomcant can't work this way. Konstantin Kolinko wrote: > > Do you have "Serve modules without publishing" option in Eclipse > configuration for the server turned on or off? > > (Double click the server on the servers view to open the configuration > dialog). > > > 2007/12/8, kkus <[EMAIL PROTECTED]>: >> >> In my another project (JBoss+Spring+Hibernate), I see my changes take >> effect >> immediately in Eclipse IDE Debug without restart/redeployment. >>... >> >> This project is Tomcat+Spring+Hibernate. >> > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Value-can%27t-be-changed-in-bean-extended-from-AbstractController-of-Spring-tf4944277.html#a14221831 Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]