I've been using a custom ProtocolCodecFactory with the Mina component. I'm
attempting to upgrade to 1.4. Since the way it handles uri properties has
changed since 1.3, I can't figure out a way to get the it configured.
Example:
<from
uri="mina:tcp://localhost:11300?sync=true&codec=myProtocolFactory"/>
...
Error:
Unknown parameters=[{sync=true, codec=myProtocolFactory}]
Example 2:
<from
uri="mina:tcp://localhost:11300?consumer.sync=true&consumer.codec=myProtocolFactory"/>
...
Error:
Unknown parameters=[{consumer.sync=true, consumer.codec=myProtocolFactory}]
Looking through the code I don't see any way this can be set any more.
Any help would is appreciated.
Thanks
--
View this message in context:
http://www.nabble.com/Mina-codec-tp18658201s22882p18658201.html
Sent from the Camel - Users mailing list archive at Nabble.com.