[rules-users] Fusion Dead lock or something

Esteban Aliverti esteban.aliverti at gmail.com
Mon Jul 12 08:09:48 EDT 2010


Are you calling fireAllRules() or fireUntilHalt()?

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Esteban Aliverti
- Developer @ http://www.plugtree.com
- Blog @ http://ilesteban.wordpress.com


On Mon, Jul 12, 2010 at 8:39 AM, djb <dbrownell83 at hotmail.com> wrote:

>
> 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-something-tp960110p960110.html
> Sent from the Drools - User mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20100712/01ba3c95/attachment.html 


More information about the rules-users mailing list