From kris.verlaenen at cs.kuleuven.be Mon Aug 24 22:20:03 2009 Content-Type: multipart/mixed; boundary="===============4497421126219070741==" MIME-Version: 1.0 From: Kris Verlaenen To: rules-users at lists.jboss.org Subject: Re: [rules-users] Using constants in drools flow Date: Tue, 25 Aug 2009 04:05:59 +0200 Message-ID: <1251165959.4a9347078de9c@webmail2.kuleuven.be> In-Reply-To: 416772d30908231336o65752e7bucc47ffe7a8edc45f@mail.gmail.com --===============4497421126219070741== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable The Drools Flow XSD can be found in the drools-compiler jar. http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-compiler/s= rc/main/resources/META-INF/drools-processes-5.0.xsd You can define globals in the header section like this:
Kris Quoting kothvandir kothvandir : > Hello, > = > How can I define a constant in en jboss flow process so I can use it > in a > flow-group rules? > I have defined it in the .drl that contains the ruleflow-group but > when i > try to set the constant with my service object using: > = > ksession.setGlobal("myService", serviceObject); > an Exception is thrown > java.lang.RuntimeException: Unexpected global > [myService] > = > = > Is there any way to define globals in the .rf file within tag? > anyone > knows where can i find the xsd description for .tf files? > = > Thanks > = Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm --===============4497421126219070741==--