Hi I am trying to achieve the following with not much luck at the moment (service-mix 4.5.2)
I have a client which will be communicating with JSON req and resp to my CXF RESTful endpoint. What I would like to do is define my reqs and responses using json-schema and then generate my java POJOs from the schemas (not too fussed by which annotations to use) using jsonschema2pojo-maven-plugin. The above all works fine but I cant work out how to get the marshalling unmarshalling to work. I have tried many combinations of JSON provider (org.codehaus, com.fasterxml and org.apache) but cant get the marshalling unmarshalling to work to and from my service class. In effect it is the same as XML/XSD/JAXB but in the JSon world Any good (complete) examples out there much appreciated -- View this message in context: http://servicemix.396122.n5.nabble.com/JSon-Java-marshalling-unmarshalling-with-CXF-tp5719675.html Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
