If I remember correctly that dependency is there for schema validation. (Xerces has schema validation while some parsers such as Crimson do not.) You're right that we should allow any DOM parser to be used with the caveat that some parsers may not allow for validation.
Please open a Jira for this issue. Lawrence "Paul Fremantle" <[EMAIL PROTECTED]> 03/13/2007 05:10 AM Please respond to [email protected] To [email protected], [email protected] cc Subject Re: xerces dependency for Synapse Seems wrong to me! Woden team: how come we have a hard coded dependency on Xerces? Paul On 3/13/07, Chathura Ekanayake <[EMAIL PROTECTED]> wrote: > Hi Paul, > > Woden has a hardcoded dependency to xerces in this class. > http://svn.apache.org/repos/asf/incubator/woden/trunk/java/src/org/apache/woden/internal/DOMWSDLReader.java > > Therefore we can't use other parser implementation if we are using woden. > > Chathura. > > > On 3/13/07, Paul Fremantle < [EMAIL PROTECTED]> wrote: > > > > Can't we just register DOOM as our JAXP DOM provider? > > > > Paul > > > > On 3/12/07, Chathura Ekanayake <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > > > > I am implementing the WSDL based endpoint for synapse. It will be able > to > > > extract endpoint details > > > from a given WSDL document and create an endpoint. > > > > > > Woden is used for reading WSDL 2,0 documents, which uses xerces as the > > > parser. So I think we have > > > to introduce a xerces dependency for Synapse for supporting this > feature. > > > > > > Chathura > > > > > > > > > -- > > Paul Fremantle > > VP/Technology, WSO2 and OASIS WS-RX TC Co-chair > > > > http://bloglines.com/blog/paulfremantle > > [EMAIL PROTECTED] > > > > "Oxygenating the Web Service Platform", www.wso2.com > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -- Paul Fremantle VP/Technology, WSO2 and OASIS WS-RX TC Co-chair http://bloglines.com/blog/paulfremantle [EMAIL PROTECTED] "Oxygenating the Web Service Platform", www.wso2.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
