<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div><span>From test.drl:</span></div><div><span><br></span></div><div><span>package test<br></span></div><div><span><br></span></div><div><span>import com.sample.Patient;<br><br>rule "test"<br>when<br>&nbsp;&nbsp;&nbsp; $p:Patient($userId: userId)<br>then<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; System.out.println("Patient "+ $userId + " " +&nbsp; $p.getCreateDate() +&nbsp; "(package test)"&nbsp;&nbsp;&nbsp; );<br>end<br><br>rule "user"<br>when<br>&nbsp;&nbsp;&nbsp; $p: Patient($userId: userId)<br>then<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp; System.out.println("User " + $userId + " " + $p.getCreateDate() + " (package test)"&nbsp;&nbsp;&nbsp; );<br>end<br><br>rule "hello"<br>when<br>then<br>System.out.println("Hello World package test");<br>end<br><br></span></div><div><span><br></span></div><div><span>From
 test-two.drl:</span></div><div><span><br></span></div><div><span>package test.two<br></span></div><div><span>rule "hello one test two"<br>when<br>then<br>System.out.println("Hello World ONE package test two");<br>end<br><br><br><br>rule "hello two test two"<br>when<br>then<br>System.out.println("Hello World TWO package test two");<br>end<br></span></div><div><br></div><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"><div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"><font face="Arial" size="2"><hr size="1"><b><span style="font-weight:bold;">From:</span></b> lhorton &lt;LHorton@ABCLegal.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> rules-users@lists.jboss.org<br><b><span style="font-weight: bold;">Sent:</span></b> Tuesday, September 20, 2011 3:41 PM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [rules-users] Changeset does not monitor folder
 correctly<br></font><br>If you will post your drl files, maybe we can see what the problem might be.&nbsp; <br><br>--<br>View this message in context: <a href="http://drools.46999.n3.nabble.com/Changeset-does-not-monitor-folder-correctly-tp3337573p3353222.html" target="_blank">http://drools.46999.n3.nabble.com/Changeset-does-not-monitor-folder-correctly-tp3337573p3353222.html</a><br>Sent from the Drools: User forum mailing list archive at Nabble.com.<br>_______________________________________________<br>rules-users mailing list<br><a ymailto="mailto:rules-users@lists.jboss.org" 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><br><br></div></div></div></body></html>