Description Syntax Example sca_retireComposite

9-8 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

9.3.3.3 Example

The following example activates revision 1.0 of the HelloWorld application. wls:mydomainServerConfig sca_activateCompositemyhost, 7001, weblogic, welcome1, HelloWorld, 1.0 The following example activates revision 1.0 of the HelloWorld application in the partition myPartition. wls:mydomainServerConfig sca_activateCompositestadp10, 7001, weblogic, weblogic, HelloWorld, 1.0, partition=myPartition

9.3.4 sca_retireComposite

Command Category: Application Management Commands Use with WLST: Offline

9.3.4.1 Description

Stops and retires a SOA composite application and all its running instances. If the process life cycle is retired, you cannot create a new instance. Existing instances are allowed to complete normally.

9.3.4.2 Syntax

sca_retireCompositehost, port, user, password, compositeName, revision, [label], [partition] label Optional. Label of the SOA composite application. The label identifies the MDS artifacts associated with the application. If the label is not specified, the system finds the latest one. partition Optional. The name of the partition in which the SOA composite application is located. The default value is default. If you do not specify a partition, the default partition is searched for the SOA composite application. However, no other partitions are searched. Argument Definition host Hostname of the Oracle WebLogic Server for example, myhost. port Port of the Oracle WebLogic Server for example, 7001. user User name for connecting to the running server to get MBean information for example, weblogic. password Password for the user name. compositeName Name of the SOA composite application. revision Revision of the SOA composite application. label Optional. Label of the SOA composite application. The label identifies the MDS artifacts associated with the application. If the label is not specified, the system finds the latest one. partition Optional. The name of the partition in which the SOA composite application is located. The default value is default. If you do not specify a partition, the default partition is searched for the SOA composite application. However, no other partitions are searched. Argument Definition Oracle SOA Suite Custom WLST Commands 9-9

9.3.4.3 Example

The following example retires revision 1.0 of the HelloWorld application. wls:mydomainServerConfig sca_retireCompositemyhost, 7001, weblogic, welcome1, HelloWorld, 1.0 The following example retires revision 1.0 of the HelloWorld application in the partition myPartition. wls:mydomainServerConfig sca_retireCompositestadp10, 7001, weblogic, weblogic, HelloWorld, 1.0, partition=myPartition

9.3.5 sca_assignDefaultComposite