[jboss-jira] [JBoss JIRA] Commented: (JBRULES-2333) 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
Sun Nov 22 12:20:35 EST 2009
[ https://jira.jboss.org/jira/browse/JBRULES-2333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12495984#action_12495984 ]
Geoffrey De Smet commented on JBRULES-2333:
-------------------------------------------
It seems a bit wierd to me add both the drl and the dsl in the
<scoreDsl>, so like this:
<scoreDsl>/org/.../file1.drl</scoreDsl>
<scoreDsl>/org/.../file2.dsl</scoreDsl>
I am going experiment with this instead:
<scoreDrl>/org/.../file1.drl</scoreDrl>
<scoreDsl>/org/.../file2.dsl</scoreDsl>
Another idea is:
<scoreDsl>
<dslr>/org/.../file1.dslr</dslr>
<dsl>/org/.../file2.dsl</dsl>
</scoreDsl>
> Support <scoreDsl> besides <scoreDrl> for XmlSolverConfigurer in LocalSearchSolverConfig to allow to use DSL's instead of DRL's for score rules
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBRULES-2333
> URL: https://jira.jboss.org/jira/browse/JBRULES-2333
> Project: Drools
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: drools-solver
> Affects Versions: 5.1.0.M1
> Reporter: Geoffrey De Smet
> Assignee: Geoffrey De Smet
> Fix For: 5.1.0.M2
>
>
> shouldn't be to hard, simply adjust LocalSearchSolverConfig class as needed
--
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