I created a database in MySQL and created a table called 'VirtualUserTable' I added this to the config.xml file:
<mailet match="All" class="JDBCVirtualUserTable"> <table>db://maildb/VirtualUserTable</table> </mailet>
When I start JAMES it throws an error as follows:
ERROR 2005-04-27 21:19:57.746 [Phoenix.] (): Component named "spoolmanager" failed to pass through the Initialization stage. (Reason: javax.mail.MessagingException: Error initializing JDBCVirtualUserTable;
nested exception is:
java.sql.SQLException: Giving up... no connections available.).
Thanks
Kelly
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
