Re: Connection to two databases in same test plan: possible?

2006-02-09 Thread sebb
What happens when both the A & B configs and A & B samplers are in the same scope? As far as I know, this is supposed to work. S. On 09/02/06, Ivan Rancati <[EMAIL PROTECTED]> wrote: > I found a way to get this to work: > - create two Connection Configuration objects with different pool names > -

Re: Connection to two databases in same test plan: possible?

2006-02-09 Thread Ivan Rancati
I found a way to get this to work: - create two Connection Configuration objects with different pool names - limit the scope of the Configuration object using a logic controller Example Thread group JDBC Connection Configuration for pool 1 pointing to database A JDBC Request for database A

Connection to two databases in same test plan: possible?

2006-02-08 Thread Ivan Rancati
I think this is not possible with the JDBC Request, but based on this email discussion I thought I'd ask http://marc.theaimsgroup.com/?l=jmeter-user&m=106285267110499&w=2 ... If you specified two connections with the same URL but different user/password, it would still use only one pool, and only