<br>&nbsp; Your approach is correct... what error do you see?<br><br>&nbsp; []s<br>&nbsp; Edson<br><br><div><span class="gmail_quote">2008/2/13, ST &lt;<a href="mailto:super_thunder2@hotmail.com">super_thunder2@hotmail.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;">
Hi,<br> <br> Is it possible to reference two or more classes with the same name but in<br> different packages in a DRL file?&nbsp;&nbsp;For example if I have a class named Order<br> but the class exists in two different packages.&nbsp;&nbsp;One is<br>
 customer.invoicing.Order the other is client.service.productcatalog.Order.<br> <br> I tried something like the following but got an error when the DRL file is<br> parsed.<br> <br> rule &quot;Customer Rule&quot;<br> when<br>
&nbsp;&nbsp;o: customer.invoicing.Order()<br> then<br>&nbsp;&nbsp;System.out.println(&quot;customer invoice order exists.&quot;);<br> <br> <br> rule &quot;Client Rule&quot;<br> when<br>&nbsp;&nbsp;o: client.service.productcatalog.Order()<br> then<br>&nbsp;&nbsp;System.out.println(&quot;client order exists.&quot;);<br>
 <br> Thanks,<br> ST<br> <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;JBoss Drools Core Development<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>