Found workaround, removed @SchemaValidation annotaion and configured both
providers in spring, so unconfigured copies now do not crash.
Also noticed that
http://cxf.apache.org/docs/jax-rs-data-bindings.html#JAX-RSDataBindings-Schemavalidation
contains deprecated
<bean id="schemaHolder" class=
"org.apache.cxf.jaxrs.utils.schemas.SchemaHandler">
   <property name="schemas" ref="theSchemas"/>
</bean>

name="schemas" should be replaced with name="schemaLocations" (which has
catalogLocation support)


2016-03-21 10:05 GMT+04:00 Vjacheslav V. Borisov <[email protected]>:

> Playing with xml catalogs,  found strage bug (or my misconfiguration, i
> don't know)
>

Reply via email to