Setting Runtime Properties for Special Treatment of Null Values

If you have enabled special treatment of null numeric properties, you can override the default special values that indicate null values of various data types in TIBCO BusinessEvents (shown in Property Reference for Null Property Handling).

To override the default values perform the following steps.

    Procedure
  1. In TIBCO BusinessEvents Studio, open the CDD editor for the project and add the following properties at the cluster level properties sheet. Provide the special values as desired:

    tibco.be.property.int.null.value=value

    tibco.be.property.long.null.value=value

    tibco.be.property.double.null.value=value

    tibco.be.property.boolean.null.value=value

    Choose values that will not be misinterpreted as literal values.

  2. Save the file.
  3. Deploy the project with the updated CDD file.