Issue Details (XML | Word | Printable)

Key: SM-1623
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Jean-Baptiste Onofré
Reporter: Rohit Joshi
Votes: 0
Watchers: 4
Operations

If you were logged in you would be able to see more operations.
ServiceMix

New binding component: SMPP

Created: 08/Oct/08 07:55 AM   Updated: 24/Apr/09 01:35 AM
Return to search
Component/s: servicemix-components
Affects Version/s: None
Fix Version/s: 4.0, 3.3

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works DefaultSmppMarshaler.java.patch 2009-02-01 04:21 AM Christian Mueller 37 kB
Text File Licensed for inclusion in ASF works endpointTimers.patch 2009-01-28 12:30 PM Jean-Baptiste Onofré 6 kB
Text File Licensed for inclusion in ASF works SmppConsumerEndpoint.java.patch 2009-02-02 02:28 PM Christian Mueller 7 kB
Text File Licensed for inclusion in ASF works SmppProviderEndpoint.java.patch 2009-02-02 02:28 PM Christian Mueller 6 kB

Patch Info: Patch Available


 Description  « Hide
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>



 All   Comments   Work Log   Change History   Subversion Commits   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Create crucible review for all 3 changesets in
737876 by  Lars Heinemann (38 files)
26/Jan/09 01:49 PM (10 months, 13 hours ago)
initial commit of SM-1623
originally created by Rohit Joshi
adapted and made JBI compliant by myself
reworked to work with jSMPP lib by Jean-Baptiste Onofré

many thanks to all for the work
components/bindings/servicemix-smpp/trunk/src/main/java 737876 history download new
components/bindings/servicemix-smpp/trunk/NOTICE 737876 history download (+9) new
components/bindings/servicemix-smpp/trunk/src/main/java/org/apache/servicemix/smpp/SmppComponent.java 737876 history download (+70) new
components/bindings/servicemix-smpp/trunk/src/main/resources/META-INF 737876 history download new
components/bindings/servicemix-smpp/trunk 737876 history download modified
components/bindings/servicemix-smpp/trunk/src/main/resources 737876 history download new
components/bindings/servicemix-smpp/trunk/src/main/java/org/apache 737876 history download new
components/bindings/servicemix-smpp/trunk/src/test/resources/spring.xml 737876 history download (+44) new
components/bindings/servicemix-smpp/trunk/src/test 737876 history download new
components/bindings/servicemix-smpp/trunk/src/test/java 737876 history download new
components/bindings/servicemix-smpp/trunk/src/test/java/org/apache/servicemix/smpp/SmppMarshalerTest.java 737876 history download (+273) new
components/bindings/servicemix-smpp/trunk/src/test/java/org/apache/servicemix/smpp/SpringComponentTest.java 737876 history download (+44) new
components/bindings/servicemix-smpp/trunk/src/main/jbi 737876 history download new
components/bindings/servicemix-smpp/trunk/src/main/resources/META-INF/spring/servicemix-smpp.xml 737876 history download (+77) new
components/bindings/servicemix-smpp/trunk/src/main/java/org/apache/servicemix/smpp/marshaler 737876 history download new
components/bindings/servicemix-smpp/trunk/src/main/java/org/apache/servicemix/smpp/SmppSenderEndpoint.java 737876 history download (+317) new
components/bindings/servicemix-smpp/trunk/LICENSE 737876 history download (+203) new
components/bindings/servicemix-smpp/trunk/src/main/java/org 737876 history download new
components/bindings/servicemix-smpp/trunk/src/main/resources/META-INF/spring 737876 history download new
components/bindings/servicemix-smpp/trunk/src 737876 history download new
components/bindings/servicemix-smpp/trunk/src/main/java/org/apache/servicemix/smpp 737876 history download new
components/bindings/servicemix-smpp/trunk/src/test/resources 737876 history download new
components/bindings/servicemix-smpp/trunk/src/test/java/org 737876 history download new
components/bindings/servicemix-smpp/trunk/src/test/java/org/apache 737876 history download new
components/bindings/servicemix-smpp/trunk/src/main/java/org/apache/servicemix/smpp/marshaler/DefaultSmppMarshaler.java 737876 history download (+225) new
components/bindings/servicemix-smpp/trunk/src/main/jbi/jboss-service.xml 737876 history download (+8) new
components/bindings/servicemix-smpp/trunk/pom.xml 737876 history download (+224) new
components/bindings/servicemix-smpp/trunk/src/main 737876 history download new
components/bindings/servicemix-smpp/trunk/src/main/java/org/apache/servicemix 737876 history download new
components/bindings/servicemix-smpp/trunk/src/main/java/org/apache/servicemix/smpp/SmppEndpointType.java 737876 history download (+24) new
...8 more files in changeset