Saturday 22 June 2019

Deploying Multiple SOA Composites through ANT-2

Build Property file to Jdeveloper:


build. properties is the file, your middleware.

<?xml version="1.0" encoding="UTF-8"?>
<soa-configuration xmlns="http://xmlns.oracle.com/config/soa">
    <soa-dir>
<soa-directory>/scratch/aime/appTop/common/soa-composiste/soa1</soa-directory>
<soa-directory>/scratch/aime/appTop/common/soa-composiste/soa2</soa-directory>
    </soa-dir>
</soa-configuration>

 Partition are created:

1.The composite /some/path/sca_composite1.jar is deployed 
2.The composite /another/path/sca_composite2.jar is deployed.

The composite SAR file /yet/another/path/sca_composite3.jar is deployed into the default partition.

The shared data JAR files /some/path/shareddata1.jar and /another/path/shareddata2.jar.

composite instance name-BPEL process:

Use the Java BPEL exec extension bpelx:exec. This extension includes the built-in method setCompositeInstanceTitle(String title)for setting the instance name.

No comments:

Post a Comment