| Log Message: |
changes ...
o added some schema checking for 2251 compliance to the SchemaService which
is an interceptor responsible for schema checks
o added satelite class for actually doing the checks called SchemaChecker
which I suspect can be split into several other classes for the specific
nature of the schema checks it performs
o added test case to unit test the operation of functions in the SchemaChecker
o added log4j configuration for testing only which is not packaged into the
core jar
todos ...
o this stuff needs serious refactoring because of crazy amounts of code
duplication - it was easier (quick and dirty) to get the code working
as separate functions for now
This commit resolves the following issue, DIREVE-230, filed by Stefan:
http://issues.apache.org/jira/browse/DIREVE-230
|