Validating a Project or Project Resource

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: 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
  1. In BusinessEvents Studio Explorer, do one of the following:
    1. Right-click a project name, folder name, or a project resource name, and select Validate Project.
    2. Select a project name, folder name, or a project resource name, and select Project > Validate Project.
  2. 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.
  3. Many validation issues can be fixed using the Quick Fix feature. In the Problems view, right-click on a problem and select Quick Fix.

    See also Using the Quick Fix Feature in the Rule Editor for a related use of this feature.

  4. 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.

    For example, it identifies rule functions that are not used in any rule, and rules that will never be triggered at run time. See Project Analyzer and Selected Entity Project Diagrams.