[
https://issues.apache.org/jira/browse/CAMEL-9320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15004044#comment-15004044
]
Claus Ibsen commented on CAMEL-9320:
------------------------------------
The tests of camel+xstream was lacking to specify the types they are using,
this has been updated and you should do like they do.
> Cannot set XStream permissions on a per CamelContext basis
> ----------------------------------------------------------
>
> Key: CAMEL-9320
> URL: https://issues.apache.org/jira/browse/CAMEL-9320
> Project: Camel
> Issue Type: Bug
> Components: camel-core
> Reporter: Thomas Diesler
> Fix For: 2.16.1
>
>
> One would expect to set xstream permissions on the DataFormat associated with
> a given CamelContext like this
> {code}
> XStreamDataFormat dataFormat = (XStreamDataFormat)
> camelctx.resolveDataFormat("xstream");
> dataFormat.setPermissions("+" + Customer.class.getName());
> {code}
> This approach fails however because the DefaultDataFormatResolver does not
> cache the DataFormat instances it creates
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)