[
http://jira.codehaus.org/browse/DROOLS-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
samadhan shimpi resolved DROOLS-498.
------------------------------------
Resolution: Fixed
I have resolved the issue.
In drools 5 we need not to use .rfm file for rule flow instead .rf file is used.
But then the syntax slightly changes....
old syntax:
builder.addRuleFlow(new
InputStreamReader(EvalDTAndRF.class.getResourceAsStream("/PremiumCalculationRF.rfm")));
new syntax:
builder.addProcessFromXml(new
InputStreamReader(EvalDTAndRF.class.getResourceAsStream("/PremiumCalculationRF.rf")));
> .rfm file is not getting generated in Drools 5.0.0 M4, where as it is getting
> generated in Drools 4.0.7
> --------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-498
> URL: http://jira.codehaus.org/browse/DROOLS-498
> Project: drools-legacy
> Issue Type: Task
> Environment: Drools 5.0.0 M4,Windows XP
> Reporter: samadhan shimpi
> Assignee: bob mcwhirter
> Priority: Critical
>
> For Drools 4.0.7 : When .rf file is created(with properties) and saved then
> .rfm file is generated automatically in eclipse with plugins for 4.0.7.
> For Drools 5.0.0.M4 : When .rf file is created(with properties) and saved
> then .rfm file is not at all generated in eclipse with plugins for 5.0.0.M .
> Is there any plugin missing for eclipse.. or anyother reason?
> Any help is highly appreciated.
> Regards,
> Samiu
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email