2016-08-08 16:14 GMT+04:00 Sergey Beryozkin <sberyoz...@gmail.com>:

> Hi
>
> How to disable / change priority of jettion provider on second url (v2), or
>> may be other solution exists to make two providers work in same
>> application
>> using some switch in url or query string?
>>
>> Set a custom property in cxf:bus/cxf:properties
> ( http://cxf.apache.org/docs/bus-configuration.html )
>
>
Thanks! This is working:

    <cxf:bus>
        <cxf:properties>
            <entry key="skip.default.json.provider.registration"
value="true"/>
        </cxf:properties>
    </cxf:bus>

Reply via email to