[Resteasy-users] jackson jettison

2012-09-14 Thread Yehonatan Levi
Hello, I am recieving this exception Exception in thread Thread-2 org.jboss.resteasy.spi.ReaderException: org.codehaus.jackson.map.exc.UnrecognizedPropertyException: Unrecognized field imageIdValue (Class com.dodedooh.shared.ImageParameterValue), not marked as ignorable at [Source:

Re: [Resteasy-users] jackson jettison

2012-09-14 Thread Bill Burke
You deploying on AS7? From our documentation: If you have the resteasy-jackson-provider-xxx.jar in your classpath, the Jackson JSON provider will be triggered. This will screw up code that is dependent on the Jettison JAXB/JSon provider. If you had been using the Jettison JAXB/Json