Re: [rules-users] Getting an Error While Executing Rule in Drools 5.0

2010-05-05 Thread miguel machado
@puneet it may be a good ideia memory wise. I'm doing it right now, in order to compile rules just once. _ miguel 2010/5/5 Puneet duggal duggalpu...@gmail.com @ Nikhil, I am not sure weather it a good practice to seralize a package and store it , i am new to it and i am storing the drl

Re: [rules-users] Getting an Error While Executing Rule in Drools 5.0

2010-05-05 Thread Puneet duggal
ohk compiling the rule and storing it its really a good for memory On 5/5/10, miguel machado mls.mach...@gmail.com wrote: @puneet it may be a good ideia memory wise. I'm doing it right now, in order to compile rules just once. _ miguel 2010/5/5 Puneet duggal duggalpu...@gmail.com @

[rules-users] Getting an Error While Executing Rule in Drools 5.0

2010-05-04 Thread Nikhil S. Kulkarni
Hi, I have compiled some rules and added it in packages. Then I serialized those packages and stored in database in the form of CLOB data Now I am able to get Packages back from database and loaded it in RuleBase. But while executing Rule, I am getting the following Exception.

Re: [rules-users] Getting an Error While Executing Rule in Drools 5.0

2010-05-04 Thread Puneet duggal
@ Nikhil, I am not sure weather it a good practice to seralize a package and store it , i am new to it and i am storing the drl files in db . Can we retrive our DRL file after retriving the packge from database.?? On 5/4/10, Nikhil S. Kulkarni nikhil.kulka...@mastek.com wrote: Hi,