Stephen Kestle wrote:

   1. Is it possible to use a type declared in a dslr inside a rule
      flow?  If so, is there a way to make the IDE understand it?
      (currently it complains that it's "Unable to resolve ObjectType
      'MyType'")

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:

<trigger type="constraint" >
          <constraint type="rule" dialect="mvel" >o:MyType()</constraint>
         <mapping type="in" from="o" to="myObject" />
        </trigger>

Instead, I get an activation when I insert my first object (not a MyType object), and then nothing ever happens with the ruleflow later...



__________ Information from ESET NOD32 Antivirus, version of virus signature 
database 5039 (20100418) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

_______________________________________________
rules-dev mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-dev

Reply via email to