You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Christian Müller <ch...@gmail.com> on 2014/02/10 08:43:12 UTC

Upgrade to CXF 2.7.10

After upgrading to CXF 2.7.10 in camel-2.11.x,

org.apache.camel.component.cxf.AbstractCXFGreeterRouterTest.testPublishEndpointUrl

is failing on my machine. I will have a look at it in the evening. If one
of the CXF fellows could have a look at it before, I would appreciate it.

I don't see this issue in master or camel-2.12.x which I also upgrade to
CXF 2.7.10.

Best,
Christian
-----------------

Software Integration Specialist

Apache Member
V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer
Apache Incubator PMC Member

https://www.linkedin.com/pub/christian-mueller/11/551/642

Re: Upgrade to CXF 2.7.10

Posted by Christian Müller <ch...@gmail.com>.
Hi Dan!

Thanks for taking care of it and fixing the failed test!

Best,
Christian
Am 10.02.2014 17:32 schrieb "Daniel Kulp" <dk...@apache.org>:

>
> On Feb 10, 2014, at 2:43 AM, Christian Müller <ch...@gmail.com>
> wrote:
>
> > After upgrading to CXF 2.7.10 in camel-2.11.x,
> >
> >
> org.apache.camel.component.cxf.AbstractCXFGreeterRouterTest.testPublishEndpointUrl
> >
> > is failing on my machine. I will have a look at it in the evening. If one
> > of the CXF fellows could have a look at it before, I would appreciate it.
> >
> > I don't see this issue in master or camel-2.12.x which I also upgrade to
> > CXF 2.7.10.
>
> Fixed.  It's something that was not back ported from 2.12 to 2.11.   Done
> now.
>
>
> HOWEVER, while debugging this, I noticed that the HTTP component or
> something is taking a url like:
>
> http://localhost:8080/Foo?wsdl
>
> and transforming it and then sending out:
>
> /Foo?wsdl=
>
> as the URL in the GET line on the request.   It's a little strange that
> the original URL isn't used as is.  Not a problem for CXF, but I wonder if
> it would be for other HTTP endpoints if they are processing the URL line
> themselves and not expecting the =.
>
>
>
> --
> Daniel Kulp
> dkulp@apache.org - http://dankulp.com/blog
> Talend Community Coder - http://coders.talend.com
>
>

Re: Upgrade to CXF 2.7.10

Posted by Daniel Kulp <dk...@apache.org>.
On Feb 10, 2014, at 2:43 AM, Christian Müller <ch...@gmail.com> wrote:

> After upgrading to CXF 2.7.10 in camel-2.11.x,
> 
> org.apache.camel.component.cxf.AbstractCXFGreeterRouterTest.testPublishEndpointUrl
> 
> is failing on my machine. I will have a look at it in the evening. If one
> of the CXF fellows could have a look at it before, I would appreciate it.
> 
> I don't see this issue in master or camel-2.12.x which I also upgrade to
> CXF 2.7.10.

Fixed.  It’s something that was not back ported from 2.12 to 2.11.   Done now.


HOWEVER, while debugging this, I noticed that the HTTP component or something is taking a url like:

http://localhost:8080/Foo?wsdl

and transforming it and then sending out:

/Foo?wsdl=

as the URL in the GET line on the request.   It’s a little strange that the original URL isn’t used as is.  Not a problem for CXF, but I wonder if it would be for other HTTP endpoints if they are processing the URL line themselves and not expecting the =.



-- 
Daniel Kulp
dkulp@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com