A message body writer for Java class … and MIME media type text/html was not found [duplicate]
问题 This question already has answers here : How to produce JSON output with Jersey 1.6 using JAXB (6 answers) Closed 6 years ago . I am using the jms/atmosphere framework to make communication between two applications. One of the applications is a message producer for a topic, sending custom objects of the following type: @XmlRootElement public class A implements Serializable{ public A(){} /* some private properties */ } On the other side more than one consumers are listening on the topic and