Put it into your WEB-INF instead of META-INF directory...

Or, the tapestry ApplicationServlet takes servlet-params specifying where to
find your hivemodule.xml file, relative to your web context path. (I don't
remember the exact names)


On 3/17/06, John Coleman <[EMAIL PROTECTED]> wrote:
>
> anyone here have an idea how to do this please?
>
>
> ----- Original Message -----
> From: John Coleman
> To: hivemind-user@jakarta.apache.org
> Sent: Friday, March 17, 2006 7:30 PM
> Subject: JAR issue
>
>
> I'm trying to JAR my application using Ant, but both my applications
> hivemodule.xml and the HiveMinds one end up under META-INF, so when the
> JAR is executed only the last one written is found. This means I always get
> Exception in thread "main" org.apache.hivemind.ApplicationRuntimeException:
> There is no service point for interface... thrown.
>
>       <metainf dir="src/main/resources/META-INF">
>        <include name="hivemodule.xml"/>               <-- location of the
> apps hivemodule
>       </metainf>
>       <zipgroupfileset dir="lib" includes="**/*.*"/>     <-- contains
> hivemind.jar
>
> How can the 2 coexist? Must I write my own registry loader? (seems
> drastic)
>
> TIA
> John
>
>
>


--
Jesse Kuhnert
Tacos/Tapestry, team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind.  http://opennotion.com

Reply via email to