How to Disable Assertions

You can disable assertions in either of two ways:

  • By setting the System MBean Browser property DisableAsserts to true in Oracle Enterprise Manager Fusion Middleware Control.

  • By setting bpel.config.disableAsserts to true in the composite.xml file of the SOA composite application, as shown in the following example:

      <component name="AsyncBPELClient">
        <implementation.bpel src="AsyncBPELClient.bpel"/>
        <property name="bpel.config.disableAsserts">true</property>
      </component>
    

For more information about setting System MBean Browser properties, see Administering Oracle SOA Suite and Oracle Business Process Management Suite.