Jason Dyer <jdyer <at> bluetarp.com> writes: > 09:21:11,991 WARN [] tapestry.page.ComponentTemplateLoader - Template for > component CustomerMain/$Border does not reference embedded components: > custNew, custEdit. > 09:21:33,360 WARN [] tapestry.page.ComponentTemplateLoader - Template for > component CustomerMain/$Border does not reference embedded components: > custNew, custEdit.
There are 22 seconds in-between. Maybe disable-caching is set to true so on a second request the component is loaded again. > 09:21:34,198 INFO [] hivetranse.hibernate3.SessionFactoryBuilder - > initConfiguration > java.lang.ClassNotFoundException: org.hibernate.cfg.AnnotationConfiguration If you see this twice, probably the webapp has been reloaded (eg, due to a change to the java code) and thus the hivemind registry is initialized again. -- Author of a book for learning Tapestry (http://www.agileskills2.org/EWDT) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
