replaced jars drools-core-3.0.1, drools-decisiontables-3.0.1,
drools-jsr94-3.0.1, drools-compiler-3.0.1 by their 3.0.4 versions. now,
getting execption on the 2nd line of my function:


        //---------function to display excel rules in .drl format--------
        public String getXLSRules(String ruleBasePath) {
                SpreadsheetCompiler converter = new SpreadsheetCompiler();
                String drl = converter.compile(ruleBasePath, InputType.XLS);    
   
//--------exception here--------
                System.out.println("\n\n" + drl);
                return drl;
        }


the exception is:

java.lang.NoClassDefFoundError: jxl/read/biff/BiffException
        at org.drools.decisiontable.XlsInput.createParser(Unknown Source)
        at
org.drools.decisiontable.SpreadsheetCompiler.getRuleSheetListener(Unknown
Source)
        at org.drools.decisiontable.SpreadsheetCompiler.compile(Unknown Source)
        at org.drools.decisiontable.SpreadsheetCompiler.compile(Unknown Source)
        at
com.stabilix.rule.jbossrule.JbossRuleEngine.getXLSRules(JbossRuleEngine.java:177)


plz help A.S.A.P. since this is very urgent.

thanx
Jojan


-- 
View this message in context: 
http://www.nabble.com/exception-in-SpreadsheetCompiler%28%29.compile%28.%2C.%29%2C-in-3.0.4%2C-not-in-3.0.1-tf2535631.html#a7064203
Sent from the drools - user mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to