Hello, I've got an error as follows: org.apache.cocoon.ProcessingException: Exception in ServerPagesGenerator.generate(): java.lang.RuntimeException: Could not get the datasource org.apache.avalon.excalibur.datasource.NoValidConnectionException: No valid JdbcConnection class available
Here is my code in $CATALINA_HOME/webapps/cocoon/WEB-INF/cocoon.xconf <datasources> <jdbc name="abc" logger="core.datasources.abc"> <pool-controller min="5" max="10"/> <auto-commit>false</auto-commit> <dburl>jdbc:mysql://localhost/abc</dburl> <user>root</user> <password/> </jdbc> </datasources> Does any of you have any ideas? Many thanks, Kat --------------------------------- Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month!
