Hello, we are trying to configure CXF in our web project running in tomee-jaxrs-1.5.1. How is it possible to set supportUnwrapped=true and dropRootElement=true properties of JsonProvider? Can it be done in openejb-jar.xml or in another configuration files? I have tried the following configuration in openejb-jar.xml with no effect:
<pojo-deployment class-name="jaxrs-application"> <properties> cxf.jaxrs.properties = supportUnwrapped=true,dropRootElement=true </properties> </pojo-deployment> Am I doing it right? Best regards Dmitry Volkov