<database-connections> <data-source name="scateldb" class="org.apache.james.util.dbcp.JdbcDataSource"> <driver>oracle.jdbc.driver.OracleDriver</driver> <dburl>jdbc:oracle:thin:@scatel.csata.tno.it:1521:scatel</dburl> <user>scatel</user> <password>scatel</password> <max>20</max> </data-source>
Oracle driver jar file is in <phoenix_home>/lib
What i get is: org.apache.excalibur.containerkit.lifecycle.LifecycleException: Component named "spoolmanager" failed to pass through th e Initialization stage. (Reason: javax.mail.MessagingException: Error initializing JDBCVirtualUserTable; ... ... Caused by: javax.mail.MessagingException: Error initializing JDBCVirtualUserTable; nested exception is: org.apache.avalon.framework.component.ComponentException: Unable to provide DataSourceComponent for scateldb
You should be able to find elsewhere in the logs where it will give an error of trying to create the scateldb. Either can't find the driver class, or some oracle error message or something.
-- Serge Knystautas Lokitech >> software . strategy . design >> http://www.lokitech.com p. 301.656.5501 e. [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
