Sergey, What about in 2.2.12? Is it also property driven or turned on by default?
Since then we have upgraded but the version in question is CXF 2.2.12. Thanks - Steve On Aug 23, 2012, at 5:39 AM, Sergey Beryozkin <[email protected]> wrote: > Hi > On 23/08/12 06:26, Steve Karlovic wrote: >> Hello, >> We are using CXF for JAX-RS services and schema validation is >> enabled/working for requests. Does this mean response schema validation is >> also enabled? Is there a way to enable schema validation for requests but >> disable it for the response? We are using JAXB and marshaling seems to be >> taking a relatively long time for large payloads under load, we are trying >> to determine the cause. Thanks in advance. >> > > Response validation is enabled only if 'validateOutput' is also set. What > happens if the validation is disabled, do you see the same difference in > processing smaller and larger responses ? > > Cheers, Sergey > >> Steve
