Good day,
In revision r822227 of servicemix-camel
http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-camel/trunk/src/main/java/org/apache/servicemix/camel/
here , a fix was added to the JbiBinding.java for propogating
maps/collections. The following is what was added.
@SuppressWarnings("unchecked")
protected boolean isSerializable(Object object) {
return object instanceof Serializable;
}
Now, when I look at the current revision 835983 of the same, and compare
with r822227, I see that this fix is no longer included. I'm wondering if
the fix has been reworked, or removed?
Any help is appreciated. I hope this post is in the proper location for
this question.
--
View this message in context:
http://old.nabble.com/Propogation-of-Map-or-Collection-header-tp26575987p26575987.html
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.