[jboss-jira] [JBoss JIRA] Created: (JBRULES-1395) Add support to modify() block in java dialect consequences

Edson Tirelli (JIRA) jira-events at lists.jboss.org
Wed Dec 19 18:21:43 EST 2007


Add support to modify() block in java dialect consequences
----------------------------------------------------------

                 Key: JBRULES-1395
                 URL: http://jira.jboss.com/jira/browse/JBRULES-1395
             Project: JBoss Drools
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Drl Parser/Builder
            Reporter: Edson Tirelli
         Assigned To: Edson Tirelli
             Fix For: 4.1.0


Add support to modify() block in java dialect consequences, similar to what we have for MVEL, but using java syntax:

    modify( $p ) { 
        setStatus( "full" ), 
        setAge( $p.getAge() + 1 ) 
    }



-- 
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