Stack trace? On Tue, Nov 24, 2009 at 4:11 PM, masonka...@libero.it <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 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 > >