[jboss-jira] [JBoss JIRA] Created: (JBRULES-475) Error in documentation concerning the joining of constarints

Matias Zaya Mendez (JIRA) jira-events at jboss.com
Wed Sep 6 10:26:31 EDT 2006


Error in documentation concerning the joining of constarints
------------------------------------------------------------

                 Key: JBRULES-475
                 URL: http://jira.jboss.com/jira/browse/JBRULES-475
             Project: JBoss Rules
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Documentation
    Affects Versions: 3.0.4
            Reporter: Matias Zaya Mendez
         Assigned To: Mark Proctor
            Priority: Trivial


In the documentation it is specified that in the DSL in order to create join constraints you define them as such:
(URL:http://labs.jboss.com/file-access/default/members/jbossrules/freezone/docs/3.0.4/html_single/index.html)

[when]There is a Cheese with=Cheese()
[when]-age is less than {age}=age<{age}
[when]-type is '{type}'=type=='{type}'
[when]-country equal to '{country}'=country=='{country}'

Actually, there must be a space between the "dash" and the constraint, such as:

[when]There is a Cheese with=Cheese()
[when]- age is less than {age}=age<{age}
[when]- type is '{type}'=type=='{type}'
[when]- country equal to '{country}'=country=='{country}'

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