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