How to Use ant to Assign the Default Version to a SOA Composite Application
The following provides an example of assigning the default version to a SOA composite application.
ant -f ant-sca-mgmt.xml assignDefaultComposite -Dhost=myhost -Dport=8001 -Duser=weblogic -DcompositeName=HelloWorld -Drevision=1.0 -Dpartition=partition.name
Note:
After specifying the user name, enter the password when prompted.
Table 48-25 describes the syntax.
Table 48-25 ant SOA Composite Application Default Version Assignment Commands
Argument | Definition |
---|---|
|
Hostname of the Oracle WebLogic Server (for example, |
|
Port of the Oracle WebLogic Server (for example, |
|
User name for connecting to the running server to get MBean information (for example, |
|
Password for the user name. |
|
Name of the SOA composite application. |
|
Revision of the SOA composite application. |
|
Optional. The name of the partition in which the SOA composite application is located. The default value is |