[
https://issues.apache.org/jira/browse/CAMEL-8215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14268739#comment-14268739
]
Willem Jiang commented on CAMEL-8215:
-------------------------------------
Hi Daniel,
I tried to merge you PR, but there is test error.
{code}
createBodyShouldNotMangle8bitDataCodingShortMessage(org.apache.camel.component.smpp.SmppMessageTest)
Time elapsed: 0.158 sec <<< ERROR!
java.lang.ClassCastException: java.lang.String cannot be cast to [B
at
org.apache.camel.component.smpp.SmppMessageTest.createBodyShouldNotMangle8bitDataCodingShortMessage(SmppMessageTest.java:129)
{code}
It looks like your recent change of DataCoding cause some error here.
{code}
- DataCoding.newInstance(submitMulti.getDataCoding()),
+ new RawDataCoding(submitMulti.getDataCoding()),
{code}
Can you take a look at it?
> camel-smpp - use latest jsmpp version
> -------------------------------------
>
> Key: CAMEL-8215
> URL: https://issues.apache.org/jira/browse/CAMEL-8215
> Project: Camel
> Issue Type: Bug
> Components: camel-smpp
> Environment: n/a
> Reporter: Daniel Pocock
>
> A new jSMPP version is available
> It is released under a new groupId org.jsmpp
> Some of the ServiceMix enhancements are included and it is also released as a
> bundle.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)