On Thu, May 22, 2008 at 5:05 PM, Hasan Muhammad (JIRA) <
tuscany-dev@ws.apache.org> wrote:

> Option to turn Validation on/off
> --------------------------------
>
>                 Key: TUSCANY-2336
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2336
>             Project: Tuscany
>          Issue Type: Improvement
>          Components: Java SCA Problem Determination
>         Environment: All
>            Reporter: Hasan Muhammad
>            Priority: Critical
>
>
> Tuscany should provide a flag or mechanism to turn validation on/off. Tools
> developed on top of tuscany may perform validation using tuscany's
> validation framework. In that case, any user may not want validation being
> done during runtime as it was already done using external tools.
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
> Hi Hasan

Do you mean here that you want to turn validation off completely or that you
just want to turn off the messages that result from validation?

If the latter we could instigate a monitor that doesn't do anything.

If the latter it's more tricky and depends on which part of validation you
are concerned about. Validation happens in many different places in the
runtime, e.g. schema validation during the model read, model validation
during the build etc. In most cases (schema validation being the exception
probably) we don't have validation logic that is separate from the act of
building or resolving the model.

Regards

Simon

Reply via email to