My IBM Webpshere production environment has the data source connections setup(Stored in JNDI) without username and password. Both user name and password are passed by a common component that I am required to use. I'm trying to get Netbeans / Tomcat working for local development without having to create a JDBC type 4 connection the old-fashioned way or change my config files when moving from Local Dev, to dev, testing(UAT) and production.
Later, Robert Wynkoop -----Original Message----- From: Dirk Verbeeck [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 4:18 PM To: Jakarta Commons Users List Subject: Re: commons-dbcp-2.0 PooledDataSource The new name is org.apache.commons.dbcp.datasources.PerUserPoolDataSource I don't use it myself so I can't comment on the quality. If there are enough demand then we can implement the feature into the BasicDataSource but I don't really see much use for it, not for web applications. Why do you need this fuction? Dirk srinath narasimhan wrote: >There is a extension of the dbcp class called Jdbc2PoolDataSource. I am >using this. >It is not production quality, but it works. > >I think lately the class has been refactored into different name. I don't >know the full details >of where it is headed to. I hope that we will get a decent release version >soon. > >Good luck. > > >-----Original Message----- >From: Wynkoop, Robert M [mailto:[EMAIL PROTECTED] >Sent: Thursday, September 11, 2003 13:55 >To: Jkarta-Commons Mailing List (E-mail) >Subject: commons-dbcp-2.0 PooledDataSource > > >getConnection(String uname, String passwd) throws SQLException { > >throws UnsupportedOperationException(). > >Will this be supported in the future? What are the issues with supporting >this method? >My production environment does not store the user name and password in JNDI, >so they must be set at run-time. > >Thanks, > > >Robert Wynkoop > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]