Yes tomcat needs most (all?) of your project's dependencies on it's classpath.
I recently switched to run-jetty-run and it's been a bit of a revelation. No messy classpath issues and live class reloading which a) really speeds up dev time (changes to .tml and .java are near instant) and b) also means your session doesn't keep getting trashed every time tomcat restarts to effect a change. -----Original Message----- From: Juan E. Maya <maya.j...@gmail.com> Reply-to: "Tapestry users" <users@tapestry.apache.org> To: Tapestry users <users@tapestry.apache.org> Subject: Re: First Tapestry app with Hibernate Date: Thu, 2 Dec 2010 15:39:55 +0100 Rob, the problem u have is because tomcat is not finding those classes in the classpath. How do u launch ur tomcat? if u want to work with tomcat u might want to follow Kalle's guide so u r sure that there r no problems in ur development environment. Here is the guide: http://tynamo.org/Developing+with+Tomcat+and+Eclipse On Thu, Dec 2, 2010 at 3:06 PM, robnangle <robnan...@gmail.com> wrote: > > Thanks for that angelo but no luck. > > Same two errors as from the begining. > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/First-Tapestry-app-with-Hibernate-tp3285845p3289417.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org