<div dir="ltr">field is private and below are getter and setter :-<div><br></div><div>private String _id;<br></div><div><br></div><div> public String get_id() {<br></div><div><div><span class="" style="white-space:pre">        </span>return _id;</div>
<div> }</div><div><br></div><div> public void set_id(String _id) {</div><div><span class="" style="white-space:pre">        </span>this._id = _id;</div><div> }</div></div><div><br></div><div><br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Sat, Jul 12, 2014 at 1:35 PM, Mario Fusco <span dir="ltr"><<a href="mailto:mario.fusco@gmail.com" target="_blank">mario.fusco@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
This seems more a problem of the drools compiler. I'll try to reproduce it<br>
and check what happens. Just one more question: is the field public or is it<br>
accessed through a getter method in your Java class? In case you're using a<br>
getter did you named it get_id or get_Id ?<br>
<br>
Thanks,<br>
Mario<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/conditions-getting-removed-from-Guided-Rule-tp4030308p4030318.html" target="_blank">http://drools.46999.n3.nabble.com/conditions-getting-removed-from-Guided-Rule-tp4030308p4030318.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>