Re: [rules-users] exception jitting problem

2012-09-18 Thread brendanneff
I removed the Integer part from the rule and also changed the getMonthlyIncome to an int instead of an Integer, and that fixed the problem. I'm not sure if it was one or the other that did it since I did both, but if you'd like me to test each separately, I'd be happy to try it if that would help.

Re: [rules-users] exception jitting problem

2012-09-14 Thread brendanneff
ic CMVEmployerBean getLatestEmployer() { return getEmployer(0); } public void setEmployers(List employers) { this.employers = employers; } } Mario Fusco wrote > > > brendanneff wrote >> >> Here are the rules that

[rules-users] exception jitting problem

2012-09-13 Thread brendanneff
Hello, I recently "inherited" drools management of our system when the previous code owner left the company unexpectedly, and sure enough, as soon as he left, I found the errors posted below. Being new to drools, I'm pretty lost about how to begin troubleshooting this issue. I read a few forum