[jboss-jira] [JBoss JIRA] Updated: (JBRULES-1948) Using declared facts and functions doesn't work
Jaroslaw Kijanowski (JIRA)
jira-events at lists.jboss.org
Thu Jan 29 06:53:44 EST 2009
[ https://jira.jboss.org/jira/browse/JBRULES-1948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jaroslaw Kijanowski updated JBRULES-1948:
-----------------------------------------
Attachment: testDeclaredFactAndFunction.txt
> Using declared facts and functions doesn't work
> -----------------------------------------------
>
> Key: JBRULES-1948
> URL: https://jira.jboss.org/jira/browse/JBRULES-1948
> Project: JBoss Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: drools-compiler
> Affects Versions: 5.0.0.M5
> Reporter: Jaroslaw Kijanowski
> Assignee: Mark Proctor
> Attachments: testDeclaredFactAndFunction.txt
>
>
> I have the following package:
> package pp
> declare Address
> street: String
> end
> rule 'r1'
> dialect 'mvel'
> when
> Address()
> then
> end
> I add an Address fact and one rule fires. Cool.
> Now I add a simple function to my package:
> function void myFunction() {
> }
> I run the test again and the rule r1 doesn't fire.
> Test case is attached.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list