Well, I've got my libraries imported, but along the way I've
contracted a new problem. Anybody ever seen this or know what to do
about it?
I haven't touched the <mailstore> section of xml in config.xml
and I'm running against the james test database specified by:
<data-source name="maildb"
class="org.apache.james.util.mordred.JdbcDataSource">
<driver>org.gjt.mm.mysql.Driver</driver>
<dburl>jdbc:mysql://127.0.0.1/test?autoReconnect=true</dburl>
<user></user>
<password></password>
<max>20</max>
</data-source>
And I'm still getting the same error even though I've removed the
code that I brought in for configuring my datasource from my java.class