デプロイ構成計画中に BPEL componentType ファイルで構成されている設定を置き換える方法はありますか? としましょう(これらのプロパティを<component>
composite.xmlに移動すると、構成プランは正常に機能します。componentType設定のソリューションを探しています)
私の .componentType ファイルは次のとおりです
<componentType ..............>
<property name="preference.somePreference" type="xs:string">actualValue</property>
</componentType>
および私の deployment_config_plan.xml は次のとおりです
<component name="orderProcessor">
<property name="preference.somePreference"><replace>someValue</replace>
</property>
</component>