[ 
https://issues.apache.org/jira/browse/DDLUTILS-186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Dudziak resolved DDLUTILS-186.
-------------------------------------

       Resolution: Won't Fix
    Fix Version/s: 1.1

No longer necessary since Digester is no longer used in 1.1

> WriteDataToDatabaseCommand  throws MalFormedURL if used with commons-digester 
> 1.8
> ---------------------------------------------------------------------------------
>
>                 Key: DDLUTILS-186
>                 URL: https://issues.apache.org/jira/browse/DDLUTILS-186
>             Project: DdlUtils
>          Issue Type: Bug
>          Components: Core (No specific database)
>    Affects Versions: 1.0
>            Reporter: Ricky Hazelwood
>            Assignee: Thomas Dudziak
>             Fix For: 1.1
>
>
> 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. Since the file is passed as string without 'file:' 
> prefix, new URL(filename) throws a MalFormedURL  exception (missing protocol)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to