<br>&nbsp;&nbsp; Looks like a bug. Can you please open a JIRA for this?<br><br>&nbsp;&nbsp; Thanks <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Edson<br><br><div><span class="gmail_quote">2007/8/23, Dean Jones &lt;<a href="mailto:dean.m.jones@gmail.com">dean.m.jones@gmail.com</a>
&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello again,<br><br>I&#39;m probably missing something fundamental here, but I have the
<br>following rulebase:<br><br>package org.drools.examples<br><br>rule &quot;Hello World&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;when<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Integer()<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.out.println(&quot;Hello world&quot;);<br>end<br>
<br>rule &quot;Goodbye World&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;when<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;not Integer()<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.out.println(&quot;Goodbye cruel world&quot;);<br>end<br><br>and the following code:<br><br>public class TestReadRuleFile {
<br><br>public static void main(String[] args) throws Exception {<br>&nbsp;&nbsp;PackageBuilder builder = new PackageBuilder();<br>&nbsp;&nbsp;InputStreamReader is = new InputStreamReader(<br>&nbsp;&nbsp; TestReadRuleFile.class.getResourceAsStream(&quot;
test.drl&quot;));<br>&nbsp;&nbsp;builder.addPackageFromDrl(is);<br>&nbsp;&nbsp;Package pkg = builder.getPackage();<br>&nbsp;&nbsp;RuleBase jbossRulebase = RuleBaseFactory.newRuleBase();<br>&nbsp;&nbsp;jbossRulebase.addPackage(pkg);<br>&nbsp;&nbsp;StatelessSession session = 
jbossRulebase.newStatelessSession();<br>&nbsp;&nbsp;session.execute(new Float(1));<br>}<br><br>}<br><br>Neither of the rules fire, which is not what I expected - I thought<br>that the &quot;Goodbye world&quot; rule would fire. When I switch to using a
<br>StatefulSession, the rules behave as I expect. Any thoughts on what&#39;s<br>going on here? Thanks,<br><br>Dean.<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">https://lists.jboss.org/mailman/listinfo/rules-users</a><br></blockquote></div><br><br clear="all"><br>-- <br>&nbsp;&nbsp;Edson Tirelli
<br>&nbsp;&nbsp;Software Engineer - JBoss Rules Core Developer<br>&nbsp;&nbsp;Office: +55 11 3529-6000<br>&nbsp;&nbsp;Mobile: +55 11 9287-5646<br>&nbsp;&nbsp;JBoss, a division of Red Hat @ <a href="http://www.jboss.com">www.jboss.com</a>