You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Ioannis Canellos (JIRA)" <ji...@apache.org> on 2010/08/09 17:56:47 UTC

[jira] Created: (SMXCOMP-788) Default SMPP Marshaler should support SMPP optional parameters

Default SMPP Marshaler should support SMPP optional parameters
--------------------------------------------------------------

                 Key: SMXCOMP-788
                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-788
             Project: ServiceMix Components
          Issue Type: Improvement
          Components: servicemix-smpp
    Affects Versions: servicemix-smpp-2010.02
            Reporter: Ioannis Canellos


The default smpp marshaler does not provide any kind of support for optional parameters.
It would be nice if the optional parameters could be transfered as Normalized-message properties and vice versa.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Resolved: (SMXCOMP-788) Default SMPP Marshaler should support SMPP optional parameters

Posted by Ioannis Canellos <io...@gmail.com>.
The wiki page has been updated with information regarding the optional
parameters.

On Fri, Sep 10, 2010 at 11:59 AM, Lars Heinemann (JIRA) <ji...@apache.org>wrote:

>
>     [
> https://issues.apache.org/activemq/browse/SMXCOMP-788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>
> Lars Heinemann resolved SMXCOMP-788.
> ------------------------------------
>
>    Fix Version/s: servicemix-smpp-2010.02
>       Resolution: Fixed
>
> Applied patch on behalf of Ioannis Canellos. Many thanks for that patch ;)
> Would you be so kind to document your changes in the components wiki page
> so users know how
> to use the optional parameters.
>
> Regards
> Lars
>
>
> > Default SMPP Marshaler should support SMPP optional parameters
> > --------------------------------------------------------------
> >
> >                 Key: SMXCOMP-788
> >                 URL:
> https://issues.apache.org/activemq/browse/SMXCOMP-788
> >             Project: ServiceMix Components
> >          Issue Type: Improvement
> >          Components: servicemix-smpp
> >    Affects Versions: servicemix-smpp-2010.02
> >            Reporter: Ioannis Canellos
> >            Assignee: Lars Heinemann
> >             Fix For: servicemix-smpp-2010.02
> >
> >         Attachments: optional-parameters.patch
> >
> >
> > The default smpp marshaler does not provide any kind of support for
> optional parameters.
> > It would be nice if the optional parameters could be transfered as
> Normalized-message properties and vice versa.
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>


-- 
Ioannis D. Canellos

[jira] Resolved: (SMXCOMP-788) Default SMPP Marshaler should support SMPP optional parameters

Posted by "Lars Heinemann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMXCOMP-788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Heinemann resolved SMXCOMP-788.
------------------------------------

    Fix Version/s: servicemix-smpp-2010.02
       Resolution: Fixed

Applied patch on behalf of Ioannis Canellos. Many thanks for that patch ;)
Would you be so kind to document your changes in the components wiki page so users know how
to use the optional parameters.

Regards
Lars


> Default SMPP Marshaler should support SMPP optional parameters
> --------------------------------------------------------------
>
>                 Key: SMXCOMP-788
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-788
>             Project: ServiceMix Components
>          Issue Type: Improvement
>          Components: servicemix-smpp
>    Affects Versions: servicemix-smpp-2010.02
>            Reporter: Ioannis Canellos
>            Assignee: Lars Heinemann
>             Fix For: servicemix-smpp-2010.02
>
>         Attachments: optional-parameters.patch
>
>
> The default smpp marshaler does not provide any kind of support for optional parameters.
> It would be nice if the optional parameters could be transfered as Normalized-message properties and vice versa.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (SMXCOMP-788) Default SMPP Marshaler should support SMPP optional parameters

Posted by "Lars Heinemann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMXCOMP-788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Heinemann reassigned SMXCOMP-788:
--------------------------------------

    Assignee: Lars Heinemann

> Default SMPP Marshaler should support SMPP optional parameters
> --------------------------------------------------------------
>
>                 Key: SMXCOMP-788
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-788
>             Project: ServiceMix Components
>          Issue Type: Improvement
>          Components: servicemix-smpp
>    Affects Versions: servicemix-smpp-2010.02
>            Reporter: Ioannis Canellos
>            Assignee: Lars Heinemann
>         Attachments: optional-parameters.patch
>
>
> The default smpp marshaler does not provide any kind of support for optional parameters.
> It would be nice if the optional parameters could be transfered as Normalized-message properties and vice versa.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SMXCOMP-788) Default SMPP Marshaler should support SMPP optional parameters

Posted by "Ioannis Canellos (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMXCOMP-788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ioannis Canellos updated SMXCOMP-788:
-------------------------------------

    Attachment: optional-parameters.patch

I am attaching a patch the adds the following:

a) Optional Parameters are passed from MessageRequest to the NormalizedMessage as properties.
b) Normalized Message Properties that match an OptionalParameters Tag are added to the MessageRequest as OptionalParameters.
c) 2 simple tests that test the above.

All Normalized Message Properties can be passed either as Strings or directly to the Java lang yype that matches each parameter (e.g. Byte,Short, Integer, String).


> Default SMPP Marshaler should support SMPP optional parameters
> --------------------------------------------------------------
>
>                 Key: SMXCOMP-788
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-788
>             Project: ServiceMix Components
>          Issue Type: Improvement
>          Components: servicemix-smpp
>    Affects Versions: servicemix-smpp-2010.02
>            Reporter: Ioannis Canellos
>         Attachments: optional-parameters.patch
>
>
> The default smpp marshaler does not provide any kind of support for optional parameters.
> It would be nice if the optional parameters could be transfered as Normalized-message properties and vice versa.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.