Re: [Resin-interest] Custom datasource implementation

2010-04-13 Thread Daniel López
Scott Ferguson escribió: d.lo...@uib.es wrote: Hi Scott, Thanks for the pointer. I managed to get it to work, more or less, using the new way: -- leaf:ConnectionPoolDataSource ... /leaf:ConnectionPoolDataSource -- and the old bean way: -- bean name=MyPool

Re: [Resin-interest] Custom datasource implementation

2010-04-13 Thread Scott Ferguson
Daniel López wrote: Scott Ferguson escribió: Cool, thanks. I'm assuming that this would go inside the custom tag like: -- leaf:ConnectionPoolDataSource resin:Jndijava:comp/env/jdbc/MyPool/resin:Jndi ... /leaf:ConnectionPoolDataSource -- Correct. You could also use it in

Re: [Resin-interest] Custom datasource implementation

2010-04-12 Thread Scott Ferguson
d.lo...@uib.es wrote: Hi Scott, Thanks for the pointer. I managed to get it to work, more or less, using the new way: -- leaf:ConnectionPoolDataSource ... /leaf:ConnectionPoolDataSource -- and the old bean way: -- bean name=MyPool

Re: [Resin-interest] Custom datasource implementation

2010-04-10 Thread d . lopez
Hi Scott, Thanks for the pointer. I managed to get it to work, more or less, using the new way: -- leaf:ConnectionPoolDataSource ... /leaf:ConnectionPoolDataSource -- and the old bean way: -- bean name=MyPool typeorg.leaf.ConnectionPoolDataSource/type

[Resin-interest] Custom datasource implementation

2010-04-08 Thread Daniel López
Hi there, For some reason, I would like to be able inside Resin a datasource implementation other than Resin's, C3P0 for example, and I have been unable to find in the documentation how would one configure it. The examples that I found use the database tag, which does not seem to have an

Re: [Resin-interest] Custom datasource implementation

2010-04-08 Thread Scott Ferguson
Daniel López wrote: Hi there, For some reason, I would like to be able inside Resin a datasource implementation other than Resin's, C3P0 for example, and I have been unable to find in the documentation how would one configure it. The examples that I found use the database tag, which does