"Sayles, Scott SAXONHQ" wrote:
> 
> Pardon me if I'm missing something, but is it intended that the
> javax.sql.DataSource be required in the ActionServlet?  It's just that I
> downloaded a recent build and I'm now getting errors when trying to compile
> my actions.  They relate to javax.sql.DataSource not being found on the
> import.  Is it required to have the JDBC 2.0 Standard Extensions API now?
> 
> Thanks.

To compile Struts itself, you will need to download the JDBC 2.0
Standard Extensions JAR file and put it on your classpath.  (I need to
update the README to be more explicit about this.)  If you are just
compiling your own classes, you should not need them, but will again at
runtime (even if you do not use a DataSource in your app.

Craig

Reply via email to