Thanks Alexander.
my question is in my table empcode colunm value first i am set some value
like this empcode="EMPCODE"
when a set some value in my TestCase's like...emp.setEmpCode("manya");
In this case it will change column value like this...
empcode="manya".But,condition is column value can not be updated.
condition is LHS: empcode can not be updated.
RHS: > System.out.println("empcode can not be updated")
Thanks,
Manya....
Alexander Claus wrote:
> Hi ,
>
> In my employee table empcode already declared some value.
> I want, update some new value in empcode it will reject with
> response.empcode can not be updated.
>
> like condition: empcode can not be updated.
>
> Thanks,
> Manya.......
If I understand you right, you want to check, if some value (empcode) has
already assigned some value? Isn't it a simple null-check?
empcode != null
Please explain your problem more detailled, if this is not an answer to
your
question.
Alexander
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
--
View this message in context:
http://www.nabble.com/can-not-be-updated-variable-value-tp17997734p180002...
Sent from the drools - user mailing list archive at
Nabble.com.