That's just going to use the pool defined by the container. Tomcat, jboss, whatever - that's where you'd need to change things.
Larry On Thu, Oct 9, 2008 at 2:39 AM, mfs <[EMAIL PROTECTED]> wrote: > > Ok, well these would sound funny, but i didn't knew at all before today that > iBatis DAO framework uses connection pooling internally. Anyways i am > somewhat struggling to figure out as to how to disable it..I dont have any > attribute relating to it (and thats why didnt knew at all) but apparently a > 10 connections pool is maintained by default... > > <transactionManager type="JDBC" commitRequired="true"> > <dataSource type="JNDI"> > <property name="DataSource" value="jdbc/[schema]"/> > </dataSource> > </transactionManager> > > Please comment.. > > I do plan to switch over to Spring DAOs soon, but for a month or so i will > relying on the same.. > > > -- > View this message in context: > http://www.nabble.com/DAO-Framework---how-to-disable-connection-pooling..-tp19894728p19894728.html > Sent from the iBATIS - User - Java mailing list archive at Nabble.com. > >
