Chris,
I tried the reproduce your issue on the master branch with the very simple test case (practically identical to the one you reported on the jira ticket) that I am pasting below, but it works for me. I didn't try the same on the 5.1.1 though. Anyway can you please confirm that my test should be enough to reproduce your problem? Because, if so, I believe that, at least on the master, this bug should be already fixed.
Thanks,
Mario
@Test
public void testClassLoader() throws Exception {
// JBRULES-3630
File jar = new File("drools-compiler/src/test/resources/org/drools/compiler/xml/changeset/changeset.jar");
On Sun, Sep 23, 2012 at 8:02 AM, Mark Proctor <mproctor@codehaus.org> wrote:I can do that. You presumably need this patch against the "trunk",
> I reviewed the patch, it would be nice if there was a unit test too for this - to ensure we catch any future regressions.
although this issue is apparently present in all releases since 5.1.1.
Cheers,
Chris
_______________________________________________
rules-dev mailing list
rules-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev