...
Property Name | Property Code | Required | Description |
---|---|---|---|
SOA Server Host | FDSOA_SERVER_HOST | Yes | Host name of the SOA managed server. |
SOA Server Port | FDSOA_SERVER_PORT | Yes | Port number of the SOA managed server. |
Weblogic Admin User | FDWLS_ADMIN_USER | Yes | Admin user name for WebLogic server. |
Weblogic Admin Password | FDWLS_ADMIN_PASSWORD | Yes |
|
MDS UserID | FDMDS_USERID | Yes | User name for MDS access. |
MDS Password | FDMDS_PASSWORD | Yes | Password for FDMDS_USERID MDS UserID. |
MDS JDBC URL | FDMDS_JDBCURL | Yes | Database URL for MDS access. |
Oracle SOA Home | FD_ORACLE_SOA_HOME | Yes | Oracle SOA Home, indicates where SOA Suite is installed. |
SOA Extend Classpath | FDSOA_EXT_CLASSPATH | No | Ability to extend the plugin classpath for external java classes or custom xpath functions |
SOA Deploy Config Plan | FDSOA_DEPLOY_CFG_PLAN | No | Ability to define config plan specific to a composite (see special considerations). |
...
Input Name | Input Code | Required | Description |
---|---|---|---|
Deploy Config Plan | FDSOA_INP_DEPLOY_CFG_PLAN | No | Deployment config plan that is to be used for the composite. Takes a Wildcard expression or filename. Can be a relative or absolute path (see special considerations). |
Composite Revision | FDSOA_INP_REVISION | No | Provide the composite revision, this input will override the |
...
Special Considerations
Utilize the FDSOA_EXT_CLASSPATH
SOA Extend Classpath environment variable to extend the plugin classpath to allow the compile to succeed with custom java classes or xpath functions.
...
The revision for a composite is calculated unless either FDSOA_INP_REVISION
Composite Revision (plugin input) is used or FDSOA_OVERWRITE_REVISION
SOA Overwrite Revision (project property) is checked. The input will override all revision logic and use the value that is passed in. If the input is empty and the project property is unchecked, then the plugin will determine the largest revision on the server and increment the revision before deploying. The revision format is N.nn[.nn][.nn] with an initial value of 1.0, with
...
The configuration plans that were saved to the ./artifacts/configPlans
will be copied to the ./temp directory. Configuring the FDSOA_INP_DEPLOY_CFG_PLAN
input Deploy Config Plan input can be either an absolute path to a global configuration plan or a relative path to one of the copied configuration plans based on the ./temp directory.
Configuring the FDSOA_DEPLOY_CFG_PLAN
project SOA Deploy Config Plan project property will require that the FDSOA_INP_DEPLOY_CFG_PLAN
input Deploy Config Plan input is not set. The input will take precedence over the project property.
...