[
http://jira.jboss.com/jira/browse/JBRULES-475?page=all ]
Edson Tirelli closed JBRULES-475.
---------------------------------
Fix Version/s: 3.0.5
3.1-m1
Resolution: Done
Assignee: Edson Tirelli (was: Mark Proctor)
Thank you for reporting.
Fixed in branch 3.0.x in revision #7450 and in trunk in revision #7449.
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: Edson Tirelli
Priority: Trivial
Fix For: 3.0.5, 3.1-m1
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...)
[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