Ibatis using my own pool

2009-11-26 Thread Jeremy Jardin
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:

Re: Ibatis using my own pool

2009-11-26 Thread Nathan Maves
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 jeremy.jar...@gmail.comwrote: 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,

Re: Ibatis using my own pool

2009-11-26 Thread Jeremy Jardin
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

Re: Ibatis using my own pool

2009-11-26 Thread Clinton Begin
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.