On Nov 22, 2007 7:48 PM, rjhazelwood <[EMAIL PROTECTED]> wrote: > Are you using commons digester 1.8? The parse method on the Digester class in > commons-digester-1.8 was changed to use URL rather than FileInputStream to > get InputSource. WriteDataToDatabaseCommand takes the input file and passes > file.getAbsolutePath() to DatabaseDataIO which in turn passes that string to > Digester parse method. The changes in commons-digester 1.8 are not > compatible with the way DDLUtils works.
Interesting, I didn't know that. Could you perhaps file an issue for this in JIRA ? thanks, Tom