[ 
http://issues.apache.org/jira/browse/IBATISNET-78?page=comments#action_12312832 
] 

Roberto Rabe commented on IBATISNET-78:
---------------------------------------

The <setting> was removed since a less intrusive way was found and used (now in 
SVN).  

There is a new DomSqlMapBuilder constructor with a bool parameter to indicate 
whether or not to validate the SqlMap.config file.  Default constructor assumes 
that validation should occur (true):

DomSqlMapBuilder(bool validateSqlMapConfig)
ex: DomSqlMapBuilder builder = new DomSqlMapBuilder(false);



> Add ability to indicate whether or not the SqlMap.config file should be 
> validated with the schema
> -------------------------------------------------------------------------------------------------
>
>          Key: IBATISNET-78
>          URL: http://issues.apache.org/jira/browse/IBATISNET-78
>      Project: iBatis for .NET
>         Type: Improvement
>     Reporter: Roberto Rabe
>     Assignee: Roberto Rabe
>  Attachments: DomSqlMapBuilder.patch
>
> The current plan is to add an optional <setting 
> validateSqlMapConfig="true|false"> to the SqlMap.config file with true being 
> the default value.   
> An alternative is to provide an additional method parameter during the call 
> to DomSqlMapBuilder.  This could be something like 
> DomSqlMapBuilder.Configure(String myPath, boolean validateSqlMapConfig).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to