Products | Versions |
---|---|
TIBCO Cloud Events | - |
After making modifications to TCE WebStudio Decision Table and committing the artifacts and performing deploy operation in TCE.
The changes made to the decision table are not getting implemented/hot deployed to the running instance of BE engine.
The issue was because of case sensitivity in the BusinessEvents Project Name.
For example:
If the BE project name is 'CreditCardApplication', and the project ear name in the build ear dialog is CreditCardapplication (misplaced small caps ‘a’ instead of 'A').
then during the hot deployment process, it will cause a directory/case sensitivity issue in the deployed project, so the target deploy directory will not be found and the changes made to the decision table will not be implemented during the hot-deployment process.