[rules-users] threw error java.lang.ClassCastException: org.drools.reteoo.FromNode$FromMemory cannot be cast to org.drools.reteoo.BetaMemory

mohdejaz74 mohdejaz74 at gmail.com
Tue Apr 30 21:03:23 EDT 2013


There was indeed a leak in locking.

I have three operations - add, del, exec rules. add and delete were atomic
but exec was not. Before getting reference to KB in exec rules, I made sure
add/del were not accessing KB ... but I need lock KB even when rules are
executing and release the lock when rules have executed (although I get a
stateful session from KB before executing rules)
 
I suspect this error occurs when rules are executing and at the same time
add/delete rule is invoked.

I've not seen any further errors ... but we are still testing it.

Ejaz



--
View this message in context: http://drools.46999.n3.nabble.com/threw-error-java-lang-ClassCastException-org-drools-reteoo-FromNode-FromMemory-cannot-be-cast-to-orgy-tp4023497p4023595.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list