Re: [rules-users] Stateful Session giving major issues

2013-01-28 Thread starfish15
it was a silly mistake from my end, i had used the wrong inputs to the rules and hence the o/p was nvr coming up. If possible do DELETE this query itself. :( -- View this message in context: http://drools.46999.n3.nabble.com/Stateful-Session-giving-major-issues-tp4021832p4021858.html Sent from

Re: [rules-users] Stateful Session giving major issues

2013-01-26 Thread Wolfgang Laun
SSI ssi = (SSI)hm.get("pa_cycle_ssi"); assert "ES".equals(ssi.getCD()) && "Y".equals( ssi.getEOC_IN()) && "N".equals( ssi.getIN() ); CMPG_REF cmpRef = (CMPG_REF)hm.get("pa_cmpg_ref"); assert ... etc. -W On 26/01/2013, starfish15 wrote: > > Hi laune, > > I am sorry, i didnt

Re: [rules-users] Stateful Session giving major issues

2013-01-26 Thread Michael Anstis
You show the rules. You show extraction of Facts from a HashMap. You do not show the Fact's values. Why should we therefore believe the rule should activate? On 26 January 2013 11:46, starfish15 wrote: > > Hi laune, > > I am sorry, i didnt understand the ISSUE much. What do you mean by any >

Re: [rules-users] Stateful Session giving major issues

2013-01-26 Thread starfish15
Hi laune, I am sorry, i didnt understand the ISSUE much. What do you mean by any PROOF??? I would appreciate if you could you be more specific Regards, Starfish -- View this message in context: http://drools.46999.n3.nabble.com/Stateful-Session-giving-major-issues-tp402183

Re: [rules-users] Stateful Session giving major issues

2013-01-26 Thread Wolfgang Laun
On 26/01/2013, starfish15 wrote: > Hello, > > I am using Drools 5.2. I am not sure why not able to find the result here. > I am supposed to get the value from the Action in this rule as shown below. > But its never found. Kindly assist me with what is it that i have'nt > included. You haven't inc

[rules-users] Stateful Session giving major issues

2013-01-25 Thread starfish15
Hello, I am using Drools 5.2. I am not sure why not able to find the result here. I am supposed to get the value from the Action in this rule as shown below. But its never found. Kindly assist me with what is it that i have'nt included. First the rules //generated from Decision Table import boa