You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Mykola Pavluchynskyi (JIRA)" <ji...@apache.org> on 2015/05/28 09:34:21 UTC

[jira] [Created] (CAMEL-8811) No data coding headers in deliverSM

Mykola Pavluchynskyi created CAMEL-8811:
-------------------------------------------

             Summary: No data coding headers in deliverSM
                 Key: CAMEL-8811
                 URL: https://issues.apache.org/jira/browse/CAMEL-8811
             Project: Camel
          Issue Type: Bug
          Components: camel-smpp
    Affects Versions: 2.15.2
         Environment: Ubuntu linux, ActiveMQ 5.11.1, Camel 2.15.2
            Reporter: Mykola Pavluchynskyi


When I try to parse Deliver SM messages I don't see data encoding.
I fix this for my purposes in
org/apache/camel/component/smpp/SmppBinding.java
by adding 
smppMessage.setHeader(SmppConstants.DATA_CODING, deliverSm.getDataCoding());
in method public SmppMessage createSmppMessage(DeliverSm deliverSm) throws Exception {




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)