Re: Struts without SQL?

2001-01-11 Thread Craig R. McClanahan

Timur Mehrvarz wrote:

> Hello.
> We are not using SQL in the presentation-tier.
> All DB-access happens in the EJB-tier.
> Therefor, when building Struts we get an
> "cannot resolve symbol javax.sql.DataSource" in
>  share\org\apache\struts\action\ActionServlet.java:82
> What shall I do?
> Regards.

Although you are not using it, Struts has built-in support for creating a JDBC
DataSource.  In order to do this, you need to download and install the JDBC 2.0
Standard Extensions jar file, which you can get from
, because the compiled code references these
classes.

I will update the install docs to make this clearer.

Craig





RE: Struts without SQL?

2001-01-11 Thread Johan Compagner

Add the jdbc optional package to your classpath.
Even it you don't use jdbc you need that package.

johan


> -Original Message-
> From: Timur Mehrvarz [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 11, 2001 2:40 PM
> To: [EMAIL PROTECTED]
> Subject: Struts without SQL?
> 
> 
> Hello. 
> We are not using SQL in the presentation-tier. 
> All DB-access happens in the EJB-tier. 
> Therefor, when building Struts we get an 
> "cannot resolve symbol javax.sql.DataSource" in 
>  share\org\apache\struts\action\ActionServlet.java:82
> What shall I do?
> Regards.
> 
>