Re: [Resin-interest] Change classloader precedence / priority / order

2012-01-12 Thread Scott Ferguson
For your sitation, wouldn't it just be easier to put the new jar in the classpath? For example using jvm-arg. The overriding from a child classloader has always been a bad idea. (And in your case, probably wouldn't work, because the JSP and Servlet and CDI classes depend on EL, so the EL needs

Re: [Resin-interest] Change classloader precedence / priority / order

2012-01-12 Thread Mattias Jiderhamn
It seems this is possible via the priorityPackage setting available on the DynamicClassLoader, however, that isn't allowed by the config Relax NG schema. If I hack the schema (env.rnc), I'm able to configure javax.el (but of course that leads to other issues...). Is there any reason for this fe