Developing SOA Applications with Oracle SOA Suite Completing Your Application Deploying SOA Composite Applications Deploying SOA Composite Applications or Projects in Oracle JDeveloper How to Deploy and Use Shared Data Across Multiple SOA Composite Applications in Oracle JDeveloper Create a JAR Profile and Include the Artifacts to Share Create a JAR Profile and Include the Artifacts to Share To create a JAR profile and include the artifacts to share: In the Applications window, right-click the SOA project. Select Project Properties. The Project Properties dialog appears. Click Deployment in the navigational tree on the left. Click New. The Create Deployment Profile dialog appears. From the Archive Type list, select JAR File. In the Name field, enter a name (for this example, shared_archive is entered). The Create Deployment Profile dialog looks as shown in Figure 48-19. Figure 48-19 JAR File SelectionDescription of "Figure 48-19 JAR File Selection" Click OK. The JAR Deployment Profile Properties dialog appears. Select JAR Options from the navigational tree on the left. Deselect Include Manifest File (META-INF/MANIFEST.MF), as shown in Figure 48-20. This prevents the archive generator from adding the manifest file (META-INF/MANIFEST.MF) into the JAR file. Figure 48-20 JAR File OptionsDescription of "Figure 48-20 JAR File Options" Select File Groups > Project Output > Contributors from the navigational tree on the left. Deselect the Project Output Directory and Project Dependencies options, as shown in Figure 48-21. This prevents the archive generator from adding the contents of the project output and project dependencies into the archive. Figure 48-21 ContributorsDescription of "Figure 48-21 Contributors" Click Add to add a new contributor. The Add Contributor dialog appears. This dialog enables you to add artifacts to your archive. Click Browse. Select the folder in which your artifacts reside, as shown in Figure 48-22. This selection also determines the hierarchy of artifacts in the archive. Figure 48-22 Artifact SelectionDescription of "Figure 48-22 Artifact Selection" Click Select to close the Choose Directory dialog. Click OK to close the Add Contributor dialog. Select File Groups > Project Output > Filters from the navigational tree on the left. Select only the artifacts to include in the archive, as shown in Figure 48-23. For this example, the archive contains the following XSD files: SOADemoComposite/xsd/DemoProcess.xsd SOADemoComposite/xsd/Quote.xsd SOADemoComposite/xsd/VacationRequest.xsd Figure 48-23 Artifacts to Include in the Archive Description of "Figure 48-23 Artifacts to Include in the Archive " Click OK to save changes to the JAR deployment profile. Click OK to save the new deployment profile. From the File main menu, select Save All.