]
Mark Proctor updated JBRULES-970:
---------------------------------
Fix Version/s: 4.0.0.MR4
Assignee: Edson Tirelli (was: Mark Proctor)
filter of results from a "from" ce not working
----------------------------------------------
Key: JBRULES-970
URL:
http://jira.jboss.com/jira/browse/JBRULES-970
Project: JBoss Rules
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Rule Flow
Affects Versions: 4.0.0.MR3
Reporter: Edgardo Carena
Assigned To: Edson Tirelli
Priority: Critical
Fix For: 4.0.0.MR4
when I use a statement like this
$vendor : VendorDatabaseItem ( PIVA=="01255720169" ) from vendors.list;
it works, filtering the list "vendor.list" by taking only the items with
$vendor.getPIVA equal to "01255720169".
however if I do something like
$piva : "01255720169";
$vendor : VendorDatabaseItem ( PIVA==$piva ) from vendors.list;
the result is different, and $vendor will get all the values in the list, ignoring the
filter.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: