Performs environment specific property replacement, compiles an SCA artifact for the composite, determines next composite revision and deploys the SCA artifact or the patch artifact (12.2.1+ only) to the server.
Environment/Instance Properties
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 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). |
...
Utilize the FDSOA_EXT_CLASSPATH
environment variable to extend the plugin classpath to allow the compile to succeed with custom java classes or xpath functions.
NOTE: when patching a long running process revision that isn't the default revision, the patching process will make the patched revision the default revision.
Composite Revisions
The revision for a composite is calculated unless either FDSOA_INP_REVISION
(plugin input) is used or FDSOA_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
...