Something in the middle. That warning is saying that for some reason drools isn't able to jit a constraint, i.e. to create a compiled constraint from an interpreted one. This is harmless in the sense that when this happens the compiled constraint gets automatically discarded and it continues being evaluated in interpreted mode. However interpreted constraints are slower than compiled ones, so it could be interesting to figure out why this is happening in your case. Do you have a test case that could allow me to reproduce this problem?
Regards, Mario -- View this message in context: http://drools.46999.n3.nabble.com/rules-users-RightTupleIndexHashTable-tp4023782p4025375.html Sent from the Drools: User forum mailing list archive at Nabble.com. _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
