You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by Paul Fremantle <pz...@gmail.com> on 2007/03/13 10:10:03 UTC

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 <cc...@gmail.com> 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 < pzfreo@gmail.com> wrote:
> >
> > Can't we just register DOOM as our JAXP DOM provider?
> >
> > Paul
> >
> > On 3/12/07, Chathura Ekanayake <cc...@gmail.com> 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
> > paul@wso2.com
> >
> > "Oxygenating the Web Service Platform", www.wso2.com
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> synapse-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: synapse-dev-help@ws.apache.org
> >
> >
>
>


-- 
Paul Fremantle
VP/Technology, WSO2 and OASIS WS-RX TC Co-chair

http://bloglines.com/blog/paulfremantle
paul@wso2.com

"Oxygenating the Web Service Platform", www.wso2.com

---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org


Re: xerces dependency for Synapse

Posted by Chathura Ekanayake <cc...@gmail.com>.
Yes. Let's support only WSDL 1.1 for Synapse 1.0 release.

Chathura

On 3/13/07, Paul Fremantle <pz...@gmail.com> wrote:
>
> Actually I think thats a good idea.
>
> Paul
>
> On 3/13/07, Asankha C. Perera <as...@wso2.com> wrote:
> > Chathura
> >
> > As we need woden to support WSDL 2.0 and since there is some issue
> > trying to use WSDL 2.0 for endpoints right now, I would like to ask for
> > this to be postponed. Lets only support WSDL 1.1 endpoints for our 1.0
> > release and get these other issues resolved later
> >
> > thanks
> > asankha
> >
> > Paul Fremantle wrote:
> > > Seems wrong to me!
> > >
> > > Woden team: how come we have a hard coded dependency on Xerces?
> > >
> > > Paul
> > >
> > > On 3/13/07, Chathura Ekanayake <cc...@gmail.com> 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 < pzfreo@gmail.com> wrote:
> > >> >
> > >> > Can't we just register DOOM as our JAXP DOM provider?
> > >> >
> > >> > Paul
> > >> >
> > >> > On 3/12/07, Chathura Ekanayake <cc...@gmail.com> 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
> > >> > paul@wso2.com
> > >> >
> > >> > "Oxygenating the Web Service Platform", www.wso2.com
> > >> >
> > >> >
> > >> ---------------------------------------------------------------------
> > >> > To unsubscribe, e-mail:
> > >> synapse-dev-unsubscribe@ws.apache.org
> > >> > For additional commands, e-mail: synapse-dev-help@ws.apache.org
> > >> >
> > >> >
> > >>
> > >>
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: synapse-dev-help@ws.apache.org
> >
> >
>
>
> --
> Paul Fremantle
> VP/Technology, WSO2 and OASIS WS-RX TC Co-chair
>
> http://bloglines.com/blog/paulfremantle
> paul@wso2.com
>
> "Oxygenating the Web Service Platform", www.wso2.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: synapse-dev-help@ws.apache.org
>
>

Re: xerces dependency for Synapse

Posted by Paul Fremantle <pz...@gmail.com>.
Actually I think thats a good idea.

Paul

On 3/13/07, Asankha C. Perera <as...@wso2.com> wrote:
> Chathura
>
> As we need woden to support WSDL 2.0 and since there is some issue
> trying to use WSDL 2.0 for endpoints right now, I would like to ask for
> this to be postponed. Lets only support WSDL 1.1 endpoints for our 1.0
> release and get these other issues resolved later
>
> thanks
> asankha
>
> Paul Fremantle wrote:
> > Seems wrong to me!
> >
> > Woden team: how come we have a hard coded dependency on Xerces?
> >
> > Paul
> >
> > On 3/13/07, Chathura Ekanayake <cc...@gmail.com> 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 < pzfreo@gmail.com> wrote:
> >> >
> >> > Can't we just register DOOM as our JAXP DOM provider?
> >> >
> >> > Paul
> >> >
> >> > On 3/12/07, Chathura Ekanayake <cc...@gmail.com> 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
> >> > paul@wso2.com
> >> >
> >> > "Oxygenating the Web Service Platform", www.wso2.com
> >> >
> >> >
> >> ---------------------------------------------------------------------
> >> > To unsubscribe, e-mail:
> >> synapse-dev-unsubscribe@ws.apache.org
> >> > For additional commands, e-mail: synapse-dev-help@ws.apache.org
> >> >
> >> >
> >>
> >>
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: synapse-dev-help@ws.apache.org
>
>


-- 
Paul Fremantle
VP/Technology, WSO2 and OASIS WS-RX TC Co-chair

http://bloglines.com/blog/paulfremantle
paul@wso2.com

"Oxygenating the Web Service Platform", www.wso2.com

---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org


Re: xerces dependency for Synapse

Posted by "Asankha C. Perera" <as...@wso2.com>.
Chathura

As we need woden to support WSDL 2.0 and since there is some issue 
trying to use WSDL 2.0 for endpoints right now, I would like to ask for 
this to be postponed. Lets only support WSDL 1.1 endpoints for our 1.0 
release and get these other issues resolved later

thanks
asankha

Paul Fremantle wrote:
> Seems wrong to me!
>
> Woden team: how come we have a hard coded dependency on Xerces?
>
> Paul
>
> On 3/13/07, Chathura Ekanayake <cc...@gmail.com> 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 < pzfreo@gmail.com> wrote:
>> >
>> > Can't we just register DOOM as our JAXP DOM provider?
>> >
>> > Paul
>> >
>> > On 3/12/07, Chathura Ekanayake <cc...@gmail.com> 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
>> > paul@wso2.com
>> >
>> > "Oxygenating the Web Service Platform", www.wso2.com
>> >
>> >
>> ---------------------------------------------------------------------
>> > To unsubscribe, e-mail:
>> synapse-dev-unsubscribe@ws.apache.org
>> > For additional commands, e-mail: synapse-dev-help@ws.apache.org
>> >
>> >
>>
>>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org


Re: xerces dependency for Synapse

Posted by Paul Fremantle <pz...@gmail.com>.
https://issues.apache.org/jira/browse/WODEN-152

Thanks!

Paul

On 3/13/07, Lawrence Mandel <lm...@ca.ibm.com> wrote:
> 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" <pz...@gmail.com>
> 03/13/2007 05:10 AM
> Please respond to
> woden-dev@ws.apache.org
>
>
> To
> synapse-dev@ws.apache.org, woden-dev@ws.apache.org
> 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 <cc...@gmail.com> 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 < pzfreo@gmail.com> wrote:
> > >
> > > Can't we just register DOOM as our JAXP DOM provider?
> > >
> > > Paul
> > >
> > > On 3/12/07, Chathura Ekanayake <cc...@gmail.com> 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
> > > paul@wso2.com
> > >
> > > "Oxygenating the Web Service Platform", www.wso2.com
> > >
> > >
> > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > synapse-dev-unsubscribe@ws.apache.org
> > > For additional commands, e-mail: synapse-dev-help@ws.apache.org
> > >
> > >
> >
> >
>
>
> --
> Paul Fremantle
> VP/Technology, WSO2 and OASIS WS-RX TC Co-chair
>
> http://bloglines.com/blog/paulfremantle
> paul@wso2.com
>
> "Oxygenating the Web Service Platform", www.wso2.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: woden-dev-help@ws.apache.org
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: woden-dev-help@ws.apache.org
>
>


-- 
Paul Fremantle
VP/Technology, WSO2 and OASIS WS-RX TC Co-chair

http://bloglines.com/blog/paulfremantle
paul@wso2.com

"Oxygenating the Web Service Platform", www.wso2.com

---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org


Re: xerces dependency for Synapse

Posted by Lawrence Mandel <lm...@ca.ibm.com>.
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" <pz...@gmail.com> 
03/13/2007 05:10 AM
Please respond to
woden-dev@ws.apache.org


To
synapse-dev@ws.apache.org, woden-dev@ws.apache.org
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 <cc...@gmail.com> 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 < pzfreo@gmail.com> wrote:
> >
> > Can't we just register DOOM as our JAXP DOM provider?
> >
> > Paul
> >
> > On 3/12/07, Chathura Ekanayake <cc...@gmail.com> 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
> > paul@wso2.com
> >
> > "Oxygenating the Web Service Platform", www.wso2.com
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> synapse-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: synapse-dev-help@ws.apache.org
> >
> >
>
>


-- 
Paul Fremantle
VP/Technology, WSO2 and OASIS WS-RX TC Co-chair

http://bloglines.com/blog/paulfremantle
paul@wso2.com

"Oxygenating the Web Service Platform", www.wso2.com

---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org