[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-1764) Create / Extend / Modify Seam RuleBase component to utilize JBoss Rules 4.0 BRMS rule pkg deployment model.
Norman Richards (JIRA)
jira-events at lists.jboss.org
Mon Aug 27 00:46:33 EDT 2007
[ http://jira.jboss.com/jira/browse/JBSEAM-1764?page=comments#action_12373927 ]
Norman Richards commented on JBSEAM-1764:
-----------------------------------------
Michael - I saw you just areassigned this. I coded this last week, but I haven't checked it in yet because I was having trouble making our examples work in brms. If you want to work on this, please get with me so we can talk.
> 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
> Assigned To: Michael Neale
> 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