You're going to have to post your config file, as none of this makes much sense as described.
1) The connection url has nothing to do with the pool configuration. 2) Yes, we'll need your XML configuration file (or at least that section) 3) The docs describe the SimpleDataSource, DBCP and JNDI. The simplest way to use a custom pool is to access it via JNDI. But you can also implement your own provider. Clinton On Thu, Nov 26, 2009 at 9:46 AM, Jeremy Jardin <[email protected]>wrote: > > > 1) the connectionUrl, is the jdbc url, to connect to my own pool. > 2) I think there's no code to show you, I wonder if in the SqlMapconfig > file, I can set my own pool in order of using the ibatis Datasource. > 3) yes, I did, of course, and ibatis Datasource is always used .. > > Thks ! > > > nmaves wrote: > > > > 1) what is a connectionUrl > > 2) show us some code > > 3) did you read the docs? > > > > On Thu, Nov 26, 2009 at 2:24 AM, Jeremy Jardin > > <[email protected]>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-using-my-own-pool-tp26525312p26525312.html > >> Sent from the iBATIS - User - Java mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > > > > > > -- > View this message in context: > http://old.nabble.com/Ibatis-using-my-own-pool-tp26525312p26532079.html > Sent from the iBATIS - User - Java mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
