And no Severity.ERROR or Severity.NOTE either?<br><br>What kind of verifier finding(s) do you expect? A rule sample might help.<br><br>-W<br><br>PS: I&#39;m just investigating this corner of Drools, and you do provide some inspiration ;-)<br>
<br><div class="gmail_quote">On 16 March 2011 12:29, FrankVhh <span dir="ltr">&lt;<a href="mailto:frank.vanhoenshoven@agserv.eu">frank.vanhoenshoven@agserv.eu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Wolfgang,<br>
<br>
Yes, you are absolutely right about the path mistake. Can&#39;t believe I missed<br>
that. Fixing it removes the errors from the verifier.<br>
<br>
However, it still does not return the expected outputs...<br>
<br>
System.out.println(result.getVerifierData().getAll().isEmpty()); =&gt; returns<br>
false, which is as expected<br>
<br>
But the following statement still does not return anything.<br>
for (VerifierMessageBase base : result<br>
                                                .getBySeverity(Severity.WARNING)) {<br>
                                        System.out.println(base);<br>
                                }<br>
<br>
I&#39;m sorry to take so much of your time, I really appreciate your efforts.<br>
<br>
Regards,<br>
Frank<br>
<font color="#888888"><br>
--<br>
View this message in context: <a href="http://drools-java-rules-engine.46999.n3.nabble.com/Drools-verifier-tp2681002p2687459.html" target="_blank">http://drools-java-rules-engine.46999.n3.nabble.com/Drools-verifier-tp2681002p2687459.html</a><br>

</font><div><div></div><div class="h5">Sent from the Drools - User 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>