Re: [rules-users] error resolving class name on imported class when loading package

2011-08-01 Thread Michael Anstis
Thanks for feeding back your solution. It's bound to be of help to others who find themselves in a similar position to yourself. With kind regards, Mike On 1 August 2011 19:10, lhorton wrote: > Got around this error for now by using non-strict mode for mvel. I have > seen > inquiries before

Re: [rules-users] error resolving class name on imported class when loading package

2011-08-01 Thread lhorton
Got around this error for now by using non-strict mode for mvel. I have seen inquiries before on this forum about how to set the drools.dialect.mvel.strict property using Spring config so thought I'd share my bean definition. One caveat is to make sure the mvel config bean is created before any d

[rules-users] error resolving class name on imported class when loading package

2011-07-29 Thread lhorton
I am getting an error when the knowledge agent loads a pkg. The rules source file contains an import for a class: com.abclegal.domain.task.FileDocumentsWithCourtTask and the RHS of a rule makes a cast using the class name without fully qualifying it: ((FileDocumentsWithCourtTask)$step.ge