XML generated by SqlMapConfigPlugin invalid
-------------------------------------------
Key: IBATIS-565
URL: https://issues.apache.org/jira/browse/IBATIS-565
Project: iBatis for Java
Issue Type: Bug
Components: Tools
Environment: ibator 1.2.0.665
Reporter: Mike Haller
Priority: Trivial
The plugin org.apache.ibatis.ibator.plugins.SqlMapConfigPlugin generates an
example sqlMapConfig File, which contains an incorrect XML Comment element: a
missing exclamation mark, which leads to XML Validation errors.
Suggested fix: Add the missing <!--
<sqlMapConfig >
<--
This file is generated by Apache iBATIS ibator.
This file is the shell of an SqlMapConfig file - in many cases you will
need to add
to this file before it is usable by iBATIS.
This file was generated on Tue Dec 16 12:16:57 CET 2008.
-->
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.