[jira] Commented: (IBATIS-338) NestedSqlException stack overflow

2006-09-11 Thread adamb (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-338?page=comments#action_12434043 ] adamb commented on IBATIS-338: -- This is acually an iBATIS fault after all. Throwable.java has a getCause() method which returns null if cause==this. NestedSQLException

[jira] Commented: (IBATIS-338) NestedSqlException stack overflow

2006-09-11 Thread adamb (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-338?page=comments#action_12434022 ] adamb commented on IBATIS-338: -- I have a replicable situation in development and am investigating the issue now. Preliminary work suggests taht it is not an iBATIS i

[jira] Commented: (IBATIS-338) NestedSqlException stack overflow

2006-08-30 Thread adamb (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-338?page=comments#action_12431686 ] adamb commented on IBATIS-338: -- Looking at the 2.2.0 source it still has the problem: public String toString() { if (cause == null) { return super.toStrin

[jira] Commented: (IBATIS-338) NestedSqlException stack overflow

2006-08-30 Thread Larry Meadors (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-338?page=comments#action_12431680 ] Larry Meadors commented on IBATIS-338: -- Nothing was removed AFAIK, so what you have working in 2.1.5 should be fine in 2.2.0, no? > NestedSqlException stack

[jira] Commented: (IBATIS-338) NestedSqlException stack overflow

2006-08-30 Thread adamb (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-338?page=comments#action_12431677 ] adamb commented on IBATIS-338: -- Oops. Sorry, I meant that we are using 2.1.5, and can't use 2.2.0 because of the xml format of sql maps changed > NestedSqlException

[jira] Commented: (IBATIS-338) NestedSqlException stack overflow

2006-08-30 Thread Larry Meadors (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-338?page=comments#action_12431676 ] Larry Meadors commented on IBATIS-338: -- You lost me. Are you currently using iBATIS 1.x or 2.x? If 1.x, that's bad, you are probably on your own. If 2.x, 2.2

[jira] Commented: (IBATIS-338) NestedSqlException stack overflow

2006-08-30 Thread adamb (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-338?page=comments#action_12431675 ] adamb commented on IBATIS-338: -- No sorry. We use a code generator, and the SqlMap formats have changed for 2. We currenly have no plan to invest time in updating th

[jira] Commented: (IBATIS-338) NestedSqlException stack overflow

2006-08-29 Thread Larry Meadors (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-338?page=comments#action_12431452 ] Larry Meadors commented on IBATIS-338: -- Have you tried this with 2.2? > NestedSqlException stack overflow > - > >