Good :)

When building a project (to get the meta-data needed to drive the editors in the workbench) we iterate all classes resolved from Maven and call the following:-

        clazz.getDeclaredConstructors();
        clazz.getDeclaredFields();
        clazz.getDeclaredMethods();
        clazz.getDeclaredClasses();
        clazz.getDeclaredAnnotations();

Should any of those calls fail you'll get the error you report.

In short, there has to be a class somewhere that has a dependency on another class not in the Maven classpath.

What class this is: IDK. What dependency does this class have IDK either... all I can help with is explain where the error is coming from - leaving the research to you.

With kind regards,

Mike







On 27 January 2014 16:50, SrjTx <clickthex@yahoo.com> wrote:
Sorry, just wanted to make sure I wasn't missing a subtlety. :)

Yes, I have done that.

I also tried jms-api-1.1-rev-1.jar with same results.







--
View this message in context: http://drools.46999.n3.nabble.com/Can-t-get-snmp-log4j-to-work-with-6-0-1-F-KIE-WB-this-is-a-tough-one-tp4027860p4027870.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users