On Wed, Mar 18, 2009 at 10:00 AM, Hugues Narjoux <huguesnarj...@gmail.com> wrote: > Hi, > I am using Tapestry 5.0.18 and I read a lot about tapestry being able to > reload classes without a restart. See: > http://tapestry.apache.org/tapestry5/guide/reload.html > > But when I run my webapp in eclipse with WTP tools, and whenever I make a > change to one of my page class, eclipse is always complaining that he didn't > succedd in reloading the class and the modification is not taken into > account. > > Am I doing something wrong ? Is this an eclipse problem ?
Just ignore the message. Eclipse doesn't know about Tapestry's live class reloading, while the regular Java debugger one just handles changes inside method bodies, not changes in class structure. -- Thiago --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org