[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-1635) Migrating to Drools 4.0.0 MR3

Ning Zhao (JIRA) jira-events at lists.jboss.org
Sun Jul 15 19:12:03 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-1635?page=comments#action_12369037 ] 
            
Ning Zhao commented on JBSEAM-1635:
-----------------------------------

the PackageBuilderConfiguration class was refactored yesterday. Now it will read a configuration property file. The example from the drools svn is like this:

drools.dialect.default = java
drools.dialect.java = org.drools.rule.builder.dialect.java.JavaDialectConfiguration
drools.dialect.java.compiler = ECLIPSE

drools.dialect.mvel = org.drools.rule.builder.dialect.mvel.MVELDialectConfiguration
drools.dialect.mvel.strict = true

drools.accumulate.function.average = org.drools.base.accumulators.AverageAccumulateFunction
drools.accumulate.function.max = org.drools.base.accumulators.MaxAccumulateFunction
drools.accumulate.function.min = org.drools.base.accumulators.MinAccumulateFunction
drools.accumulate.function.count = org.drools.base.accumulators.CountAccumulateFunction
drools.accumulate.function.sum = org.drools.base.accumulators.SumAccumulateFunction

> Migrating to Drools 4.0.0 MR3
> -----------------------------
>
>                 Key: JBSEAM-1635
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1635
>             Project: JBoss Seam
>          Issue Type: Feature Request
>          Components: Drools
>    Affects Versions: 2.0.0.BETA1
>         Environment: OS: all. JBoss AS 4.2.0 GA. Seam CVS 2007-07-10, Drools SVN 2007-07-10
>            Reporter: Ning Zhao
>         Assigned To: Shane Bryzak
>             Fix For: 2.0.0.CR1
>
>         Attachments: DroolsHandler.java, RuleBase.java, RuleBasedIdentity.java
>
>
> Drools API has been changed since 4.0.0M3. Please see:
> http://wiki.jboss.org/wiki/Wiki.jsp?page=4.0.0.MR3ReleaseNotes
> Corresponding changes in the Seam codebase and Seam reference should be made if Drools 4.0 GA is to be used in the future Seam. 

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