On 12-12-2014 22:32, Łukasz Bączek [email protected] [firebird-support] wrote: > I have two separate library jar that will connect to the database using > the connection pool. > > But how do these two libraries to connect to a single connection pool.
Questions regarding Java should be posted to the Firebird-Java mailinglist. If these 'library' jars are used within a single application, then they can use the same connection pool. You need to configure (or code) them to use the same `DataSource`, how that is done really depends on the environment and how these jars are used. If these jars are two separate applications (executed separately), then they cannot use the same connection pool. Mark -- Mark Rotteveel
