[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
> -
>
>