Hi,<br>
<br>
Does drools work with JDK 1.4 ?<br>
<br>
The following is what i have in my xml rules file<br>
<br>
&lt;?xml version=&quot;1.0&quot;?&gt;<br>
&lt;rule-set name=&quot;Tests assignment rules&quot; xmlns=&quot;<a href="http://drools.org/rules">http://drools.org/rules</a>&quot;<br>
&nbsp;&nbsp;&nbsp; xmlns:java=&quot;<a href="http://drools.org/semantics/java">http://drools.org/semantics/java</a>&quot;<br>
&nbsp;&nbsp;&nbsp; xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>&quot;&gt;<br>
&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; &lt;java:import&gt;java.lang.String&lt;/java:import&gt; <br>
&nbsp;&nbsp;&nbsp; &lt;java:import&gt;java.util.List&lt;/java:import&gt;<br>
<br>
&nbsp;&nbsp;&nbsp; &lt;rule name=&quot;rule1&quot; salience=&quot;100&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;parameter identifier=&quot;message&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;java:class&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; String<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/java:class&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/parameter&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;java:condition&gt;message.equals(&quot;testMessage&quot;)&lt;/java:condition&gt; <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;java:consequence&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System.out.println(&quot;Received message &quot;+testMessage);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/java:consequence&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/rule&gt;<br>
<br>
&lt;/rule-set&gt;<br>
<br>
<br>
Have included the following jar files in the classpath.<br>
1) drools-compiler-4.0.0.jar<br>
2) drools-core-4.0.0.jar<br>
3) antlr-runtime-3.0.jar<br>
4) core-3.2.3.v_686_R32x.jar<br>
5) mvel14-1.2rc1.jar<br>
<br>
Have placed the rules in an xml file. The xml file is placed in the<br>
folder/package &quot;rules/test&quot;. When the application tries to call the<br>
&quot;loadFromReader&quot; method, after getting the InputStreamReader,&nbsp; i get the<br>
following exception<br>
<br>
[8/10/07 13:16:24:173 GMT] 00000045 SystemErr&nbsp;&nbsp;&nbsp;&nbsp; R<br>
org.drools.compiler.PackageBuilder$MissingPackageNameException: Missing<br>
package name for rule package.<br>
<br>
Would appreciate if someone could guide me on this.<br>
<br>
<br>
-- <br>
P.N.Subramanian <br clear="all"><br>