[rules-users] Can't get snmp/log4j to work with 6.0.1.F KIE-WB (this is a tough one!)

Michael Anstis michael.anstis at gmail.com
Mon Jan 27 12:02:36 EST 2014


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 at 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 at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20140127/3fca91ea/attachment-0001.html 


More information about the rules-users mailing list