You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Jonathan Anstey (JIRA)" <ji...@apache.org> on 2011/06/30 17:09:28 UTC

[jira] [Assigned] (CAMEL-4166) camel-smpp component prints "1" or "2" to console when sending sms messages.

     [ https://issues.apache.org/jira/browse/CAMEL-4166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Anstey reassigned CAMEL-4166:
--------------------------------------

    Assignee: Jonathan Anstey

> camel-smpp component prints "1" or "2" to console when sending sms messages.
> ----------------------------------------------------------------------------
>
>                 Key: CAMEL-4166
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4166
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-smpp
>    Affects Versions: 2.6.0
>            Reporter: Justas
>            Assignee: Jonathan Anstey
>            Priority: Minor
>         Attachments: patch.txt
>
>
> in SmppBinding.java:
> {code}
> if (in.getHeaders().containsKey(DATA_CODING)) {
>     System.out.println("1");
>     submitSm.setDataCoding((Byte) in.getHeader(DATA_CODING));
> } else {
>     System.out.println("2");
>     submitSm.setDataCoding(configuration.getDataCoding());
> }
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira