org/apache/struts/legacy/GenericDataSource error

2003-07-02 Thread Ricardo de Souza Moura
I am getting this error when I try access my action: java.lang.NoClassDefFoundError: org/apache/struts/legacy/GenericDataSource But I perceived that this class don't exist inside the struts.jar. Where is this class ? What Can I do to resolve this problem ? Thanks

RE: org/apache/struts/legacy/GenericDataSource error

2003-07-02 Thread David Bolsover
/GenericDataSource error I am getting this error when I try access my action: java.lang.NoClassDefFoundError: org/apache/struts/legacy/GenericDataSource But I perceived that this class don't exist inside the struts.jar. Where is this class ? What Can I do to resolve this problem ? Thanks

GenericDataSource error

2001-06-05 Thread Luna, Kat
Title: GenericDataSource error Hi, I need to get familiar with using Struts and JDBC and I'm trying to run the fruit-glaze application. I've installed mysql and the driver, added the driver to my classpath and started mysql as a service. Then I added fruit-glaze.war to the webapps folder

Re: GenericDataSource error

2001-06-05 Thread Konstantin Priblouda
Now I've got Begin event threw exception java.lang.ClassNotFoundException: org/apache/struts/util/GenericDataSource when Tomcat tries to compile struts-config.xml I can see that struts.jar is in the /lib folder and GenericDataSource.class is there, so what am I missing? Is there