Allow SqlMapConfigParser to be overridden -----------------------------------------
Key: IBATIS-589 URL: https://issues.apache.org/jira/browse/IBATIS-589 Project: iBatis for Java Issue Type: Improvement Components: SQL Maps Affects Versions: 2.3.4 Environment: Java Reporter: Derek Hulley Priority: Minor In order to modify the behaviour of the SqlMapConfigParser, it is currently necessary to copy the SqlMapConfigParser class entirely, leaving the new implementation open to bugs when iBatis is upgraded. In order to derive a useful class from SqlMapConfigParser, the XML parser state and other members need to be made available to protected, overridable methods. 1. Please review which methods are usefully overridable. We would only have needed to modify addSqlMapNodelets, but many others may benefit from having all the methods declared protected. 2. Please make the object's state available to derived classes. Thank you. Derek Hulley, Alfresco -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.