When you save a resource, TIBCO BusinessEvents performs validation checks to ensure that all resource requirements are met. For example, it checks that required fields are completed, names are valid, syntax in rules is correct and no unknown functions are called.
You can also perform validation explicitly for an entire project or selected project resource.
Note: XML schemas are validated to see if they actually define conflicting elements before marking them with warnings and ignoring the conflict. If the system property
schema.conflictingNS.ignore is true in the
studio.ini file, conflicts in schema elements are not checked, and a warning is not added.
Procedure
In BusinessEvents Studio Explorer, do one of the following:
Right-click a project name, folder name, or a project resource name, and select
Validate Project.
Select a project name, folder name, or a project resource name, and select
Project
> Validate Project.
A pop-up window displays the message “Validation was successful”, or it displays summary information about any problems. Details about problems are displayed in the Problems view.
Many validation issues can be fixed using the Quick Fix feature. In the Problems view, right-click on a problem and select Quick Fix.
In addition to validating for internal consistency, you can run a project analyzer feature. It helps you to understand your project better, and find ways to improve it.