[
https://issues.apache.org/activemq/browse/SM-1623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48573#action_48573
]
Lars Heinemann commented on SM-1623:
------------------------------------
This component has been reworked from the contribution of Rohit. Due to some
license problem with the smppapi library which is under LGPL license and not
compatible with our licensing.
Because of that I initially moved the component to the Google Code project
mentioned above. You can also download a first version there for testing
purpose but be warned that I never tested it after the rework.
We want to move this component back into the ServiceMix repo as soon as it gets
a replacement for the smppapi library. I had a first look at the jsmpp library
also hosted at Google Code if it is fullfilling our needs but currently I
haven't got the time to finish my work.
If someone wants to volunteer for this work please have a look at:
http://svn.apache.org/viewvc/servicemix/sandbox/lhein/servicemix-smpp/
This is the current state of the component with the new jsmpp library. It is
currently not working and may even not compile (don't know exactly because I
haven't worked at it for several weeks).
Feel free to provide patches if you got it working.
Regards
Lars
> New binding component: SMPP
> ---------------------------
>
> Key: SM-1623
> URL: https://issues.apache.org/activemq/browse/SM-1623
> Project: ServiceMix
> Issue Type: Improvement
> Components: servicemix-components
> Reporter: Rohit Joshi
> Assignee: Lars Heinemann
>
> I am submitting here source code for SMPP binding component. See the
> attached tar file.
> Attached servicemix-component.tar file contains following files. It should be
> deployed under apache-servicemix-3.2.2/src/common directory.
> ********
> SOURCE
> ***********
> servicemix-components/src/main/java/org/apache/servicemix/components/smpp/
> servicemix-components/src/main/java/org/apache/servicemix/components/smpp/SMPPMarshaler.java
> servicemix-components/src/main/java/org/apache/servicemix/components/smpp/SMPPPoller.java
> servicemix-components/src/main/java/org/apache/servicemix/components/smpp/SMPPSender.java
> servicemix-components/src/main/java/org/apache/servicemix/components/smpp/servicemix.xml
> ******
> TEST
> ********
> servicemix-components/src/test/java/org/apache/servicemix/components/smpp/
> servicemix-components/src/test/java/org/apache/servicemix/components/smpp/SMPPPollTest.java
> servicemix-components/src/test/java/org/apache/servicemix/components/smpp/SMPPTest.java
> *********
> pom.xml
> ********
> servicemix-components/pom.xml
> this file adds the dependency on smppapi.
> <dependency>
> <groupId>smppapi</groupId>
> <artifactId>smppapi</artifactId>
> <version>0.3.7</version>
> <optional>false</optional>
> </dependency>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.