[rules-users] conditions getting removed from Guided Rule

sumit dhaniya sumitdhaniya at gmail.com
Sat Jul 12 04:24:41 EDT 2014


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.fusco at 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 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/20140712/23c3d90c/attachment.html 


More information about the rules-users mailing list