DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28524>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28524 Exception throw when creating new JNDI data source ------- Additional Comments From [EMAIL PROTECTED] 2004-04-21 23:35 ------- I think you're getting the error because you have resource-ref in your web.xml but no context datasource definition on either server.xml or context.xml. Admin is expecting to find datasource and looking up its driverClassName but the definition isn't there. As a workaround, you can add context datasource first via admin or by hand in context.xml and add your resource-ref in web.xml. I know it's hacky. I'll try to fix this for the next release but no time right now. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]