7;
Subject: 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 th
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 indirecti