Hi guys, I've got TomEE+ with Jackon set up as JAX-RS JSON provider. I set it up like this: openejb.cxf.jax-rs.providers = org.codehaus.jackson.jaxrs.JacksonJsonProvider and put Jackson jars to Tomee lib folder
Serialization works fine except cases where I try to use Jackson annotations. I ended up with using the simplest cases like @JsonIgnore or @JsonProperty just to see if they work properly. So I have a very simple entity bean with simple Jackson annotations that I try to serialize. The REST response is not affected by annotations at all. I tried the same implementation on JBoss & RESTEasy and it works as expected. The only thing I managed to have working fine on TomEE is Jaxb annotations(like @XmlTransient). Is it a configuration issue? Do I need to set up something else in order to have it running? Anyone have it working in Tomee+??? Any feedback much appreciated Cheers, qmacpit -- View this message in context: http://openejb.979440.n4.nabble.com/TomEE-Jackson-ignored-annotations-tp4657511.html Sent from the OpenEJB User mailing list archive at Nabble.com.
