Hello Fredrik;

Upon looking in the catalina.out file I see this:
- An exception occurred while trying to open a channel:
com.webobjects.jdbcadaptor.JDBCAdaptorException: Cannot create JDBC
driver of class '' for connect URL 'null'

Does this help...?
Data Source for Model Database Configuration

Some WebObjects engineers use the setConnectionDictionary(...) method on a model to set the JDBC database connection parameters for the model. However, the servlet container has it's own data source mechanism for supplying database information which will override any connection dictionary information which is set into the model. If you don't want this to happen, and you want your setConnectionDictionary(...) to take effect, comment out the resource-ref item with the title jdbc/DefaultDataSource in the web.xml.template file.

___
Andrew Lindesay
www.lindesay.co.nz



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to