DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14407>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14407 Can't run DumpSQL.xsl samle with DB2 ------- Additional Comments From [EMAIL PROTECTED] 2002-11-11 15:38 ------- I can run the DumpSQL.xsl sample with DB2 without any problem. I just looked at the code. The only situation you will see the message "Invalid Driver Name Specified" is that the call Class.forName("COM.ibm.db2.jdbc.app.DB2Driver") throws a ClassNotFoundException. Please fix the problems in your classpath and try again. To run this sample, you only need to have xml-apis.jar, xercesImpl.jar, xalan.jar and db2java.zip on your classpath.
