cxfrs Questions

5

Solved

While I am trying to return List its throwing No message body writer has been found for response class ArrayList. I have code as follows: @POST @Path("/{scope}/{application}/tables") @Produces("...
Raab asked 16/2, 2012 at 12:37

2

As a follow-up to this question, I'm still a bit confused about how to properly use the CXF-RS component. I'm confused why we need the <cxf:rsServer> tag for specifying CXF-RS endpoints (or i...
Lycaonia asked 29/1, 2014 at 19:48

1

Solved

I launch a jetty instance indirectly when creating a JAX-RS endpoint using cxf JAXRSServerFactoryBean sf = new JAXRSServerFactoryBean(); sf.setResourceClasses(HelloWorldResource.class); sf.setR...
Kirtley asked 2/5, 2019 at 9:34

6

Solved

I am using Apache CXF for making a simple restful application. I have a client class which posts a JSON object to the server and server returns back a JSON after some manipulation. but when i execu...
Laurenlaurena asked 13/2, 2012 at 5:45

2

Solved

I try to create a wadl from an existing CXF rest service. It does not work. I am getting instead HTTP 404. The rest service itself does work. I use Tomcat 7. What am I doing wrong? Server Informa...
Ibanez asked 4/2, 2015 at 23:14

2

According to Swagger's tutorial, seems swagger only support Jersey framework (See https://github.com/wordnik/swagger-core/wiki/java-jax-rs) Does anybody have experience on making swagger work with...
Saccharify asked 18/9, 2012 at 6:51

1

Solved

I am trying to route a rest request from a cxf rest service to another. I have had a look at http://camel.apache.org/cxfrs.html which helped understand part of the process. I have a classCastExcept...
Hagy asked 15/5, 2011 at 14:59
1

© 2022 - 2024 — McMap. All rights reserved.