[jboss-jira] [JBoss JIRA] Commented: (JBSEAM-314) Support Drools DSLs

Michael Neale (JIRA) jira-events at jboss.com
Mon Jul 24 05:32:11 EDT 2006


    [ http://jira.jboss.com/jira/browse/JBSEAM-314?page=comments#action_12339929 ] 
            
Michael Neale commented on JBSEAM-314:
--------------------------------------

At present you are just loading one resource (.drl), with a dsl there will be 2, the drl, and a .dsl file that must be loaded together.

Referring to:
http://fisheye.jboss.com/viewrep/JBoss/jboss-seam/src/main/org/jboss/seam/drools/RuleBase.java?r=1.2
Line 38: the DrlParser().parse(reader)
needs to be changed to:
DrlParser().parser(reader, dsl);

that means that there will need to be an extra property on RuleBase to have a DSL (either an array, like for rules, or just one, and assume that all rules use the same DSL for that configuration - which would probably be my suggestion).

> Support Drools DSLs
> -------------------
>
>                 Key: JBSEAM-314
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-314
>             Project: JBoss Seam
>          Issue Type: Feature Request
>          Components: Drools
>            Reporter: Gavin King
>         Assigned To: Gavin King
>             Fix For: 1.1
>
>


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