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.
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
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)
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:
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
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
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