[jboss-jira] [JBoss JIRA] Created: (JBRULES-2370) Support <scoreDsl> besides <scoreDrl> for XmlSolverConfigurer in LocalSearchSolverConfig to allow to use DSL's instead of DRL's for score rules
Geoffrey De Smet (JIRA)
jira-events at lists.jboss.org
Wed Dec 9 13:08:29 EST 2009
Support <scoreDsl> besides <scoreDrl> for XmlSolverConfigurer in LocalSearchSolverConfig to allow to use DSL's instead of DRL's for score rules
-----------------------------------------------------------------------------------------------------------------------------------------------
Key: JBRULES-2370
URL: https://jira.jboss.org/jira/browse/JBRULES-2370
Project: Drools
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: drools-solver
Reporter: Geoffrey De Smet
Assignee: Geoffrey De Smet
It seems a bit wierd to me add both the drl and the dsl in the <scoreDsl>, so I think we need to do it like this:
<scoreDsl>
<dslr>/org/.../file1.dslr</dslr>
<dsl>/org/.../file2.dsl</dsl>
</scoreDsl>
>From the manual: "Also, it is better to rename the extension of your rules file from ".drl" to ".dslr" when you start using DSLs, as that will allow the IDE to correctly recognize and work with your rules file."
--
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