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

John Kaputin reassigned WODEN-152:
----------------------------------

    Assignee: Dan Harvey

Assigning to Dan. DOMWSDLReader will be affected by this jira. 

See if you can get the XML parsing with schema validation to work just using 
the JAXP APIs. 

If not, then use logic something like this:
1. check if the validation feature has been enabled on the WSDLReader
2. if not, use JAXP to parse the XML document into DOM
3, if validation is enabled, use the existing Xerces-dependent code in Woden to 
parse the XML but catch exceptions  that will be throw by a non-Xerces parser 
and wrap them as WSDLExceptions.

> Woden shouldn't be dependent on Xerces
> --------------------------------------
>
>                 Key: WODEN-152
>                 URL: https://issues.apache.org/jira/browse/WODEN-152
>             Project: Woden
>          Issue Type: Bug
>          Components: Parser
>         Environment: Any
>            Reporter: Paul Fremantle
>            Assignee: Dan Harvey
>            Priority: Minor
>
> Woden is hard-coded to use Xerces. This is based on schema validation. 
> However, not all users want schema validation. The dependency should be 
> loosened so that any DOM parser will work. If schema validation is required 
> and Xerces isn't loaded, it can throw an exception.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to