[
https://issues.apache.org/jira/browse/CAMEL-9320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15029552#comment-15029552
]
ASF GitHub Bot commented on CAMEL-9320:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/camel/pull/678
> 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)