You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Laws (JIRA)" <tu...@ws.apache.org> on 2008/05/30 14:56:45 UTC

[jira] Resolved: (TUSCANY-2336) Option to turn Validation on/off

     [ https://issues.apache.org/jira/browse/TUSCANY-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Laws resolved TUSCANY-2336.
---------------------------------

       Resolution: Fixed
    Fix Version/s: Java-SCA-Next

The majority of our validation code is an integral part of the code that reads, resolves and builds the assembly model. I.e. there is no one separate validation phase that can be turned of. 

The code that does XSD validation is written to turn itself off if there are no XSD to validate against so you could use this trick to turn that part off. Also if you are not interested in what happens to any validation messages, for example, in the case where you know that the contribution is alread valid, you could either provide a monitor that does nothing or simply, in you code, ignore the contents of the monitor once the build phase is complete. 

> 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
>             Fix For: Java-SCA-Next
>
>
> 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.