<p>Can you view the package source in Guvnor and report if it shows an explicit dialect?</p>
<p>IIRC you are not the first person who has experienced this type of behaviour.</p>
<p>sent on the move</p>
<p>On 20 Jan 2012 21:52, &quot;domingo&quot; &lt;<a href="mailto:sprabakkar@gmail.com">sprabakkar@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have one simple rule, just check the boolean attribute of the object and<br>
print the value of the boolean, that simple rule. I am using java as my rule<br>
dialect. I found something interesting while debugging.<br>
<br>
1. When i read the drl file from the local file stream I found the<br>
following...<br>
<br>
        getDialect ::: java<br>
        getConsequence :::<br>
my.test.package.name.TestOne.Rule_boolean_test_rule_0DefaultConsequenceInvoker@b3a21684<br>
<br>
2. when i read the same drl from the guvnor I found the following...<br>
        getDialect ::: mvel<br>
        getConsequence ::: org.drools.base.mvel.MVELConsequence@67bc67bc<br>
<br>
<br>
Here is is my doubt...since i use the same rule file and &#39;java&#39; as dialect<br>
why the consequence and dialect are diffrence from ocal file stream.<br>
<br>
If anyone clear this doubt will be greatly appreciated.<br>
<br>
-----<br>
with kind regards,<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/rule-dialect-issue-in-local-file-stream-Vs-Guvnor-tp3676750p3676750.html" target="_blank">http://drools.46999.n3.nabble.com/rule-dialect-issue-in-local-file-stream-Vs-Guvnor-tp3676750p3676750.html</a><br>

Sent from the Drools: User forum 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>
</blockquote></p>