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

Edson Tirelli tirelli at post.com
Wed Jan 2 07:00:46 EST 2008


   Mike,

   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.

   []s
   Edson

2007/12/31, J Michael Dean <mdean77 at comcast.net>:
>
> 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.
>
> <?xml version="1.0" encoding="UTF-8"?>
> <classpath>
> <classpathentry kind="src" path="src"/>
> <classpathentry kind="src" path="tests"/>
> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"
> />
> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
> <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"
> />
> <classpathentry kind="output" path="bin"/>
> </classpath>
>
>
> Thanks for your reply.  I am looking forward to solving this issue.
>
> - Mike
>
>   I can print out
>
> Message: 1
> Date: Mon, 31 Dec 2007 09:58:06 -0200
> From: "Edson Tirelli" <tirelli at post.com>
> Subject: Re: [rules-users] JUnit testing problem
> To: "Rules Users List" <rules-users at lists.jboss.org>
> Message-ID:
> <e6dd5ba30712310358y555bf067laaf1c8b5a0acda7c at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
>   Mike,
>
>   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 ?
>
>   []s
>   Edson
>
>
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
>


-- 
  Edson Tirelli
  JBoss Drools Core Development
  Office: +55 11 3529-6000
  Mobile: +55 11 9287-5646
  JBoss, a division of Red Hat @ www.jboss.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20080102/34ae2c4a/attachment.html 


More information about the rules-users mailing list