<div dir="ltr">Good :)<div><br></div><div>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:-</div><div><br></div>
<div><div>        clazz.getDeclaredConstructors();</div><div>        clazz.getDeclaredFields();</div><div>        clazz.getDeclaredMethods();</div><div>        clazz.getDeclaredClasses();</div><div>        clazz.getDeclaredAnnotations();</div>
</div><div><br></div><div>Should any of those calls fail you&#39;ll get the error you report.</div><div><br></div><div>In short, there has to be a class somewhere that has a dependency on another class not in the Maven classpath.</div>
<div><br></div><div>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.</div><div><br></div><div>With kind regards,</div>
<div><br></div><div>Mike</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 27 January 2014 16:50, SrjTx <span dir="ltr">&lt;<a href="mailto:clickthex@yahoo.com" target="_blank">clickthex@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Sorry, just wanted to make sure I wasn&#39;t missing a subtlety. :)<br>
<br>
Yes, I have done that.<br>
<br>
I also tried jms-api-1.1-rev-1.jar with same results.<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="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" target="_blank">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</a><br>

<div class="HOEnZb"><div class="h5">Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</div></div></blockquote></div><br></div>