Saturday, June 9, 2012

Deploying SOA Composites

There are three primary ways of deploying a SOA composite application

·         Deploy using Jdeveloper

·        Deploy the SAR file in Oracle Enterprise Manager Fusion Middleware Control Console with the Deploy SOA Composite wizard

·        Use Ant scripts to deploy the SOA composite

As best practice recommendation from oracle :

On Dev environments  JDeveloper should be used for deploying SCA composites. On Test environment use ANT to deploy the SCA composites. On Pre-Prod/UAT/Prod environments, use Oracle Enterprise Manager to deploy the SCA composites.

 

 

 

1 comment:

  1. Hi!
    I 'm facing some troubles in generating the sar file. Hope you can help me.
    I generate the sar file using the ant scripts. But when I compare it with the one generated with Jdeveloper(deploy to sar option), they are different. They differed in size and in the containing folders.
    Shouldn´t I get to the same jar no matter the strategy selected?
    Which is the correct way of generating this sar to deploy?

    Thanks in advance.

    ReplyDelete