How to Deploy and Use Shared Data Across Multiple SOA Composite Applications in Oracle JDeveloper
This section describes how to deploy and use shared data such as WSDLs, XSDs, and other file types across multiple SOA composite applications.
Shared data is deployed to the SOA Infrastructure on the application server as a JAR file. The JAR file should contain all the resources to share. In Oracle JDeveloper, you can create a JAR profile for creating a shared artifacts archive.
All shared data is deployed to an existing SOA Infrastructure partition on the server. This data is deployed under the /apps
namespace. For example, if you have a MyProject/xsd/MySchema.xsd
file in the JAR file, then this file is deployed under the /apps
namespace on the server. When you refer to this artifact in Oracle JDeveloper using a SOA-MDS connection, the URL becomes oramds:/apps/MyProject/xsd/MySchema.xsd
.
Note:
-
You always deploy to the
/apps
location. The directory hierarchy must exist in the JAR file to deploy. Do not create the directory hierarchy in the Oracle MDS Repository first and then deploy the JAR file to that location. For example, to deploy to/apps/demo/credit
card
, the JAR file must include thedemo/credit
card
directory hierarchy inside it. -
Files that begin with a period (for example,
.designer
) cannot be shared across SOA composite applications.
This section describes how to perform the following tasks:
-
Create a JAR profile and include the artifacts to share
-
Create a SOA bundle that includes the JAR profile
-
Deploy the SOA bundle to the application server