Are you calling fireAllRules() or fireUntilHalt()?
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Esteban Aliverti
- Developer @
Hi,
I've got fusion running, and it is firing my very basic rule that just says
hello when an event is submitted... I have commented out all of the
irrelevant code to leave what's below. (I have System.out.println("1")s
to
see how far it gets)
It seems to lock up, always in the claimEntry.insert(subevent), but
randomly
in that it's not always on the same claim.
The thread says it is still running, but it obviously isn't, and there is
no
exception thrown.
Regards,
Daniel
BEGIN LOOP
msSince = cor.getTimestamp().getTime() - previousClaimTime;
clock.advanceTime(msSince, TimeUnit.MILLISECONDS);
if (cor.isSubmittal())
{
ClaimSubmittedEvent subevent = new ClaimSubmittedEvent(cor);
claimEntry.insert(subevent);
}
previousClaimTime = cor.getTimestamp().getTime();
END LOOP
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/Fusion-Dead-lock-or-s...
Sent from the Drools - User mailing list archive at
Nabble.com.
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users