Re: AW: Problems with forwarding

2015-06-09 Thread Sergey Beryozkin
Or can I setup multiple providers at once? Have not tried this one yet. Thank you very much and best regards, Marko -Ursprüngliche Nachricht- Von: Sergey Beryozkin [mailto:sberyoz...@gmail.com] Gesendet: Freitag, 5. Juni 2015 14:55 An: users@cxf.apache.org Betreff: Re: Problems with forw

AW: Problems with forwarding

2015-06-08 Thread Voss, Marko
: Problems with forwarding Hi Marko, sorry for a delay, On 03/06/15 10:33, Voss, Marko wrote: > Hello, > > I do have a problem with forwarding done in CXF. > > I have a service implementation like this: > > @Path("/foo") > public interface FooSpec { > >

Re: Problems with forwarding

2015-06-05 Thread Sergey Beryozkin
Hi Marko, sorry for a delay, On 03/06/15 10:33, Voss, Marko wrote: Hello, I do have a problem with forwarding done in CXF. I have a service implementation like this: @Path("/foo") public interface FooSpec { @GET Response foo(@QueryParam("bar") String bar, @Context HttpServlet

Problems with forwarding

2015-06-03 Thread Voss, Marko
Hello, I do have a problem with forwarding done in CXF. I have a service implementation like this: @Path("/foo") public interface FooSpec { @GET Response foo(@QueryParam("bar") String bar, @Context HttpServletRequest request, @Context HttpServletResponse response); } public clas