[
https://jira.jboss.org/browse/SEAMDROOLS-10?page=com.atlassian.jira.plugi...
]
Tihomir Surdilovic commented on SEAMDROOLS-10:
----------------------------------------------
* KnowledgeBuilder kbuilder = KnowledgeBuilderFactory.newKnowledgeBuilder();
* DecisionTableConfiguration dtconf =
KnowledgeBuilderFactory.newDecisionTableConfiguration();
* dtconf.setInputType( DecisionTableInputType.XLS );
* dtconf.setWorksheetName( "Tables_2" );
* kbuilder.add( ResourceFactory.newUrlResource(
"file://IntegrationExampleTest.xls" ),
* ResourceType.DTABLE,
* dtconf );
* assertFalse( kbuilder.hasErrors() );
* KnowledgeBase kbase = KnowledgeBaseFactory.newKnowledgeBase();
Add configuration support for DecisionTableConfiguration
--------------------------------------------------------
Key: SEAMDROOLS-10
URL:
https://jira.jboss.org/browse/SEAMDROOLS-10
Project: Seam Drools
Issue Type: Feature Request
Reporter: Tihomir Surdilovic
Assignee: Tihomir Surdilovic
Add configuration support for DecisionTableConfiguration
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira