Here my stack trace:
org.apache.ibatis.exceptions.IbatisException: ### Error updating database.
Cause: org.apache.ibatis.executor.ExecutorException: Executor was closed.###
The error may exist in org/acl/dbmapping/User.xml### The error may involve
org.acl.base.user.insert### The error occurre
Stack trace?
On Tue, Nov 24, 2009 at 4:11 PM, masonka...@libero.it
wrote:
> Hi,
>
> I have a problem when I try to insert into table e new line.
> Ibatis
> (version 3, beta 5) report the error message:
>
> Error updating database.
> Cause: org.apache.ibatis.executor.ExecutorException: Executor w
Hi,
I have a problem when I try to insert into table e new line.
Ibatis
(version 3, beta 5) report the error message:
Error updating database.
Cause: org.apache.ibatis.executor.ExecutorException: Executor was closed.
the
insert clause used is:
insert into user (usr,pwd,role,dsc,sts)
On Mon, Nov 23, 2009 at 9:11 AM, Stephen Friedrich
wrote:
My application uses a lot of "manual" paging (using ROWNUM and
nested selects in Oracle PL/SQL). For each of these queries there
is a second query that returns the total number of results with
_identical with-clause_ (sometimes quite comp
Hi,
We are experimenting performance issues in production so we are trying to
create a cluster with an application that is using iBatis. So far, the first
user request seems to be working, but when we try a second one, we are
getting iBatis exceptions related with the result map.
We have