[jboss-jira] [JBoss JIRA] Updated: (JBRULES-1153) Accumulate/Collect can't be used in queries
Edson Tirelli (JIRA)
jira-events at lists.jboss.org
Thu Aug 30 20:31:18 EDT 2007
[ http://jira.jboss.com/jira/browse/JBRULES-1153?page=all ]
Edson Tirelli updated JBRULES-1153:
-----------------------------------
Fix Version/s: 4.0.2
Affects Version/s: 4.0.1
Description:
query "Count possible cell values"( $row, $col )
# A superclass or interface can be used to match any derived classes
$count : Number() from accumulate( $a : AbstractCellValue( row == $row, col == $col ),
count( $a ) )
end
was:
query "Count possible cell values"( $row, $col )
# A superclass or interface can be used to match any derived classes
$count : Number() from accumulate( $a : AbstractCellValue( row == $row, col == $col ),
count( $a ) )
end
> Accumulate/Collect can't be used in queries
> -------------------------------------------
>
> Key: JBRULES-1153
> URL: http://jira.jboss.com/jira/browse/JBRULES-1153
> Project: JBoss Rules
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.0.1
> Reporter: Edson Tirelli
> Assigned To: Edson Tirelli
> Fix For: 4.0.2
>
>
> query "Count possible cell values"( $row, $col )
> # A superclass or interface can be used to match any derived classes
> $count : Number() from accumulate( $a : AbstractCellValue( row == $row, col == $col ),
> count( $a ) )
> end
--
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