Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

The Oracle SOA Composite blueprint will create the topology, workflows, source control repository connection, and project for managing the build and deployment of a single composite. 

  • The Development environment is both the build environment and the single target environment mapped to for deployment.
  • The build instance instance is also used for deployment.
  • The build workflow, Build SOA Composite, is created/linked and bound to all composite projects.
  • The deploy workflow, Deploy SOA Composite, is created once and bound to all composite projects created through a blueprint.
  • The instance is created based on the SOA verison. 
    • One instance, SOA 11g, is created and shared by all 11g composites created through a blueprint.
    • One instance, SOA 12c, is created and shared by all 12c composites created through a blueprint.

Blueprint Properties

Property NameRequiredDescriptionHow its used
Composite NameYesThe name of the SOA Composite, as defined in composite.xml
  • FlexDeploy project is named using this value
  • FlexDeploy project property is configured to this value
SOA PartitionYesThe name of the SOA partition the composite deploys to
  • FlexDeploy project property is configured to this value
JDeveloper .jws NameYesThe base name of the JDeveloper .jws file (without extension)
  • FlexDeploy application is named using this value
SOA VersionYesWhether the Composite is for Oracle SOA 11g or 12c
  • FlexDeploy instance is created using this value
  • FlexDeploy project is mapped to the instance
Composite DescriptionNoA description for the SOA Composite
  • FlexDeploy project's description is set to this value

Build 

All SOA Composites are built using FlexDeploy's Oracle SOA Plugin.  As such, the only and default build option is Build SOA.

There are no Build Properties for this blueprint.

A single Development endpoint is created and linked to all SOA Composite projects for each instance (11g/12c).

Which endpoint?

The endpoint must be the server hosting one of the Development WebLogic domain's Managed Servers.  All composites are deployed to a managed server, not the admin server.




Deploy

  • No labels