Developer Guide to BPEL Designer
The BPEL Designer has a built-in BPEL code validation functionality that helps developers create well-formed, valid and standard-compliant code. The code is checked for errors and the user is notified if validation fails.
The Validator checks the BPEL process in accordance with the following criteria:
The BPEL Designer provides two types of validation:
This type of validation is invoked automatically and does not require any explicit actions from the user. Only the current file is checked. The validation is performed in accordance with all the criteria mentioned above, except for validation for conformance with the BPEL 2.0 schema.
This type of validation requires that the user explicitly invokes the validation process. All imported XSD and WSDL files are also checked. The validation is performed in accordance with all the criteria mentioned above.
To invoke explicit validation, do one of the following:
The user is notified about validation errors or success via:
The results of validation appear in the Output window if validation has been invoked explicitly. If validation fails, the Output window contains errors and/or warnings:
If validation is successful, there are no warnings or errors in the Output window.
The Design view shows the results of both real-time and explicit validation. A red cross next to an element on the diagram means that the element has not passed validation and the output contains errors. A yellow triangle with an exclamation mark means that the element has not passed validation and the output contains warnings. If there are both errors and warnings, the Design view shows a red cross. If you click the cross or the triangle, a callout window appears with a list of errors and/or warnings:
The callout window includes messages related to validation in accordance with all the criteria listed above. Messages related to the real-time validation are constantly updated. Messages related to the validation for conformance with the BPEL 2.0 schema, however, appear in the callout window and are updated only when you invoke the validation explicitly. This happens because validation for conformance with the BPEL 2.0 schema is not performed in real time.
The Navigator window shows the results of both real-time and explicit validation by adding a red cross or a yellow triangle to the element's icon if validation has failed. For example, in the screenshot below, the AirlineReserved receive activity has not passed validation and the output contains errors.