Exports selected resources from an Eclipse or JDeveloper Workspace to a deployable jar file. The jar file will be stored in the artifacts folder for you automatically.
...
This operation should be run on a OSB server. To accomplish this, Flexagon recommends adding the OSB 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.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OSB Extended Classpath |
| No | Allows the user to extend the classpath for this plugin call. |
OSB Home |
| Yes | The Oracle OSB home. (e.g., |
Oracle Weblogic Home (WL_HOME) |
| Yes | Weblogic Home Directory. (e.g. |
Weblogic Admin Use SSL |
| Yes | If the Weblogic admin server is using SSL to connect. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OSB Project List |
| Yes | List of OSB Projects to include in the available project resources. Separate entries by comma. |
OSB Jar Name |
| Yes | Name of the jar file used to deploy the OSB project. |
OSB Configuration Project |
| No | OSB Configuration Project Name. |
OSB Resource Extensions | See below | See below |
Inputs
...
Input Name
...
Input Code
...
Required
...
Description
Outputs
Output Name
Required
Artifacts
This operation produces a deployable jar file artifact that will be stored in the artifacts repository.
...
When exporting resources your project should be configured for 'package deployments' for the Oracle Service Bus project type. When populating files objects are filtered largely based on file extensions. If needed the extensions used for mapping can be changed in the project properties.
Object Type | Project Property | Default Value |
---|---|---|
Business Services | FDOSB_BUSINESS_SERVICE_EXTS | bix,biz |
Domain Value Maps | FDOSB_DVM_EXTS | dvm |
Message Flows | FDOSB_FLOW_EXTS | flow |
JCA Adapters | FDOSB_JCA_EXTS | jca |
Message Format Lanuages | FDOSB_MFL_EXTS | mfl |
Pipelines | FDOSB_PIPELINE_EXTS | pipeline |
Proxy Services | FDOSB_PROXY_SERVICE_EXTS | proxy |
Templates | FDOSB_TEMPLATE_EXTS | tpx |
XQuery Transformations | FDOSB_XQUERY_EXTS | xqy,xquery |
Schema Definitions | FDOSB_XSD_EXTS | xsd |
XSLT Transformations | FDOSB_XSLT_EXTS | xsl,xslt |
WADLs | FDOSB_WADL_EXTS | wadl |
WSDLs | FDOSB_WSDL_EXTS | wsdl |
...