Description Syntax Examples sca_exportUpdatesMb

Oracle SOA Suite Custom WLST Commands 9-25

9.10.1.2 Syntax

sca_exportCompositeMbupdateType, sarFile, compositeName, revision

9.10.1.3 Examples

This example exports composite without including any postdeployment changes. wls:mydomainServerConfig sca_exportCompositeMbnone, tmpsca_HelloWorld_ rev1.0.jar, HelloWorld, 1.0 This example exports a composite with all postdeployment updates. wls:mydomainServerConfig sca_exportCompositeMball, tmpsca_HelloWorld_ rev1.0-all.jar, HelloWorld,1.0 This example exports a composite with property postdeployment updates. wls:mydomainServerConfig sca_exportCompositeMbproperty, tmpsca_ HelloWorld_rev1.0-prop.jar, HelloWorld, 1.0 This example exports a composite with runtimemetadata postdeployment updates. wls:mydomainServerConfig sca_exportCompositeMbruntime, tmpsca_HelloWorld_ rev1.0-runtime.jar,HelloWorld, 1.0

9.10.2 sca_exportUpdatesMb

Command Category: Application Export and Import Commands Use with WLST: Online

9.10.2.1 Description

Exports postdeployment changes of a SOA composite application into a JAR file.

9.10.2.2 Syntax

sca_exportUpdatesMbupdateType, jarFile, compositeName, revision Argument Definition updateType Type of postdeployment changes to be exported: ■ all: All postdeployment changes are included. ■ property: Property changes are included binding component properties, composite properties such as audit level settings and payload validation status, and policy attachments. ■ runtime: Postdeployment runtime changes are included rules dictionary and domain value maps DVMs. sarFile Absolute path of a SAR file to generate. compositeName Name of the composite to export. revision Revision of the composite to export. Argument Definition updateType Type of postdeployment changes to be exported: all, property, or runtime. jarFile Absolute path of a JAR file to generate. compositeName Name of the composite to export. 9-26 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

9.10.2.3 Examples

The following example exports all postdeployment updates. wls:mydomainServerConfig sca_exportUpdatesMball, tmpall-HelloWorld_rev1.0.jar,HelloWorld, 1.0 The following example exports property postdeployment updates. wls:mydomainServerConfig sca_exportUpdatesMBproperty, tmpprop-HelloWorld_ rev1.0.jar, HelloWorld, 1.0 The following example exports runtimemetadata postdeployment updates. wls:mydomainServerConfig sca_exportUpdatesMBruntime, tmpruntime-HelloWorld_ rev1.0.jar, HelloWorld, 1.0

9.10.3 sca_importUpdatesMb