[rules-users] accumulate Map()

Gopu Shrestha gshrestha at tmghealth.com
Mon Mar 3 15:20:23 EST 2014


This accumulate is not working.. any advice?

$headers : Map() from accumulate(RulesHeader($headerName : name in (
                "some_ErrorInfo"), $headerValue : valueAsString not in (null, "")),
                init(Map headers = new HashMap();)
                action(headers.put($headerName, $headerValue);)
                result(headers))

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20140303/ecce61f6/attachment.html 


More information about the rules-users mailing list