cxf bc consumer should use NormalizedMessage but not NormalizedMessageImpl
--------------------------------------------------------------------------
Key: SM-1338
URL: https://issues.apache.org/activemq/browse/SM-1338
Project: ServiceMix
Issue Type: Improvement
Reporter: Freeman Fang
use org.apache.servicemix.jbi.messaging.NormalizedMessageImpl directly in the
code caused ClassCastException when deploy it into smx4 with nmr feature, since
nmr feature in smx4 use
org.apache.servicemix.jbi.runtime.impl.NormalizedMessageImpl, they both extends
javax.jbi.messaging.NormalizedMessage. should use the interface instead
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.