<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
It gets&nbsp; a null pointer and says it can't use ASM in MVEL, thus uses
reflection mode. That's fine as reflection is the mode we put MVEL in
anyway.<br>
<br>
Mark<br>
<br>
J Michael Dean wrote:
<blockquote cite="mid:48074EBF-0018-4607-A344-3996E75E6B62@comcast.net"
 type="cite">Thanks.&nbsp; When I do that, there is no reference to
org.objectweb.asm, nor is there even any reference to any asm library.
The information is about 800 lines long and it clearly shows classes
loading from my "minimal core Drools" plugin;&nbsp; when I add the entire
Drools distribution to the classpath I get a similar dump with loading
from the complete Drools distribution.&nbsp; I am attaching a text file with
this information but I am guessing it will get stripped away by the
server.&nbsp; I very much appreciate your help with this.
  <br>
  <br>
I
  <pre wrap="">
<hr size="4" width="90%">


On Jan 2, 2008, at 5:04 AM, <a class="moz-txt-link-abbreviated" href="mailto:rules-users-request@lists.jboss.org">rules-users-request@lists.jboss.org</a> wrote:

<blockquote type="cite">

Message: 8

Date: Wed, 2 Jan 2008 10:00:46 -0200

From: "Edson Tirelli" <a class="moz-txt-link-rfc2396E" href="mailto:tirelli@post.com">&lt;tirelli@post.com&gt;</a>

Subject: Re: [rules-users] Re: rules-users Digest, Vol 13, Issue 48

To: "Rules Users List" <a class="moz-txt-link-rfc2396E" href="mailto:rules-users@lists.jboss.org">&lt;rules-users@lists.jboss.org&gt;</a>

Message-ID:

&nbsp;&nbsp;&nbsp;&nbsp;<a class="moz-txt-link-rfc2396E" href="mailto:e6dd5ba30801020400h2f0a16eyec3ba476c1b36f66@mail.gmail.com">&lt;e6dd5ba30801020400h2f0a16eyec3ba476c1b36f66@mail.gmail.com&gt;</a>

Content-Type: text/plain; charset="iso-8859-1"



&nbsp; Mike,



&nbsp; I don't remember right now the exact flag to dump classpath, but adding

"-verbose:class" as a VM parameter on your launch configuration shall do the

trick. Just look for "org.objectweb.asm" package's Classes being loaded and

you will know where they are being loaded from. You will easily be able to

see if there is any other asm library clashing with the mvel required ones.



&nbsp; []s

&nbsp; Edson



2007/12/31, J Michael Dean <a class="moz-txt-link-rfc2396E" href="mailto:mdean77@comcast.net">&lt;mdean77@comcast.net&gt;</a>:

<blockquote type="cite">

Sorry - am using Eclipse in OSX and have no clue how to ask it to dump its

classpath.I can print out the .classpath file but this is clearly not

really relevant.



&nbsp;Mike,



&nbsp;This looks like a classpath problem indeed. Did you tried asking the JVM

to dump its classpath so that you can know for sure what jars are included

and if any of them embeds a non-compatible ASM version ?



&nbsp;[]s

&nbsp;Edson





_______________________________________________

rules-users mailing list

<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>

<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>





</blockquote>



</blockquote><pre wrap="">
<hr size="4" width="90%">
_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>
</pre></pre>
</blockquote>
<br>
</body>
</html>