<!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">
Bagwell, Allen F wrote:
<blockquote
 cite="mid:095F63C9851E5B42ABFB0506D5EA557010E943E4AA@ES02SNLNT.srn.sandia.gov"
 type="cite">
  <pre wrap="">That's not so welcome news. Our old rule engine software had this ability. We'll find a work-around, but is this being considered in a later update to Drools?  My thought is that rule should be like method: you really should only need to write it once.
  </pre>
</blockquote>
no plans to add this, especially as ruleflow is the preferred way to
orchestration rules so that's where our focus is these days. Which is
your old rule engine that supported this? I don't believe jess or clips
allow a rule to live in multiple modules - which is what AgendaGroups
is based on. <br>
<br>
Mark<br>
<blockquote
 cite="mid:095F63C9851E5B42ABFB0506D5EA557010E943E4AA@ES02SNLNT.srn.sandia.gov"
 type="cite">
  <pre wrap="">
-A


-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:rules-users-bounces@lists.jboss.org">rules-users-bounces@lists.jboss.org</a> [<a class="moz-txt-link-freetext" href="mailto:rules-users-bounces@lists.jboss.org">mailto:rules-users-bounces@lists.jboss.org</a>] On Behalf Of Mark Proctor
Sent: Wednesday, August 27, 2008 12:07 PM
To: Rules Users List
Subject: Re: [rules-users] More than one agenda group for a rule?

Bagwell, Allen F wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I was wondering (hoping) that there is a way to put a rule into more
than one agenda group?

I've tried writing:

rule "example"
   agenda-group "process x stuff"
   agenda-group "process y stuff"
   when
        (blah, blah, blah)
   then
        (blah, blah, blah)
end

But while the compiler has no problems with this it really only
includes the rule in the last agenda-group listed.
    </pre>
  </blockquote>
  <pre wrap=""><!---->nope, not possible.
  </pre>
  <blockquote type="cite">
    <pre wrap="">Thanks,
Allen



----------------------------------------------------------------------
--

_______________________________________________
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>
  <pre wrap=""><!---->
_______________________________________________
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>



_______________________________________________
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>