Symptoms: ========= No refactoring dialog appears when an event property is selected and a new name is typed. This causes compilation issues.
Cause: ===== 1).This is by design. Because refactoring operations are relatively time consuming, Engineering has provided a quick way to rename a property without bringing up a dialog.
2). For instance, when adding several new properties, studio assigns a default name to those properties. These properties are not yet referenced and therefore do not need to go through a "refactoring" operation.
Resolution ========== Right click on an event and select the rename option for changing the property.
References: ========== For more information, refer to Chapter 3 in "tib_be_developers_guide.pdf" under [Tibco_4.0_HOME]/doc/standard/pdf
Issue/Introduction
In BusinessEvents 4.0.0 Studio, No Refactoring is done on changing event property names.