[rules-users] Import Existing DRL in Guvnor never finishes
Steve Ronderos
steve.ronderos at ni.com
Tue Jul 28 18:10:23 EDT 2009
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20090728/a1b43dcf/attachment.html
More information about the rules-users
mailing list