Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
Unknown
Description
One would expect to set xstream permissions on the DataFormat associated with a given CamelContext like this
XStreamDataFormat dataFormat = (XStreamDataFormat) camelctx.resolveDataFormat("xstream"); dataFormat.setPermissions("+" + Customer.class.getName());
This approach fails however because the DefaultDataFormatResolver does not cache the DataFormat instances it creates
Attachments
Issue Links
- is related to
-
CAMEL-9297 Expose more configuration options from Camel's XStream component
- Resolved