Annotations are compiled into the classs they appear in, so in order to get them to reset Tomcat (or rather the classloaders) would have to be able to reload a class.
I'm using Eclipse and the Tomcat plugin, which automatically reloads a context when classes change (it's possible that this is just the plugin directing Tomcat to do this, so might be available by configuring your Tomcat context). Doesn't always work, but picks up most (code) changes most of the time. -----Original Message----- From: Tomáš Drenčák [mailto:[EMAIL PROTECTED] Sent: 15 September 2005 06:41 To: Tapestry users Subject: Re: Reset service When I change something in .page, .jwc or .html file I have to run reset service to see changes. The same I'd like to do with annotations in classes, because they contain bindings... 2005/9/14, Kent Tong <[EMAIL PROTECTED]>: > Tomáš Drenčák <tomas.drencak <at> gmail.com> writes: > > > > > Hello, > > how can I reset component bindings defined in annotation? It seems > > that reset service does not affect component annotations. > > You can't. What would you want to do that? > > -- > Author of an e-Book for learning Tapestry > (http://www.agileskills2.org/EWDT) > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
