RE: Am I doing anything wrong? iBATIS has very poor performance o n batch inserts compared to JDBC.

2005-06-09 Thread Ming Xue
Has anybody else done such test? This can be an important issue. -Original Message- From: Dmitry Skavish [mailto:[EMAIL PROTECTED] Sent: Thursday, June 09, 2005 1:50 PM To: ibatis-user-java@incubator.apache.org; Bing Zou Subject: Re: Am I doing anything wrong? iBATIS has very poor

Custom Tag

2005-05-12 Thread Ming Xue
Ming [Ming Xue] -Original Message-From: Trussell David N [mailto:[EMAIL PROTECTED]Sent: Thursday, May 12, 2005 2:35 PMTo: 'ibatis-user-java@incubator.apache.org'Subject: RE: Oracle OC4J and signon Bingo! I commented out the security-constraint tag and it all works nicely. I

RE: Custom Tag

2005-05-12 Thread Ming Xue
-java@incubator.apache.orgSubject: Re: Custom TagA couple?Check again.That is an interesting idea though.LarryPS: Please do not reply to other posts with new topics. On 5/12/05, Ming Xue [EMAIL PROTECTED] wrote: Hi I am very much amazed by Ibatis's ability

RE: Custom Tag

2005-05-12 Thread Ming Xue
? If you are referring to the population of an IN statement then you could use iterate. Brandon On 5/12/05, Ming Xue [EMAIL PROTECTED] wrote: For example, for Oracle in list limitation while using select * from abc where a in ('a', 'b', 'c', ...) We need to use a Custom tag

Re: Possible Connection Leak

2005-05-09 Thread Ming Xue
rtAccount", account); } } The transaction is started in the EJB level, which calls the DAO, and a EJB may call any number of DAO to do the job, in this case, do I need to put in the SQLMap.startTransaction in the DAO code ? Thanks Ming [Ming Xue] -Original Message-From: Clinton

RE: Possible Connection Leak

2005-05-09 Thread Ming Xue
Connection Leak No. You config JNDI in the spring.xml instead. -Henry Ming Xue wrote: Hi I am using the SpringDAO framework, basically the SqlMapDAOSupport and SqlMapTemplate, the Transaction is acturally controlled by Spring, in this case, how should I config the transaction of SqlMap

BLOB type handler

2005-05-04 Thread Ming Xue
I am doing some testing on Custom Type Handler, in my project, BLOB is mapped to a String type java bean property, it seems the Framework can not set the value properly. Does the java bean property has to be byte[]? thanks

RE: BLOB type handler

2005-05-04 Thread Ming Xue
on what database you are using and how their driver supports it. Please provide more information. Brandon On 5/4/05, Ming Xue [EMAIL PROTECTED] wrote: I am doing some testing on Custom Type Handler, in my project, BLOB is mapped to a String type java bean property, it seems the Framework can