Oracle SOA Suite (MOSC)

MOSC Banner

Disable BPEL Sensors on Composite

edited Sep 11, 2019 4:12AM in Oracle SOA Suite (MOSC) 3 commentsAnswered

hi Guys

Is there a way to disable the BPEL sensors in the composite?

That goes with the AuditLevel too. <property name = "bpel.config.auditLevel"> Minimal </ property>.

Sample:

  <component name="xyz__bpel" version="2.0">

    <implementation.bpel src="BPEL/xyz_bpel.bpel"/>

    <componentType>

      <service name="service_operation"

               ui:wsdlLocation="WSDLs/servcie_operation_v1_0Wrapper.wsdl">

        <interface.wsdl interface="http://..."/>

      </service>

      <reference name="service_ref_01" ui:wsdlLocation="WSDLs/service_ref_01Wrapper.wsdl">

        <interface.wsdl interface="..."/>

      </reference>

    </componentType>

    <property name="bpel.config.transaction" type="xs:string" many="false">required</property>

    <property name="bpel.config.auditLevel">Minimal</property>  

    <property name="bpel.config.DisableSensors">true</property>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center