You can generate class files for a decision table using the TIBCO BusinessEvents Decision Manager user interface, or at the command line. The class files are used for deployment of decision tables. This section explains how to do this task at the command line.
1. Navigate to BE_HOME/studio/bin/ and open a command prompt.studio-tools -op generateClass [-h] -p studioProjectDir [-n studioProjectName] -o outputPath [-x {true | false}] [-cp extendedClasspath]studio-tools -op generateClass -p D:\Workspace\FraudDetection -o c:\temp -x true -cp c:\tibco\be\5.0\lib\myjar.jarTable 11, TIBCO BusinessEvents Studio Tools for Generating Class Files, provides detailed information about the options.
Specifies the generateClass operation for generating class files for deployment of decision tables. Absolute path to the TIBCO BusinessEvents Studio project directory. The EAR file is built using this project. Optional. Specifies the name of the TIBCO BusinessEvents Studio project containing the decision table. If not specified, the final (leaf) directory name in the projectDir path is used as the project name. Optional. If true, overwrites any existing class file with the same name. Optional. Extended classpath. Use as needed. For example, additional classpath information is needed if the decision table uses custom functions or third-party JAR files. Separate entries by the appropriate path separator. For example if the separator is semicolon (;):
Copyright © TIBCO Software Inc. All Rights Reserved.