[rules-users] Problem in DSL with Type constraints

Leonardo Gomes leonardo.f.gomes at gmail.com
Thu Mar 31 12:02:38 EDT 2011


Hi,

Given the following DSL definition:

[condition][RestrictedLocation]Is restricted by = ArrayList(size >= 1) from
> collect(RestrictedLocation() from $restrictedLocationList)
> [condition][RestrictedLocation]- test=$test : test
>

and the following rule:

rule "Test"
> when
>     Is restricted by
>         - test
> then
> ...
> end
>

I'm getting the following DRL:


rule "Test"
> when
>     ArrayList(size >= 1) from collect( RestrictedLocation*(, $test : test
> ) *from $restrictedLocationList)
> then
> ...
> end
>

Note the comma before the restriction: ** (, **

Anyone would know how to fix that?

Thanks a lot,
Leonardo.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20110331/0f4804b8/attachment.html 


More information about the rules-users mailing list