Re: [JBoss-user] How change the ConnectionURL of a datasource?

2003-11-20 Thread Andrew May
I don't believe that there's any way to change the connection url via the Datasource - this will only allow you to create connections from the preconfigured connection pool. If you have multiple databases you can create multiple connection pools and bind them as seperate datasources (e.g.

[JBoss-user] How change the ConnectionURL of a datasource?

2003-11-19 Thread Maffeo Gaetano
Title: How change the ConnectionURL of a datasource? Hi all, After i call: ds = (DataSource)ctx.lookup(java:/+Misc.getDSname(this.getContextRoot())); how can i change the connectionURL od the DataSource? many thanks in advance for whom helps me gaetano