<br>&nbsp;&nbsp; Chris,<br><br>&nbsp;&nbsp;&nbsp; What seems to be happening us that your SortieStatus interface has a state attribute. Drools is trying to read this attribute value and cast it to <span class="q">LaunchRecoveryStatusShadowProxy what is causing the problems... 
<br>&nbsp;&nbsp;&nbsp; Best way to solve would be to have the code so I can debug. Is it possible to isolate it and send me?<br><br>&nbsp;&nbsp;&nbsp; []s<br>&nbsp;&nbsp;&nbsp; Edson<br><br></span><br><br><div><span class="gmail_quote">2007/7/18, Chris West &lt;<a href="mailto:crayzfishr@gmail.com">
crayzfishr@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;">Edson,<br><br>It is certainly possible to create a JDK proxy with only some of the interfaces that are present on the delegate object that you are proxying, but in my case, my proxies have all the interfaces of the underlying object.
<br><br>The top two lines of the call stack I sent shows the following:<span class="q"><br><br>Exception in thread &quot;main&quot; 
java.lang.ClassCastException: ascc.status.FlightOpsStatusBoard$LaunchRecoveryStatusShadowProxy<br><div>&nbsp;&nbsp;&nbsp; at org.drools.base.ascc.status.AirPlanStatusBoard$SortieStatus$getState.getValue(Unknown Source)</div></span>
<br>What&#39;s strange here is that the ClassCastException seems to be caused by casting an object of type SortieStatus to type LaunchRecoveryStatusShadowProxy, if I&#39;m reading that right.&nbsp; The types SortieStatus and LaunchRecoveryStatus are both interfaces in my code, and they never appear on the same fact object (so no SortieStatus will ever be a LaunchRecoveryStatus and vice-versa).&nbsp; So I&#39;m wondering why the cast is occuring, since it is not possible to work.
<br><br>The unfortunate part is I cannot see into the class where the cast is occurring, as it is a generated class created by drools.<br><span class="sg"><br>-Chris West</span><div><span class="e" id="q_113da4117b0a2548_4">
<br><br><div><span class="gmail_quote">On 7/18/07, <b class="gmail_sendername">
Edson Tirelli</b> &lt;<a href="mailto:tirelli@post.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">tirelli@post.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>&nbsp;&nbsp; Chris,<br><br>&nbsp;&nbsp;&nbsp; For the solution to work, it is important that a superclass or interface matches all the ObjectTypes in your rulebase that your final class (proxy) matches... I guess that is the case with JDK proxies, isn&#39;t it?
<br>&nbsp; <br>&nbsp;&nbsp;&nbsp; []s<br>&nbsp;&nbsp;&nbsp; Edson<br><br><div><span class="gmail_quote">2007/7/18, Chris West &lt;<a href="mailto:crayzfishr@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">crayzfishr@gmail.com
</a>&gt;:</span><div><span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Edson,<br><br>I downloaded and built the latest from the trunk of the repository.&nbsp; I applied this new build toward my test case, and it seemed to fix the problem.&nbsp; However, when I applied it to my real project, it still exhibits the problem.&nbsp; If I discover more information about the problem I&#39;ll let you know.
<br><br>Thanks,<br><span>Chris West<br><br></span><div><span><span class="gmail_quote">On 7/17/07, <b class="gmail_sendername">Edson Tirelli</b> &lt;<a href="mailto:tirelli@post.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">


tirelli@post.com</a>&gt; wrote:</span></span><div><span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>&nbsp;&nbsp; Chris,<br><br>&nbsp;&nbsp; I found and developed an intermediate solution that shall work for your proxies.<br>&nbsp;&nbsp; If it is not possible to create a shadow fact for a class that is asserted (because the class is final or whatever), the engine goes up in the class hierarchy, looking for a class or interface for which is possible to create the proxy, but that still matches all ObjectTypes available in the rule base matched by the original class. The analysis is a bit complex, specially because new rules with new object types can be dynamically added to the rule base, but I believe the solution will work for JDK proxies and the most common proxy frameworks out there, that usually don&#39;t proxy multiple unrelated interfaces at once.
<br><br>&nbsp;&nbsp; So, I ask you please to get latest snapshot from the repository and try it out for your use case and report back to the list the results, since seems there are a few other people using similar things.<br><br>&nbsp;&nbsp;&nbsp; Thanks,
<br><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Edson<br><br><br></span><div><span><span class="gmail_quote">2007/7/17, Chris West &lt;<a href="mailto:crayzfishr@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
crayzfishr@gmail.com</a>&gt;:</span></span><div><span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Is that still true if the equals() and hashcode() methods are only based on the identity fields of the object (which cannot change)?<div><span><br><br>-Chris West<br><br><div><span class="gmail_quote">
On 7/17/07, <b class="gmail_sendername">
Mark Proctor</b> &lt;<a href="mailto:mproctor@codehaus.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mproctor@codehaus.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">








  

<div bgcolor="#ffffff" text="#000000">
you only need to use modifyRetract if the object is inserted. The
reason for this is if you change field values on your facts we will not
be able to remove them from our various internal hashmaps; thus the
need to remove first prior to any changes, then make the changes and
then insert it again. We can&#39;t allow users to just call update() as we
have no idea what the old values where, thus we cannot find the objects
in our hashmaps.<br><span>
<br>
Mark</span><div><span><br>
Chris West wrote:
<blockquote type="cite">Mark,<br>
  <br>
Using modifyRetract and modifyInsert seems to fix the problem (at least
in my test case I finally created).&nbsp; I&#39;ll try this on my real code.<br>
  <br>
My only concern here is that it puts the burden on the rule author to
know whether things are being shadowed or not.&nbsp; For shadowing that is
explicitly turned off this is ok.&nbsp; But for implicit non-shadowing based
on a class being final, this is not at all obvious to the rule auther.
  <br>
  <br>
Is there any way to have this hidden such that I can still call
&quot;update&quot; but have it use &quot;modifyRetract&quot; and &quot;modifyInsert&quot; instead?<br>
  <br>
Also, I&#39;m curious why I have to call modifyRetract before I start
modifing the object, since the engine does not know about my
modifications anyway until I call update or modifyInsert?&nbsp; By the way,
I was unable to use the block setter approach in the rule consequence
due to not having set methods for modifying my objects.
  <br>
  <br>
Thanks,<br>
-Chris West<br>
  <br>
  <div><span class="gmail_quote">On 7/17/07, <b class="gmail_sendername">Mark Proctor</b> &lt;<a href="mailto:mproctor@codehaus.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mproctor@codehaus.org
</a>&gt;
wrote:</span>
  <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div bgcolor="#ffffff" text="#000000">If you do not have shadow
facts you cannot use the update() method, it
will leave the working memory corrupted. Instead you must manage this
yourself, before you change any values on the object you must call
modifyRetract() and after you hvae finished your changes ot hte object
call modifyInsert() - luckily if you are doing this in the consequence
you can use the MVEL modify keyword combined with the block setter and
it does this for you:<br>
modify ( person ) { age += 1, location = &quot;london&quot; }<br>
    <br>
Mark<br>
Chris West wrote:
    <blockquote type="cite">
      <div><span>Hello,<br>
      <br>
With prior versions of JBoss Rules (3.0.5) I have been using JDK
generated dynamic proxies as facts, and they have been working fine.&nbsp;
However, after upgrading to JBoss Rules 4.0.0MR3, I cannot seem to get
the dynamic proxies to work as facts.&nbsp; It seems that even though a rule
fires that changes a field on the proxy, a second rule that should not
be activated after the update still fires. <br>
      <br>
According to the JDK javadoc documentation, dynamic proxies are created
as final.&nbsp; My assumption is that JBoss Rules is not creating Shadow
facts for these since they are final.&nbsp; After reading the JIRA at <a href="http://jira.jboss.com/jira/browse/JBRULES-960" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://jira.jboss.com/jira/browse/JBRULES-960</a>, I now am questioning
what the effect of not using shadow facts is on the engine.&nbsp; The
relevant part of that is:<br>
      <br>
&quot;The problem is that SpringAOP is generating a proxy whose methods
equals() and hashCode() are &quot;final&quot;. As drools must either override
these methods in the shadow proxy or not shadow the fact at all, I&#39;m
disabling shadow proxy generation for this use case. <br>
      <div>It is really important to note that if you
are asserting SpringAOP
proxies as facts into the working memory, you will not be able to
change any field value whose field is constrained in rules or you may
incur in a memory leak and non-deterministic behavior by the rules
engine. Unfortunately there is nothing we can do about, since when
SpringAOP makes the methods equals and hashcode final, we can&#39;t
override them anymore and as so, we can&#39;t shadow them.&quot;<br>
      </div>
      <div>
      <div style="background: rgb(240, 240, 240) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">
      <div> [ <a href="http://jira.jboss.com/jira/browse/JBRULES-960" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Show »</a> ] </div>
      <div style="overflow: hidden;"> <a name="113da4117b0a2548_113da29aa57f267a_113d9cd385016900_113d72a2500627e6_113d603591cfc572_113d59949b2bc3ef_113d50c1fa4309e0_action_12367491"> </a><a href="http://jira.jboss.com/jira/secure/ViewProfile.jspa?name=tirelli" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">





Edson
Tirelli</a> <font size="-2">[<span>02/Jul/07 03:29 PM</span>]</font>
The problem is that SpringAOP is generating a proxy whose methods
equals() and hashCode() are &quot;final&quot;. As drools must either override
these methods in the shadow proxy or not shadow the fact at all, I&#39;m
disabling shadow proxy generation for this use case.
It is really important to note that if you are asserting SpringAOP
proxies as facts into the working memory, you will not be able to
change any field value whose field is constrained in rules or you may
incur in a memory leak and non-deterministic behavior by the rules
engine. Unfortunately there is nothing we can do about, since when
SpringAOP makes the methods equals and hashcode final, we can&#39;t
override them anymore and as so, we can&#39;t shadow them. </div>
      </div>
      </div>
      <br>
Although I&#39;m not using SpringAOP, I believe my facts are not being
shadowed.&nbsp; <br>
      <br>
Is it true that not using shadow facts may lead to non-deterministic
behavior?&nbsp; Prior to shadow facts, the engine seemed to handle it.&nbsp; Any
chance of reverting back to the old style of truth maintenance in the
case of not using shadow facts. <br>
      <br>
I apologize if I&#39;m not on the right track here.&nbsp; My only test case for
my problem is the entire application right now, so I cannot offer it
for discussion.&nbsp; Any advice would be greatly appreciated.<br>
      <br>
Thanks, <br>
-Chris West<br>
      <br>
      </span></div>
      <pre><hr size="4" width="90%"><span>
_______________________________________________<br>rules-users mailing list<br><a href="mailto:rules-users@lists.jboss.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">rules-users@lists.jboss.org
<br><br><br><br><br><br></a>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">https://lists.jboss.org/mailman/listinfo/rules-users</a>
  </span></pre>
    </blockquote>
    <br>
    </div>
    <br>
_______________________________________________<br>
rules-users mailing list<br>
    <a href="mailto:rules-users@lists.jboss.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">rules-users@lists.jboss.org</a><br>
    <a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
    <br>
  </blockquote>
  </div>
  <br>
  <pre><hr size="4" width="90%">
_______________________________________________<br>rules-users mailing list<br><a href="mailto:rules-users@lists.jboss.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">rules-users@lists.jboss.org
<br><br><br><br><br></a>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">https://lists.jboss.org/mailman/listinfo/rules-users</a>
  </pre>
</blockquote>
<br>
</span></div></div>

<br>_______________________________________________<br>rules-users mailing list<br><a href="mailto:rules-users@lists.jboss.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">rules-users@lists.jboss.org
</a><br><a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
https://lists.jboss.org/mailman/listinfo/rules-users</a><br><br></blockquote></div><br>
</span></div><br>_______________________________________________<br>rules-users mailing list<br><a href="mailto:rules-users@lists.jboss.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">rules-users@lists.jboss.org
</a><br><a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">https://lists.jboss.org/mailman/listinfo/rules-users</a><br><br></blockquote></span>



</div></div>
<br><br clear="all"><div><span><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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
www.jboss.com</a>
</span></div><br>_______________________________________________<br>rules-users mailing list<br><a href="mailto:rules-users@lists.jboss.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">rules-users@lists.jboss.org
</a><br><a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">https://lists.jboss.org/mailman/listinfo/rules-users</a><br><br></blockquote></span>


</div></div>
<br>
<br>_______________________________________________<br>rules-users mailing list<br><a href="mailto:rules-users@lists.jboss.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">rules-users@lists.jboss.org
</a><br><a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
https://lists.jboss.org/mailman/listinfo/rules-users</a><br><br></blockquote></span></div></div><div><span><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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">www.jboss.com</a>
</span></div><br>_______________________________________________<br>rules-users mailing list<br><a href="mailto:rules-users@lists.jboss.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">rules-users@lists.jboss.org
</a><br><a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">https://lists.jboss.org/mailman/listinfo/rules-users</a><br><br></blockquote></div>

<br>
</span></div><br>_______________________________________________<br>rules-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org
</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br><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>