Re: [rules-users] classnotfound\classdefnotfound

2009-07-06 Thread Julien Nicoulaud
Same here on JOnAS 5 an Drools 5.0.1, embedded in a OSGi bundle. I found messages from Edson Tirelli in the mailing-list, who the same issue and found a solution... Edson are you here ? :) Le samedi 04 juillet 2009 à 18:23 -0700, Wishing Carebear a écrit : Hello: I have the drools5 embedded

Re: [rules-users] classnotfound\classdefnotfound

2009-07-06 Thread Edson Tirelli
This is a classpath problem. That class in in drools-core, so, either you have multiple drools-core jars in your classpath and they are clashing or you don't have any of it. You might have to setup some classloader options in the app server if you are clashing with another app. Not sure if

[rules-users] classnotfound\classdefnotfound

2009-07-05 Thread Wishing Carebear
Hello: I have the drools5 embedded in an ear. When running aginst JBoss 5 gets the following classnotfound exception but it works okay with websphere and pramati application server. Wondering if someone could throw some pointers. Please note that drools-compiler, drools-core etc are all in the