Re: [rules-users] Object not seen in working memory i.e not evaluated by rules

2010-11-17 Thread drooRam
Here is my observation, i can see the Ruleflowprocessinstance i.e workflow process "loanApprovaltest" in my test case but when i debug its not showing in the workingmemory view, i guess that the whole process instance doesn't get into working memory. I guess this could be the reason why rules are

[rules-users] Object not seen in working memory i.e not evaluated by rules

2010-11-16 Thread drooRam
Hi I tried to do a simple test case using spring drools. Following is the test class, it inserts customer object into the workflow.rf and fire the rules 1. nameShouldBeEntered & 2. emailShouldBeValid I have also attached drl, rf and applicationContext.xml files in this mail. nameShouldBeEnter