[jboss-jira] [JBoss JIRA] Closed: (JBRULES-970) filter of results from a "from" ce not working
Edson Tirelli (JIRA)
jira-events at lists.jboss.org
Thu Jul 5 08:31:51 EDT 2007
[ http://jira.jboss.com/jira/browse/JBRULES-970?page=all ]
Edson Tirelli closed JBRULES-970.
---------------------------------
Resolution: Done
This was fixed as part of JBRULES-546 and the fix will be included in v4.0 MR4. If you prefer, you can get latest stable build from trunk while MR4 is not released.
Thanks for reporting.
> 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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list