Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Resolution:
Description:
===========
How to assign a null value for an integer property when creating a concept using an ontology function?
Environment:
===========
TIBCO BusinessEvents 3.x/4.x/5.x
All Operating Systems
Resolution:
========
Create an integer variable (without initialization) and use the variable for the null values.
Example:
int i;
Concepts.cpt1 cp=Concepts.cpt1.cpt1("extID1",i);