Guessing game time, huh?

On 03/03/2014, Gopu Shrestha <gshres...@tmghealth.com> wrote:
> 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))
>
>
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to