You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Michael Prescott <mp...@exchangesolutions.com> on 2006/08/16 00:56:18 UTC

scripts from a .jar

I'm trying to use the @Script component to load a script from a .jar
file in my WEB-INF/lib directory, and not having much success.  I keep
getting ApplicationRuntimeException, caused by a DocumentParseException:
Unable to find resource.
 
I'm looking at the hivemind code, but between the indirection and my
having forgotten classloader voodoo, I can't tell whether it only looks
up resources coming from the same classloader.
 
There are a few avenues for me to investigate, but if anyone knows off
hand whether this is not a supported usage, it would be helpful.
 
Thanks,
 
Michael Prescott