Re: [rules-users] OutOfMemoryError with non-existence check in flow XOR split

2010-03-15 Thread Kris Verlaenen
Heath, This seems to be caused by an issue in persisting the current rule state when using a Not rule in a specific combination (and not specifically to your use of ruleflows). I have opened a JIRA for you and we will fix this asap. https://jira.jboss.org/jira/browse/JBRULES-2453 Kris Quoting

Re: [rules-users] OutOfMemoryError with non-existence check in flow XOR split

2010-03-12 Thread Enda J Diggins
Hi Heath, You say that you "insert a ValidationResult() fact if something is not valid". Do you insert a ValidationResult(valid == true) when something is valid? Could it be that when your facts pass through validation successfully there is an issue? Have you tried using the Drools Audit View to

[rules-users] OutOfMemoryError with non-existence check in flow XOR split

2010-03-11 Thread heldeen
I am using drools marshalling for persistence and am getting an OOME with my simple rule flow. I have a custom CommandService that persists at the end of each execution. (I am not using JPA :-( ). In the rule flow I have a split that checks for the non-existence of a simple pojo using "not Valida