Disable BPEL Sensors on Composite
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>