Oracle Tuxedo Schema Validation At Runtime

Checking discrepancies of input and output XSD schema with JOLT repository at runtime introduces new VM argument with value either true or false.

The Oracle Tuxedo schema validation can be done in the following ways at runtime:

The VM argument property name is: com.tibco.bw.palette.tux.skipMismatchedXsdField

The property default value is false. If the above property is true, any fields in the input and output XSD schema that do not exist in the Oracle Jolt Repository are skipped.

Using Module Property:

Checking discrepancies of input and output XSD schema with JOLT repository at runtime introduces new module property with value either true or false.

The module property name is:

  • com.tibco.bw.palette.tux.SKIPMISMATCHEDXSDFIELD

The module property default value is false. If the above property value is false it runs the same. If the above property is true any fields in the input and output XSD schema that do not exist in the Oracle Jolt Repository are skipped.

Note: If user specifies, module property and Java property both for mismatched field options, then module property takes preference and the value inside the module property is referred.