Re: Help in using iBatis

2005-05-10 Thread Douglas
, Douglas --- "Sangeetha K (RBIN/ECB-T1)" <[EMAIL PROTECTED]> escreveu: > Hello, > I'm new to iBatis. I want to know how to > install it and run a small > application using iBatis in Java. > Can you please hel

Re: Is it a bug of ibatis or mine? - Connection time out when querying

2005-03-06 Thread Douglas
Hi Xiao Qing Lai, Could you put your file mapping here ? Regards, Douglas --- Xiao Qing Lai <[EMAIL PROTECTED]> wrote: > hi, > > These days our project offten hits an error when > querying. I'm sorry that I dont have > the stacktrace becoz it only occurs under

New article about iBatis

2005-02-06 Thread Douglas
See : http://www-106.ibm.com/developerworks/db2/library/techarticle/dm-0502cline/ ___ Yahoo! Acesso Grátis - Instale o discador do Yahoo! agora. http://br.acesso.yahoo.com/ - Internet rápida e grátis

Re: iBatis and EJB

2005-02-05 Thread Douglas
machines. The application will use JMS, Webservices ... but i could use OpenJMS + Axis with Tomcat ... Thanks, Douglas --- friendVU admin <[EMAIL PROTECTED]> escreveu: > I am not sure how much jBoss is buying you, you can > just use Tomcat > direct like iBatis jPetstore or >

iBatis and EJB

2005-02-05 Thread Douglas
e for this project. Thanks in advance, Douglas ___ Yahoo! Acesso Grátis - Instale o discador do Yahoo! agora. http://br.acesso.yahoo.com/ - Internet rápida e grátis

Re: Parameter Map for nested class

2004-11-30 Thread Douglas
Hi Lucy, try : update organizations set orgcontactfname=?, orgcontactlname=? where orgid=? Douglas --- Lucy Fang <[EMAIL PROTECTED]> escreveu: > Hi, > > I just started to use iBatis. I have a question > about the para