In order to use all of the hivemodules separately, you have to have multiple classpath "roots" (jar files or directories) each containing a META-INF/hivemodule.xml file. I do this in my web application and it works just fine.
-----Original Message----- From: John Coleman [mailto:[EMAIL PROTECTED] Sent: Friday, March 17, 2006 4:54 PM To: Tapestry users Subject: Re: [HiveMind] Fw: JAR issue > The hivemind jar file will have its own hivemodule.xml file in it when you > deploy your application. HiveMind loads *all* hivemodule.xml files it finds > on the classpath. That's what I thought James, I have even tried placing my applications hivemodule in the root of the JAR file. In this case I am packaging all my classes and lib JARs into a single executable JAR. This is not a web app BTW, just a plain Java application. Perhaps I can put something in the manifest? John --------------------------------------------------------------------- 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]