osbPackageBuild
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.Â
Your project sources should point at the OSB application level (jws for jdeveloper).
Specify OSB projects you wish to include in the 'OSB Project List' project property. Only resources which are part of projects specified here will show up in the Project Files tab.
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 |
Artifacts
This operation produces a deployable jar file artifact that will be stored in the artifacts repository.
Endpoint Selection
This operation delegates endpoint selection to the workflow developer. The workflow editor will default the selection to "All", which selects all available endpoints associated to the Target.
Selecting a specific resource will result in selection of endpoints associated to the Target which have that resource defined.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
Package Builds/Building Resources
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 |
| bix,biz |
Domain Value Maps |
| dvm |
Message Flows |
| flow |
JCA Adapters |
| jca |
Message Format Lanuages |
| mfl |
Pipelines |
| pipeline |
Proxy Services |
| proxy |
Templates |
| tpx |
XQuery Transformations |
| xqy,xquery |
Schema Definitions |
| xsd |
XSLT Transformations |
| xsl,xslt |
WADLs |
| wadl |
WSDLs |
| wsdl |
There is an additional Object Type for 'Customizations' which is matched based on 'customizationfile', case insensitive, being in the name and having an xml extension.Â
Resource Dependencies
In JDeveloper there is an option to build resources with dependencies which will automatically package your selected resources along with all the dependencies. This is not done when performing a package build within FlexDeploy, equivalent of unchecking 'Include Dependencies' when exporting in JDeveloper.
- style