You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Daniel Kulp <da...@iona.com> on 2006/04/29 14:25:04 UTC

wsdl4j....

Would anyone object if I submitted a patch to change all usage of 
axis-wsdl4j to use the actual wsdl4j.   Basically, change:

        <dependency>
            <groupId>axis</groupId>
            <artifactId>axis-wsdl4j</artifactId>
            <version>1.2</version>
        </dependency>

to
        <dependency>
            <groupId>wsdl4j</groupId>
            <artifactId>wsdl4j</artifactId>
            <version>1.5.2</version>
        </dependency>

1.5.2 is MUCH newer and contains a bunch of bug fixes we would like to 
have.   

Obviously, I would test as much as I can before submitting such a patch.  


-- 
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727  C: 508-380-7194
daniel.kulp@iona.com

Re: wsdl4j....

Posted by ant elder <an...@gmail.com>.
Really can't complain about service this quick, thanks Dims!

   ...ant

On 4/29/06, Davanum Srinivas <da...@gmail.com> wrote:
>
> switched Axis2 to latest wsdl4j. will let u all know if something
> breaks and we've to switch back :)
>
> thanks,
> dims
>
> On 4/29/06, ant elder <an...@gmail.com> wrote:
> > It makes me a bit nervous that as Axis2 is not using the latest version
> > doing this may break something in our Axis2 binding. Maybe Dims can tell
> us
> > or we could ask about it over on axis-dev. Do you need to do this now to
> fix
> > something or could it wait a bit?
> >
> >     ...ant
> >
> > On 4/29/06, Daniel Kulp <da...@iona.com> wrote:
> > >
> > >
> > > Would anyone object if I submitted a patch to change all usage of
> > > axis-wsdl4j to use the actual wsdl4j.   Basically, change:
> > >
> > >         <dependency>
> > >             <groupId>axis</groupId>
> > >             <artifactId>axis-wsdl4j</artifactId>
> > >             <version>1.2</version>
> > >         </dependency>
> > >
> > > to
> > >         <dependency>
> > >             <groupId>wsdl4j</groupId>
> > >             <artifactId>wsdl4j</artifactId>
> > >             <version>1.5.2</version>
> > >         </dependency>
> > >
> > > 1.5.2 is MUCH newer and contains a bunch of bug fixes we would like to
> > > have.
> > >
> > > Obviously, I would test as much as I can before submitting such a
> patch.
> > >
> > >
> > > --
> > > J. Daniel Kulp
> > > Principal Engineer
> > > IONA
> > > P: 781-902-8727  C: 508-380-7194
> > > daniel.kulp@iona.com
> > >
> >
> >
>
>
> --
> Davanum Srinivas : http://wso2.com/blogs/
>

Re: wsdl4j....

Posted by Davanum Srinivas <da...@gmail.com>.
switched Axis2 to latest wsdl4j. will let u all know if something
breaks and we've to switch back :)

thanks,
dims

On 4/29/06, ant elder <an...@gmail.com> wrote:
> It makes me a bit nervous that as Axis2 is not using the latest version
> doing this may break something in our Axis2 binding. Maybe Dims can tell us
> or we could ask about it over on axis-dev. Do you need to do this now to fix
> something or could it wait a bit?
>
>     ...ant
>
> On 4/29/06, Daniel Kulp <da...@iona.com> wrote:
> >
> >
> > Would anyone object if I submitted a patch to change all usage of
> > axis-wsdl4j to use the actual wsdl4j.   Basically, change:
> >
> >         <dependency>
> >             <groupId>axis</groupId>
> >             <artifactId>axis-wsdl4j</artifactId>
> >             <version>1.2</version>
> >         </dependency>
> >
> > to
> >         <dependency>
> >             <groupId>wsdl4j</groupId>
> >             <artifactId>wsdl4j</artifactId>
> >             <version>1.5.2</version>
> >         </dependency>
> >
> > 1.5.2 is MUCH newer and contains a bunch of bug fixes we would like to
> > have.
> >
> > Obviously, I would test as much as I can before submitting such a patch.
> >
> >
> > --
> > J. Daniel Kulp
> > Principal Engineer
> > IONA
> > P: 781-902-8727  C: 508-380-7194
> > daniel.kulp@iona.com
> >
>
>


--
Davanum Srinivas : http://wso2.com/blogs/

Re: wsdl4j....

Posted by ant elder <an...@gmail.com>.
It makes me a bit nervous that as Axis2 is not using the latest version
doing this may break something in our Axis2 binding. Maybe Dims can tell us
or we could ask about it over on axis-dev. Do you need to do this now to fix
something or could it wait a bit?

    ...ant

On 4/29/06, Daniel Kulp <da...@iona.com> wrote:
>
>
> Would anyone object if I submitted a patch to change all usage of
> axis-wsdl4j to use the actual wsdl4j.   Basically, change:
>
>         <dependency>
>             <groupId>axis</groupId>
>             <artifactId>axis-wsdl4j</artifactId>
>             <version>1.2</version>
>         </dependency>
>
> to
>         <dependency>
>             <groupId>wsdl4j</groupId>
>             <artifactId>wsdl4j</artifactId>
>             <version>1.5.2</version>
>         </dependency>
>
> 1.5.2 is MUCH newer and contains a bunch of bug fixes we would like to
> have.
>
> Obviously, I would test as much as I can before submitting such a patch.
>
>
> --
> J. Daniel Kulp
> Principal Engineer
> IONA
> P: 781-902-8727  C: 508-380-7194
> daniel.kulp@iona.com
>