Tapestry doesn't require HiveMindFilter. It has its own way of dealing with the registry. The ehcache.xml and log4j.properties files should be in /WEB-INF/classes. It's okay to have your hivemodule.xml file in /WEB-INF also, since that's where Tapestry looks for it by default. Any hivemodule.xml files residing inside jar files in your /WEB-INF/lib directory will be picked up automatically. Also, /WEB-INF/classes/WEB-INF/hivemodule.xml will be picked up if you provide one (most just use the one directly in WEB-INF).
Did you try my example of using HiveUtils (hivetranse), called Tapernate? -----Original Message----- From: Andreas Bulling [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Bulling Sent: Wednesday, March 01, 2006 8:29 AM To: [email protected] Subject: Re: Hivetranse/Hibernate/Tapestry troubles Hi Jean-Francois, | I don't know what /context/ is, but I suppose it is not correct. META-INF | should be at the root of your classpath (or root of jar file). OK, /context/ is the docBase directory for Tomcat... | Could be, hard to tell until we know exactly what can be found in your | workspace (ie the docBase) and at which exact position. ... and my directory structure looks like the followinig: /context (docBase) /WEB-INF (contains the Tapestry page/jwc/html/properties files, web.xml and hivemodule.xml) /classes (contains the compiled classes) /lib (contains the libraries I need) /META-INF (contains ehcache.xml and log4j.properties) /images (the images) /css (css files) Actually, ehcache.xml and log4j.properties don't seem to be found/read in META-INF and hivemodule.xml resides in WEB-INF because it's also not found in META-INF :( | Just take a look at WEB-INF/web.xml and search for presence of | HiveMindFilter. | I think you use Tapestry right? I am not a Tapestry user so I don't know if | Tapestry uses HiveMindFilter or some other way to build the HiveMind | registry. Yes, I use Tapestry and I wasn't able to find a reference to HiveMindFilter in web.xml. Sincerly, Andreas --------------------------------------------------------------------- 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]
