enhancementEnabled in beta 4 and 5

2009-11-10 Thread masonka...@libero.it
Hi, I have a problem with last two ibatis beta version about configuration file (4 and five one). It seems that framework doesn't know the "enachementEnabled" () configuration tag, but it is in the documentation. I controll and it is right written. The error is Exception in thread "main" org.

ibatis and compatible Embedded db

2009-11-13 Thread masonka...@libero.it
Hi, Could you give me a list of embedded database that works fine with ibatis 3? I think to db like apache derby for example. Thanks - To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org For additional commands, e-m

Error updating database. Cause: org.apache.ibatis.executor.ExecutorException: Executor was closed.

2009-11-24 Thread masonka...@libero.it
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)

R: Re: Error updating database. Cause: org.apache.ibatis.executor.ExecutorException: Executor was closed.

2009-11-24 Thread masonka...@libero.it
org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:39) at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:93) ... 34 more Messaggio originale Da: clinton.be...@gmail.com Data: 25/11/2009 4.44 A: , "masonka...@libero.it" Ogg:

Re:Error updating database. Cause: org .apache.ibatis.executor.ExecutorExcepti on: Executor was closed.

2009-12-05 Thread masonka...@libero.it
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) Subjec

update without set element

2010-01-19 Thread masonka...@libero.it
Hi, I have a write a update statement with condition on every set element. If no condition are matched set part are empty, but where part is already created and this cause a sql error (ex.: update where id=4). I show an example about it: update iord

special characters in xml

2010-05-10 Thread masonka...@libero.it
Hi, I'm using ibatis 3.0 and I need help using special character in xml mapping files. Thanks to ibatis I switch between mysql server and Apache derby Embedded database easily but i need to write a like condition in a way compatible with both db. What I want to get is "like '%%'", but in xml t