Are you calling fireAllRules() or fireUntilHalt()?<br clear="all"><br>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX<br><br>Esteban Aliverti<br>- Developer @ <a href="http://www.plugtree.com">http://www.plugtree.com</a> <br>- Blog @ <a href="http://ilesteban.wordpress.com">http://ilesteban.wordpress.com</a><br>


<br><br><div class="gmail_quote">On Mon, Jul 12, 2010 at 8:39 AM, djb <span dir="ltr">&lt;<a href="mailto:dbrownell83@hotmail.com">dbrownell83@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
Hi,<br>
<br>
I&#39;ve got fusion running, and it is firing my very basic rule that just says<br>
hello when an event is submitted... I have commented out all of the<br>
irrelevant code to leave what&#39;s below.  (I have System.out.println(&quot;1&quot;)s to<br>
see how far it gets)<br>
<br>
It seems to lock up, always in the claimEntry.insert(subevent), but randomly<br>
in that it&#39;s not always on the same claim.<br>
<br>
The thread says it is still running, but it obviously isn&#39;t, and there is no<br>
exception thrown.<br>
<br>
Regards,<br>
Daniel<br>
<br>
<br>
<br>
BEGIN LOOP<br>
<br>
msSince = cor.getTimestamp().getTime() - previousClaimTime;<br>
clock.advanceTime(msSince, TimeUnit.MILLISECONDS);<br>
<br>
<br>
if (cor.isSubmittal())<br>
{<br>
   ClaimSubmittedEvent subevent = new ClaimSubmittedEvent(cor);<br>
   claimEntry.insert(subevent);<br>
}<br>
<br>
previousClaimTime = cor.getTimestamp().getTime();<br>
<br>
END LOOP<br>
<font color="#888888"><br>
--<br>
View this message in context: <a href="http://drools-java-rules-engine.46999.n3.nabble.com/Fusion-Dead-lock-or-something-tp960110p960110.html" target="_blank">http://drools-java-rules-engine.46999.n3.nabble.com/Fusion-Dead-lock-or-something-tp960110p960110.html</a><br>


Sent from the Drools - User mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</font></blockquote></div><br>