<!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">
Stephen Kestle wrote:
<blockquote cite="mid:4BCF8E94.3060204@orionhealth.com" type="cite">
  <ol>
    <li>Is it possible to use a type declared in a dslr inside a rule
flow?&nbsp; If so, is there a way to make the IDE understand it? (currently
it complains that it's "Unable to resolve ObjectType 'MyType'")</li>
  </ol>
</blockquote>
I've somewhat answered this... it imports into my knowledge base
without error when I start, but the trigger doesn't seem to get
evaluated:<br>
<br>
&lt;trigger type="constraint" &gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;constraint type="rule" dialect="mvel"
&gt;o:MyType()&lt;/constraint&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;mapping type="in" from="o" to="myObject" /&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/trigger&gt;<br>
<br>
Instead, I get an activation when I insert my first object (not a
MyType object), and then nothing ever happens with the ruleflow later...
<BR>
<BR>
__________ Information from ESET NOD32 Antivirus, version of virus signature database 5039 (20100418) __________<BR>
<BR>
The message was checked by ESET NOD32 Antivirus.<BR>
<BR>
<A HREF="http://www.eset.com">http://www.eset.com</A><BR>


</body>
</html>