Re: Ibatis with my own pool
This does not belong on the development list. Please move the conversation to the users list and don't post the same question on multiple lists. On Thu, Nov 26, 2009 at 8:18 AM, Kambix wrote: > > Hi, > > the uses the iBATIS built-in Connection Pool. > > You can use > for jakarta commons database connection pool > or > if you have a Container-based data source located > via JNDI > > -- > kambiz > > > > Jeremy Jardin wrote: > > > > This is the part of my config file I'd like to change : > > > > > > > > > >/> > >/> > >/> > >value="true" /> > > > > > > > > I don't want to use that datasource, i just want to connect my common > pool > > I set > > as the connectionUrl.. > > > > > > > > > > Jeremy Jardin wrote: > >> > >> Hi, > >> > >> I'd like toconfigure ibatis with my own connection pool, so I set my > pool > >> as the connnectionUrl in the sqlMapConfig.xml file. > >> But, unfortunately, it seems that ibatis still use his own pool ? > >> Can I disable the ibatis pool ? > >> > >> > >> Thx, > >> > >> Jeremy > >> > > > > > > -- > View this message in context: > http://old.nabble.com/Ibatis-with-my-own-pool-tp26525311p26530882.html > Sent from the iBATIS - Dev mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
Re: Ibatis with my own pool
Hi, the uses the iBATIS built-in Connection Pool. You can use for jakarta commons database connection pool or if you have a Container-based data source located via JNDI -- kambiz Jeremy Jardin wrote: > > This is the part of my config file I'd like to change : > > > > > > > > > > > > I don't want to use that datasource, i just want to connect my common pool > I set > as the connectionUrl.. > > > > > Jeremy Jardin wrote: >> >> Hi, >> >> I'd like toconfigure ibatis with my own connection pool, so I set my pool >> as the connnectionUrl in the sqlMapConfig.xml file. >> But, unfortunately, it seems that ibatis still use his own pool ? >> Can I disable the ibatis pool ? >> >> >> Thx, >> >> Jeremy >> > > -- View this message in context: http://old.nabble.com/Ibatis-with-my-own-pool-tp26525311p26530882.html Sent from the iBATIS - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: Ibatis with my own pool
This is the part of my config file I'd like to change : I don't want to use that datasource, i just want to connect my common pool I set as the connectionUrl.. Jeremy Jardin wrote: > > Hi, > > I'd like toconfigure ibatis with my own connection pool, so I set my pool > as the connnectionUrl in the sqlMapConfig.xml file. > But, unfortunately, it seems that ibatis still use his own pool ? > Can I disable the ibatis pool ? > > > Thx, > > Jeremy > -- View this message in context: http://old.nabble.com/Ibatis-with-my-own-pool-tp26525311p26530367.html Sent from the iBATIS - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Ibatis with my own pool
Hi, I'd like toconfigure ibatis with my own connection pool, so I set my pool as the connnectionUrl in the sqlMapConfig.xml file. But, unfortunately, it seems that ibatis still use his own pool ? Can I disable the ibatis pool ? Thx, Jeremy -- View this message in context: http://old.nabble.com/Ibatis-with-my-own-pool-tp26525311p26525311.html Sent from the iBATIS - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Ibatis with my own pool
Hi, I'm trying to use Ibatis with my own pool, and I don't want ibatis to handle it itself. So, in the sqlmapConfig.xml file, I set the URL of my common pool. But, I can see that ibatis still manage my connections, and I can't close it explicitely ? What could I do ? Thx, Jeremy -- View this message in context: http://old.nabble.com/Ibatis-with-my-own-pool-tp26525296p26525296.html Sent from the iBATIS - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Ibatis with my own pool
Hi, I'm trying to use Ibatis with my own pool, and I don't want ibatis to handle it itself. So, in the sqlmapConfig.xml file, I set the URL of my common pool. But, I can see that ibatis still manage my connections, and I can't close it explicitely ? What could I do ? Thx, Jeremy -- View this message in context: http://old.nabble.com/Ibatis-with-my-own-pool-tp26525291p26525291.html Sent from the iBATIS - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Ibatis with my own pool
Hi, I'm trying to use Ibatis with my own pool, and I don't want ibatis to handle it itself. So, in the sqlmapConfig.xml file, I set the URL of my common pool. But, I can see that ibatis still manage my connections, and I can't close it explicitely ? What could I do ? Thx, Jeremy -- View this message in context: http://old.nabble.com/Ibatis-with-my-own-pool-tp26525290p26525290.html Sent from the iBATIS - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
