- style
osbExport
Export the project from the OSB server to a jar file.
Environment/Instance Properties
Property Name | Required | Description |
---|---|---|
FDWLS_ADMIN_USER | Yes | The user for the WLS admin server. |
FDWLS_ADMIN_PASSWORD | Yes | The password for FDWLS_ADMIN_USER. |
FDWLS_ADMIN_LISTEN_ADDRESS | Yes | The listener address of the WLS admin server. For example: localhost |
FDWLS_ADMIN_LISTEN_PORT | Yes | The port of the WLS admin server. For example: 7001 |
FDOSB_EXT_CLASSPATH | No | Allows the user to extend the classpath for this plugin call. |
FDOSB_ORACLE_SB_HOME | Yes | The Oracle OSB home. For example: /opt/middleware/Oracle_OSB1 |
FDWLS_WEBLOGIC_HOME | Yes | Weblogic Home Directory. For example: /opt/middleware/wlsserver, /opt/middleware/wlsserver_10.3 |
Project Properties
Property Name | Required | Description |
---|---|---|
FDOSB_PROJECT_NAME | Yes | OSB Project Name. |
FDOSB_JAR_NAME | Yes | Name of the jar file used to deploy the OSB project. |
FDOSB_PASSPHRASE | No | Passphrase used to encrypt or decrypt jar file. |
Inputs
Input Name | Required | Description |
---|---|---|
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation produces a deployable jar file artifact that will be stored in the artifacts repository.
Endpoint Selection
This operation will select all available endpoints associated to the environment/instance.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
- style