Re: [rules-users] Category Rules - Guvnor

2010-02-11 Thread Amit Kumar
ok it seems to be working.. I can see the extends keyword getting generated. I will try to simulate a simple scenario again.. thanks folks for your help Thanks Amit On Thu, Feb 11, 2010 at 6:44 PM, Amit Kumar wrote: > Thanks Michael for the quick reply > I don't see that anywhere in the documen

Re: [rules-users] Category Rules - Guvnor

2010-02-11 Thread Amit Kumar
Thanks Michael for the quick reply I don't see that anywhere in the documentation and when I do a view package source then I do not see any extends keyword. Can you point me to some documentaion in this regards on how it works. Thanks Amit On Thu, Feb 11, 2010 at 5:00 PM, Michael Rhoden < mrho...

Re: [rules-users] Category Rules - Guvnor

2010-02-11 Thread Michael Rhoden
The category rule should just extend all child rules in that category. If all is working your generated DRL should have "extends" in the "tax" (etc) rules. -Michael On Feb 11, 2010, at 6:33 PM, Amit Kumar wrote: > Hi Folks, > > I am looking at the category rules and have a scenario to use i

[rules-users] Category Rules - Guvnor

2010-02-11 Thread Amit Kumar
Hi Folks, I am looking at the category rules and have a scenario to use it. Goes like this Person Name String City String income int I want to categorize the rules in states -US -- NewYork -- Seatle -- SanFrancisco I have created 3 rules rule "people living in NY" when

[rules-users] JMS/Pipeline how to get the result out of it?

2010-02-11 Thread jschmied
Hi! I'm implementing a architecture where Drools is behind a Oracle Message Queue. I have already done a OracleJmsMessenger because I use it without a Appserver (JNDI/Context) and I'd like to use the Oracle XMLType as message payload. (Dosn't work with vanilla JMS) My pipeline consists of: Pipe

[rules-users] drools execution server

2010-02-11 Thread Kessler Bortoluzzi, Mariana
Hello everyone, I am trying to use the drools execution server, and was able to post XML requests to it and get an XML answer, but I could not change the inOutFacts using my rules. Except for the "Execution Server is running" page, I didn't find any documentation about it. Is there any other