[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-1764) Create / Extend / Modify Seam RuleBase component to utilize JBoss Rules 4.0 BRMS rule pkg deployment model.
Gavin King (JIRA)
jira-events at lists.jboss.org
Wed Aug 15 14:46:19 EDT 2007
[ http://jira.jboss.com/jira/browse/JBSEAM-1764?page=all ]
Gavin King updated JBSEAM-1764:
-------------------------------
Fix Version/s: 2.0.0.CR1
> 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
> Fix For: 2.0.0.CR1
>
>
> 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