[jboss-jira] [JBoss JIRA] (DROOLS-1564) Change oopath syntax

Tibor Zimányi (JIRA) issues at jboss.org
Mon May 29 07:16:01 EDT 2017


     [ https://issues.jboss.org/browse/DROOLS-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tibor Zimányi updated DROOLS-1564:
----------------------------------
    Labels: oopath  (was: )


> Change oopath syntax
> --------------------
>
>                 Key: DROOLS-1564
>                 URL: https://issues.jboss.org/browse/DROOLS-1564
>             Project: Drools
>          Issue Type: Enhancement
>          Components: core engine
>            Reporter: Mario Fusco
>            Assignee: Mario Fusco
>            Priority: Blocker
>              Labels: oopath
>             Fix For: 7.0.0.Final
>
>
> It is required to change the oopath syntax to make it closer to xpath one. This means that constraints will have to be put between square brackets instead of curly ones and inline cast should be expressed out of constraints. In other words the following oopath:
> {code}
> /list{#SubClass, prop == 0}
> {code}
> should become:
> {code}
> /list#SubClass[prop == 0]
> {code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)



More information about the jboss-jira mailing list