On 1/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Sorry, I must correct my email from today (Thu, 23 Jan, 2007). The <writeSchemaToDatabase/> process ends with success!!! Only the <writeDataToDatabase> process makes trouble, please look at my following console output and to my additional questions below this output.
[ddlToDatabase] Written schema to database [ddlToDatabase] Borrowed connection [EMAIL PROTECTED] from data source [ddlToDatabase] Could not parse or write data file C:\Programme\eclipse 3.2\eclipse\workspace\MigrateDatabaseToDerby\ddlutils\data.xml [ddlToDatabase] org.apache.ddlutils.DdlUtilsException: java.net.MalformedURLException: unknown protocol: c [ddlToDatabase] at
<snip> This is the relevant error: "java.net.MalformedURLException: unknown protocol: c". Apparently the JDBC url used for inserting the data is wrong, and thus DdlUtils cannot access the database. Please check it and see whether it matches the one used for the creation of the schema in the database. Tom
