<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
FactTemplates where an experimental feature that are still in the
engine, just unsupported. I wasn't happy with what we had and in order
to get 4.0 out hand to punt. Having this working is becoming a higher
priority now. We actually want to be able to support pluggeable data
objects, so while it may not be possible now if they don't follow the
JavaBean spec, you can certainly help us get the pluggeable data
objects implementation correct.<br>
<br>
Mark<br>
jack wu wrote:
<blockquote cite="mid:890299.58930.qm@web82012.mail.mud.yahoo.com"
 type="cite">
  <style type="text/css"><!-- DIV {margin:0px;} --></style>
  <div
 style="font-family: times new roman,new york,times,serif; font-size: 12pt;">
  <div>Hi, I am wondering if it is possible to use the EMF EObject,
instead of java beans as facts. or does it require a lot of effort to
make that happen.<br>
  <br>
what EObject has is very similar to what the Fact interface requires:<br>
&nbsp;&nbsp;&nbsp; Object getFieldValue(String name);<br>
&nbsp;&nbsp;&nbsp; void setFieldValue(String name,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Object value);<br>
  <br>
when a java beans got passed in as fact, do we internally instantiate a
Fact object to represent the java bean? at runetime, when rules are
evaluated, do all the calls to get fact field values go through the
Fact interface? using getFieldValue()? <br>
  <br>
thanks.<br>
  <br>
jack.<br>
  </div>
  </div>
  <br>
  <hr size="1"><a moz-do-not-send="true"
 href="http://us.rd.yahoo.com/evt=48250/*http://searchmarketing.yahoo.com/arp/sponsoredsearch_v9.php?o=US2226&amp;cmp=Yahoo&amp;ctv=AprNI&amp;s=Y&amp;s2=EM&amp;b=50">Pinpoint
customers </a>who are looking for what you sell.
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>
  </pre>
</blockquote>
<br>
</body>
</html>