[jira] Commented: (IBATIS-205) Change access modifiers from private to protected in many classes to allow developers to create extensions and subclasses to the iBatis classes

2006-06-01 Thread Clinton Begin (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-205?page=comments#action_12414346 ] Clinton Begin commented on IBATIS-205: -- Even though Jeff was kind enough to do this, be warned: WE WILL NOT SUPPORT ANY BREAKAGES IN FUTURE VERSIONS RESULTING FROM EXTENS

[jira] Commented: (IBATIS-282) truncation of date property values in the presence of dynamic sql

2006-06-01 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-282?page=comments#action_12414338 ] Jeff Butler commented on IBATIS-282: I can't get this to fail in any combination of java.util.Date and java.sql.Date. Are you actually experiencing an error, or just wier

[jira] Closed: (IBATIS-128) Detect illegal overloaded JavaBeans properties methods (e.g. setters)

2006-06-01 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-128?page=all ] Jeff Butler closed IBATIS-128: -- Fix Version: 2.2.0 Resolution: Fixed Fixed in SVN. We will log an error if we detect overloaded setters. I really considered making it a RuntimeExcpeti

[jira] Commented: (IBATIS-282) truncation of date property values in the presence of dynamic sql

2006-06-01 Thread z. zhong (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-282?page=comments#action_12414247 ] z. zhong commented on IBATIS-282: - I checked it again. It turned out the param type was java.sql.Date instead of java.util.Date. Changing the type to java.util.Date worked. Bu