Hello All,
I'm experiencing an issue importing
an existing DRL into Guvnor, we made a sample DRL file containing
1000 very simple rules that look something like this:
rule "testa4"
dialect "mvel"
when
IOption(
selected == "false" && id == "9934" )
messageSection
: INode( id == "Drivers" )
then
messageSection.setValidationMessage(
"null" );
messageSection.setValidationMessageDuration(
null );
end
Each rule has a unique name. The
problem is that the import hasn't finished (after over 2 hours) and when
we look at the resources that have been imported they have 24 revisions
each. It looks like Guvnor is importing the file over and over again.
Has anyone experienced anything like
this?
Thanks,
Steve Ronderos