Description Syntax Example sca_extractPlan

9-12 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

9.4.1.3 Examples

The following example attaches the configplan.xml configuration plan file to the HelloWorld application. wls:mydomainServerConfig sca_attachPlantmpsca_HelloWorld_rev1.0.jar, tmpconfigplan.xml The following example overwrites the existing configuration plan with configplan.xml file in the HelloWorld application. wls:mydomainServerConfig sca_attachPlantmpsca_HelloWorld_rev1.0.jar, tmpconfigplan.xml, overwrite=true

9.4.2 sca_extractPlan

Command Category: Configuration Plan Management Commands Use with WLST: Offline

9.4.2.1 Description

Extracts a configuration plan packaged with the SOA composite application file for editing. This is an optional step. If no plan exists, this is the same as creating a new file with sca_generatePlan.

9.4.2.2 Syntax

sca_extractPlansar, configPlan, [overwrite], [verbose]

9.4.2.3 Example

The following example extracts the configplan.xml file for editing from the HelloWorld application. wls:mydomainServerConfig sca_extractPlantmpsca_HelloWorld_rev1.0.jar, tmpconfigplan.xml verbose Optional. Indicates whether to print more information about the configuration plan attachment. ■ true default: Prints more information. ■ false: Does not print more information. Argument Definition sar Absolute path of a SAR file. configPlan Absolute path of a configuration plan file to which to be extracted. overwrite Optional. Indicates whether to overwrite an existing configuration plan file in the SAR file. ■ false default: Does not overwrite the plan. ■ true: Overwrites the plan. verbose Optional. Indicates whether to print more information about configuration plan extraction. ■ true default: Prints more information. ■ false: Does not print more information. Argument Definition Oracle SOA Suite Custom WLST Commands 9-13 The following example extracts the configplan.xml file for editing from the HelloWorld application. This command also overwrites the existing plan. wls:mydomainServerConfig sca_extractPlantmpsca_HelloWorld_rev1.0.jar, tmpconfigplan.xml, overwrite=true

9.4.3 sca_generatePlan