[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1764) Create / Extend / Modify Seam RuleBase component to utilize JBoss Rules 4.0 BRMS rule pkg deployment model.

Michael Engel (JIRA) jira-events at lists.jboss.org
Mon Aug 6 13:06:49 EDT 2007


Create / Extend / Modify  Seam RuleBase component to utilize JBoss Rules 4.0 BRMS rule pkg deployment model.
------------------------------------------------------------------------------------------------------------

                 Key: JBSEAM-1764
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1764
             Project: JBoss Seam
          Issue Type: Feature Request
          Components: Drools
         Environment: All
            Reporter: Michael Engel


Allow org.jboss.seam.drools.RuleBase to accept and process rule bases from JBossRules 4.0 BRMS. Something along the lines of setting a rules.properties file name (which is in the classpath) or the individual properties in components.xml

For example: (from Drools documentation 4.0.0 -- Section 9.4.4. Deployment: Integrating rules with your applications)

<drools:rule-base name="ruleSet1">
   <property name="newInstance">true</property>
   <property name="files"></property>
   <property name="dir">/my/dir</property>
   <property name="url">http://some.url/here http://some.url/here</property>
   <property name="localCacheDir">=/foo/bar/cache</property>
   <property name="pool">30</property>
</drools:rule-base>


-- 
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 seam-issues mailing list