[seam-issues] [JBoss JIRA] Commented: (SEAMDROOLS-10) Add configuration support for DecisionTableConfiguration

Tihomir Surdilovic (JIRA) jira-events at lists.jboss.org
Wed Sep 15 00:41:28 EDT 2010


    [ https://jira.jboss.org/browse/SEAMDROOLS-10?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12550975#action_12550975 ] 

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

        


More information about the seam-issues mailing list