[jboss-jira] [JBoss JIRA] Created: (JBRULES-1884) XLS compiler fails
Quince Wilson (JIRA)
jira-events at lists.jboss.org
Wed Dec 3 15:14:36 EST 2008
XLS compiler fails
------------------
Key: JBRULES-1884
URL: https://jira.jboss.org/jira/browse/JBRULES-1884
Project: JBoss Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: drools-decisiontables
Affects Versions: 4.0.7
Environment: openSuse 11.0
eclipse 3.3
java 1.5
Reporter: Quince Wilson
Assignee: Mark Proctor
Priority: Minor
When using decision tables example the converter.compile() fails with the error:
WARNING: Wasn't able to correctly close stream for decision table. null
When you locate the Sample.xls file outside the class path.
Sample code with change:
final SpreadsheetCompiler converter = new SpreadsheetCompiler();
final String drl = converter.compile( "/tmp/Sample.xls", InputType.XLS );
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list