How to export Domain Model using studio tools

How to export Domain Model using studio tools

book

Article ID: KB0082325

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition 5.3.0 5.4.0

Description

You must first change directory to BE_HOME/studio/bin.

Then the command which correctly exports the Domain Model with the DecisionTable is:
'.\studio-tools.exe -dt exportToExcel -studioProjPath TIBCO_HOME\examples\decision_manager\CreditCardApplication\CreditCardApplication -dtPath \Virtual_RF\ProcessApplication.rulefunctionimpl -excelPath .'

If you add '-e TIBCO_HOME\examples\decision_manager\CreditCardApplication\CreditCardApplication.ear' the DecisionTable will be exported but the Domain Model will NOT be present in the Excel file.
 

Issue/Introduction

If you use the -e option to provide the EAR studio-tools will not export the any Domain Model with the Decision Table (DT).

Environment

All

Resolution

Remove the -e option.  This is being investigated as a bug.