Re: Antwort: Re: Pooling with Oracle database

2001-03-31 Thread Craig R. McClanahan
You need to download the JDBC Optional Package 2.0 from the JavaSoft web site. Details are in the README file of the Struts distribution. Then, you will need to ensure that the "jdbc2_0-stdext.jar" file is on your classpath at compile time (and visible to your webapp at runtime, either by being

Antwort: Re: Pooling with Oracle database

2001-03-30 Thread michael . brohl
Hi Craig, I tried the first example (servlet.findDataSource(null);) but get the following error when compiling my source: "LogonAction.java": Error #: 314 : cannot access class javax.sql.DataSource; neither class nor source found for javax.sql.DataSource at line 75, column 13 Can you please