Re: [rules-users] Cannot instantiate PackageBuilder object

2009-01-27 Thread Edson Tirelli
All the spreadsheet compiler does is to convert your XLS into a DRL source code. The actual "code compiler" is the PackageBuilder. It usually fails like that if you are missing either JDT / Janino compiler (whichever you are using for java dialect) or MVEL (for MVEL dialect). []s Edson 2

Re: [rules-users] Cannot instantiate PackageBuilder object

2009-01-27 Thread Kiran Narasareddy
Hi, Thanks for the reply.. But , my decision table(excel sheet) is being complied properly by spreadsheet compiler (while the code is being deployed as webservice)and the drl string is being formed. So ,I think classpath should not be an issue. Kiran Narasareddy Computers make very fast, very

Re: [rules-users] Cannot instantiate PackageBuilder object

2009-01-26 Thread Edson Tirelli
Classpath problem as mentioned on your other e-mail. 2009/1/24 Kiran Narasareddy > Hi, > I am currently working on project which employs Drools 4.0.7 and > webServices using Axis2 . My code works well when I run it as standalone app > inside eclipse. > But as soon as I deploy the same cod

[rules-users] Cannot instantiate PackageBuilder object

2009-01-24 Thread Kiran Narasareddy
Hi, I am currently working on project which employs Drools 4.0.7 and webServices using Axis2 . My code works well when I run it as standalone app inside eclipse. But as soon as I deploy the same code as a web service inside Axis2, I get a *java.lang.NullPointerException*. When I tried to debug