Compiles and generates an SCA artifact for the composite that can be deployed to the server. This artifact may be a full composite SAR file or it may be a sparse patch SAR file (12.2.1+ versions only), if a patch.xml file is detected in the checked out code. This operation should be run on a SOA server. To accomplish this, Flexagon recommends adding the SOA instance to a build environment rather than checking the "Build Environment" checkbox in a deployment environment. This will reduce the number of environments that show up when you choose to build.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
MDS UserID |
| Yes | User name for MDS access. |
MDS Password |
| Yes | Password for |
MDS UserID. | |||
MDS JDBC URL |
| Yes | Database URL for MDS access. |
Oracle SOA Home |
| Yes | Oracle SOA Home, indicates where SOA Suite is installed. |
SOA Extend Classpath |
| No | Ability to extend the plugin classpath for external java classes or custom xpath functions |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
SOA Composite Name | FDSOA_COMPOSITE_NAME | Yes | Name of composite that is being deployed. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation produces a SCA composite jar as the artifact that will be stored in the artifacts repository.
...
This operation doesn't perform any property replacement since the environment is unknown at build time.
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.
...