field is private and below are getter and setter :- private String _id;
public String get_id() { return _id; } public void set_id(String _id) { this._id = _id; } On Sat, Jul 12, 2014 at 1:35 PM, Mario Fusco <mario.fu...@gmail.com> wrote: > Hi, > > This seems more a problem of the drools compiler. I'll try to reproduce it > and check what happens. Just one more question: is the field public or is > it > accessed through a getter method in your Java class? In case you're using a > getter did you named it get_id or get_Id ? > > Thanks, > Mario > > > > -- > View this message in context: > http://drools.46999.n3.nabble.com/conditions-getting-removed-from-Guided-Rule-tp4030308p4030318.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 >
_______________________________________________ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users