[
https://issues.apache.org/activemq/browse/SM-1540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45509#action_45509
]
Freeman Fang commented on SM-1540:
----------------------------------
Ron,
Yes, the latest fix for SM-1526 should be applied here as well.
For performance reason I don't think the Maps/Collections should be recursively
checked. And we may encounter dead loop in case like
Map "a" has a entry of a Collection "b", but "b" occasionally has entry "a", we
can't control to avoid this case.
We should be careful for the properties we want to serialize, just mark it as
"Serializable", and avoid using Map/Collection as property value type.
Regards
Freeman
> servicemix-camel component should check if property value is serializable
> before copy it from camel exchange to servicemix exchange
> ------------------------------------------------------------------------------------------------------------------------------------
>
> Key: SM-1540
> URL: https://issues.apache.org/activemq/browse/SM-1540
> Project: ServiceMix
> Issue Type: Bug
> Components: servicemix-camel
> Affects Versions: 3.2.2
> Reporter: Freeman Fang
> Assignee: Freeman Fang
> Fix For: 3.2.3, 3.3
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.