[rules-users] Error is Java.lang.RuntimeException

FrankVhh frank.vanhoenshoven at agserv.eu
Wed Aug 24 11:02:04 EDT 2011


Hi,

Maybe you can put something like the following in the code:

SpreadsheetCompiler xlsCompiler = new SpreadsheetCompiler();
String drl =
xlsCompiler.compile(ResourceFactory.newClassPathResource("Sample.xls").getInputStream(),InputType.XLS);
System.out.println(drl);

This should enable you to see the generated drl (Syntax not checked, also I
am not entirely certain whether it always works)

Otherwise, maybe you could post your .xls file. Together with your code, it
shouldn't be to hard to replicate the error.

Regards,
Frank 

--
View this message in context: http://drools.46999.n3.nabble.com/rules-users-no-subject-tp3280773p3281195.html
Sent from the Drools: User forum mailing list archive at Nabble.com.



More information about the rules-users mailing list