Command line Configuration File Template
The
TIBCO BusinessWorks Container Edition migration configuration file,
.properties
file is a template file that contains configurable properties to migrate design time libraries, custom XPath functions, selected processes and projects using the command line.
To migrate projects using the command line migration option open the
.properties
file and paste the command from the
.properties
file on the command prompt and execute the command which has the following format as stated below:
Example:
bwmigrator.exe [-data <User_Workspace>] -projectDir <BusinessWorks 6.x Target directory> <BusinessWorks 5.x Project location> -propFile <.properties location>
The properties to be configured to migrate design time libraries, custom XPath functions, and selected processes are explained in the tables below.
Property | Description |
---|---|
selectProcess
|
The default value
false migrates all the processes.
Set the property to
|
selectLinkedProcess
|
The default value
false migrate the specified main process.
For example,
Set the property to
.process=<folder1/process1>,</process2>, . Specifying the main process path migrate all the processes that are dependent on the main process.
|
.process
|
Provide comma separated processes with relative process paths with respect to the ActiveMatrix BusinessWorks 5.x project root folder as explained in the following example.
.process=Service/ZipInfo-service1.serviceagent,TestService/getCityInfoTest.process,Service/getCityInfoService.process,TestService/getCityDistanceTestJMS.process,Service/getCityDistanceService.process,TestService/getCityInfoTestJMS.process,TestService/getCityDistanceTest.process, |
Property | Description |
---|---|
sharedModule
|
The default value of this property is
false , and migrates the DTL as an application module.
Set the property to
|
Property | Description |
---|---|
dtlDir
|
Provide the project lib folder location here.
For example,
|
sharedModuleDirs
|
Provide multiple directory locations by using comma separated values.
For example,
|
Property | Description |
---|---|
singleCXFGroupProject
|
By default, the property is set to
true , to migrate all the custom XPath functions under a single custom XPath function group.
Set the property to
|
thirdPartyCXFJarDir
|
Provide the location of the third party JAR files that are referred by the custom XPath function. |