OracleDataSourceFactory

2005-07-14 Thread Durfee, Bernard
In the ever confusing quest to properly create an Oracle data source in Tomcat 5.5.x using the 10g JDBC drivers, I am stuck trying to properly configure connection caching. I've tried the following in my context XML file... Resource name= jdbc/suny auth=

RE: OracleDataSourceFactory

2005-01-06 Thread Phillip Qin
If all you need is OracleConnection, BasicDataSourceFactory shall be sufficient. The connection you obtain is a wrapper of OracleConnection. If you do need OracleDataSourceFactory, you will have to implement something else I couldn't remember (Damn, is it JNDI?) -Original Message- From

OracleDataSourceFactory

2005-01-05 Thread Durfee, Bernard
Has anyone been able to get the OracleDataSourceFactory working with Tomcat 5? It seems that no matter how I set up the Resource element in my context the factory returns a null data source. Any help would be appreciated. Bernard Durfee -Original Message- From: Dwayne Ghant [mailto