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
Lars Heinemann made changes - 09/Oct/08 12:13 AM
Field Original Value New Value
Assignee Lars Heinemann [ lhe ]
Rohit Joshi made changes - 09/Oct/08 07:24 AM
Attachment servicemix-components.tar [ 17076 ]
Rohit Joshi made changes - 09/Oct/08 07:31 AM
Attachment servicemix-smpp.tar [ 17080 ]
Rohit Joshi made changes - 09/Oct/08 07:35 AM
Attachment servicemix-components.tar [ 17081 ]
Rohit Joshi made changes - 09/Oct/08 08:27 AM
Attachment smpp_sample-3.2.2-src.tar [ 17083 ]
Lars Heinemann made changes - 10/Oct/08 01:30 AM
Fix Version/s 3.2.2 [ 11861 ]
Resolution Won't Fix [ 2 ]
Status Open [ 1 ] Resolved [ 5 ]
Rohit Joshi made changes - 10/Oct/08 06:20 AM
Attachment servicemix-components.tar [ 17081 ]
Rohit Joshi made changes - 10/Oct/08 06:20 AM
Attachment servicemix-smpp.tar [ 17080 ]
Rohit Joshi made changes - 10/Oct/08 06:20 AM
Attachment smpp_sample-3.2.2-src.tar [ 17083 ]
Lars Heinemann made changes - 10/Jan/09 10:45 AM
Assignee Lars Heinemann [ lhe ]
Jean-Baptiste Onofré made changes - 12/Jan/09 12:31 AM
Resolution Won't Fix [ 2 ]
Status Resolved [ 5 ] Reopened [ 4 ]
Jean-Baptiste Onofré made changes - 12/Jan/09 12:36 AM
Assignee Jean-Baptiste Onofré [ nanthrax ]
Jean-Baptiste Onofré made changes - 20/Jan/09 06:58 AM
Status Reopened [ 4 ] In Progress [ 3 ]
Christian Mueller made changes - 25/Jan/09 07:58 AM
Attachment SmppSenderEndpoint.java.patch [ 17550 ]
Attachment pom.xml.patch [ 17549 ]
Christian Mueller made changes - 25/Jan/09 10:10 PM
Attachment SmppSenderEndpoint.java.patch [ 17555 ]
Christian Mueller made changes - 26/Jan/09 11:21 PM
Attachment smpp_consumer_endpoint.patch [ 17559 ]
Christian Mueller made changes - 27/Jan/09 02:17 PM
Attachment SpringComponentTest.patch [ 17561 ]
Christian Mueller made changes - 27/Jan/09 02:40 PM
Attachment SmppXBeanDeployerTest.patch [ 17562 ]
Christian Mueller made changes - 27/Jan/09 03:23 PM
Attachment DefaultSmppMarshalerTest.patch [ 17563 ]
Jean-Baptiste Onofré made changes - 28/Jan/09 12:30 PM
Attachment endpointTimers.patch [ 17569 ]
Christian Mueller made changes - 31/Jan/09 10:52 AM
Attachment DefaultSmppMarshaler.java.patch [ 17578 ]
Christian Mueller made changes - 01/Feb/09 04:21 AM
Attachment DefaultSmppMarshaler.java.patch [ 17579 ]
Lars Heinemann made changes - 01/Feb/09 10:37 AM
Attachment DefaultSmppMarshaler.java.patch [ 17578 ]
Lars Heinemann made changes - 01/Feb/09 10:37 AM
Attachment DefaultSmppMarshalerTest.patch [ 17563 ]
Lars Heinemann made changes - 01/Feb/09 10:37 AM
Attachment pom.xml.patch [ 17549 ]
Lars Heinemann made changes - 01/Feb/09 10:37 AM
Attachment smpp_consumer_endpoint.patch [ 17559 ]
Lars Heinemann made changes - 01/Feb/09 10:37 AM
Attachment SmppSenderEndpoint.java.patch [ 17555 ]
Lars Heinemann made changes - 01/Feb/09 10:38 AM
Attachment SmppSenderEndpoint.java.patch [ 17550 ]
Lars Heinemann made changes - 01/Feb/09 10:38 AM
Attachment SmppXBeanDeployerTest.patch [ 17562 ]
Lars Heinemann made changes - 01/Feb/09 10:38 AM
Attachment SpringComponentTest.patch [ 17561 ]
Christian Mueller made changes - 02/Feb/09 02:28 PM
Attachment SmppProviderEndpoint.java.patch [ 17581 ]
Attachment SmppConsumerEndpoint.java.patch [ 17580 ]
Jean-Baptiste Onofré made changes - 24/Apr/09 01:35 AM
Resolution Fixed [ 1 ]
Fix Version/s 3.3 [ 11850 ]
Fix Version/s 4.0 [ 11845 ]
Status In Progress [ 3 ] Resolved [ 5 ]