Re: Best practice for using Ibatis in Web application

2008-12-02 Thread Rinaldo
I agree with Kai, for me Spring and Ibatis are the better way to use Ibatis in a web Application. Regards -- Rinaldo Bonazzo Il giorno mar, 02/12/2008 alle 22.24 +0100, Kai Grabfelder ha scritto: for me combining Spring with iBATIS is pretty much my standard way for using iBATIS in web

Re: clustered cache on Tomcat - can't shutdown

2008-07-30 Thread Rinaldo Bonazzo
to approach this? Cheers! -- Darren Davison Public Key: 0xE855B3EA -- Rinaldo Bonazzo skype indios58

Re: Unknown Column Name problem

2007-10-09 Thread Rinaldo Bonazzo
Claus Hausberger ha scritto: I currently do not have access to the sources because I am not in the office, but what you write is exactly my problem. do I always have to specify all column names in the query that are also in the ResultMap ? Yes currently there are seven columns mentionned

Re: How to map a list of double?

2007-09-12 Thread Rinaldo Bonazzo
Hi all, in my project I use this code to retrieve a List of Integer and it run fine hope that it can help Regards Rinaldo ... resultMap class=Integer id=soloIdCase !-- result con solo idabitazioni -- result column=idAbitazione jdbcType=INTEGER property

Re: Newbie DAO question: Methods missing from Abator generated DAOImp file. Am I missing a configuration param for abatorCongif.xml?

2007-08-01 Thread Rinaldo Bonazzo
(something.abatorgenerated_insert,record) became getSqlMapClientTemplate().insert(something.abatorgenerated_insert, record); same action for all the others method (update,queryforlist, queryforobject, delete) Rinaldo Bonazzo Jeff Butler ha scritto: You need to make sure that you have the latest standalone DAO

Re: Newbie DAO question: Methods missing from Abator generated DAOImp file. Am I missing a configuration param for abatorCongif.xml?

2007-08-01 Thread Rinaldo Bonazzo
Thank u jeff I don't know this method certainly I don't read the doc in the correct way thank's again Rinaldo Jeff Butler ha scritto: I don't understand...why are you using jedit to do this when Abator will do it for you already? daoGenerator type=SPRING targetPackage=com.rbm.db

R: iBATIS Mapping

2006-10-27 Thread Rinaldo
Hi, Control your Usuario class, it's seems that it's not correct Example Integer ID; String LOGIN; String SENHA; ... String EMAIL; Integer areaId; String areaDesc; Regards Rinaldo -Messaggio originale- Da: Caio Zanchetti [mailto:[EMAIL PROTECTED] Inviato: venerdì 27 ottobre

R: R: iBATIS Mapping

2006-10-27 Thread Rinaldo
, t2.descricao AS descricao FROM usuarios t1, areas t2 WHERE t1.area = t2.id AND t1.id=#id# ... I use this system and all work fine Rinaldo -Messaggio originale- Da: Caio Zanchetti [mailto:[EMAIL PROTECTED] Inviato: venerdì

R: Re[2]: Ibatis goes to New york?

2006-09-25 Thread Rinaldo
Very interesting, I'm just planing to use ajax and spring in a new version of my application. Looking on google,dwt,... Waiting to see the example AJAX/IBATIS on line Rinaldo -Messaggio originale- Da: Rogov Andrey [mailto:[EMAIL PROTECTED] Inviato: lunedì 25 settembre 2006 11.02

R: JavaScript + iBATIS

2006-09-25 Thread Rinaldo
You can find some json example using gwt http://code.google.com/webtoolkit/documentation/examples/ Rinaldo -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Larry Meadors Inviato: lunedì 25 settembre 2006 17.37 A: user-java@ibatis.apache.org Oggetto: Re

R: Help PLease

2006-07-26 Thread Rinaldo
Hi Jeff Thank you for your response setting useStatementNamespaces  the error disappears Now I have other problems, I try to resolve it Thank you again Rinaldo -Messaggio originale- Da: Jeff Butler [mailto:[EMAIL PROTECTED] Inviato: martedì 25 luglio 2006 18.40

Help PLease

2006-07-25 Thread Rinaldo
help me please?? Rinaldo