I found problem, the session while I'm using it in my class. thanks
---------- Initial Header ----------- >From : "masonka...@libero.it" masonka...@libero.it To : user-java@ibatis.apache.org Cc : Date : Wed, 25 Nov 2009 00:11:25 +0100 (CET) Subject : Error updating database. Cause: org.apache.ibatis.executor.ExecutorException: Executor was closed. > 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) > > values (#{username},#{password},#{role},#{description},#{status}) > > What's > strange is that the delete function and the update one work fine. > > Could you > give me some advice about the origin of the problem? > > Thanks. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org > For additional commands, e-mail: user-java-h...@ibatis.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org For additional commands, e-mail: user-java-h...@ibatis.apache.org