Re: Different resources for different user roles

2009-05-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Claudio, On 5/19/2009 11:42 AM, Claudio80 wrote: > After looking for that soultion i found the class PerUserPoolDataSource. > The tomcat's website describes how to deploy a PerUserPoolDataSource > datasource. > > I followed all the instructions but

Re: Different resources for different user roles

2009-05-19 Thread Claudio80
Thanks for you answer Chris, i will try to provide you more details. Initially i was using just one Datasource object to connect my application to an IBM DB2 database. I preferred to use the Datasource solution instead the DriverManger one for the connection pooling support provided by tomcat. T

Re: Different resources for different user roles

2009-05-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Claudio, On 5/13/2009 12:35 PM, Claudio80 wrote: > I need to access to a DB2 database using those 3 different roles in order to > limite the access to some tables' rows. > So i tried to use the PerUserPerUserPoolDataSource in order to use the > metho