You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by cristian simion <cr...@gmail.com> on 2013/08/26 11:34:05 UTC

JSMPP doesn't catch Revision: r267

I've the next issue in JSMPP:

Exception in thread "Thread-77" java.util.ConcurrentModificationException 
        at
java.util.ArrayList$Itr.checkForComodification(ArrayList.java:819) 
        at java.util.ArrayList$Itr.next(ArrayList.java:791) 
        at
org.jsmpp.session.AbstractSessionContext.fireStateChanged(AbstractSessionContext.java:76) 
        at
org.jsmpp.session.SMPPSessionContext.changeState(SMPPSessionContext.java:61) 
        at
org.jsmpp.session.AbstractSessionContext.close(AbstractSessionContext.java:62) 
        at org.jsmpp.session.AbstractSession.close(AbstractSession.java:198) 
        at
org.jsmpp.session.SMPPSession$EnquireLinkSender.run(SMPPSession.java:612) 


I found  ( https://code.google.com/p/jsmpp/source/detail?r=267
<https://code.google.com/p/jsmpp/source/detail?r=267>  )

          "Revision: r267 - Fix the concurrent modification problem" 

but it isn't catch in  org.apache.servicemix.bundles.jsmpp-2.1.0_4.jar.


Maven dependency:
 
            +- org.apache.camel:camel-smpp:jar:2.11.0:compile
                 \-
org.apache.servicemix.bundles:org.apache.servicemix.bundles.jsmpp:jar:2.1.0_4:compile


Do you have any suggestions in this regard?

Thank you in advance!

Cristi



--
View this message in context: http://camel.465427.n5.nabble.com/JSMPP-doesn-t-catch-Revision-r267-tp5737946.html
Sent from the Camel Development mailing list archive at Nabble.com.

Re: JSMPP doesn't catch Revision: r267

Posted by Christian Müller <ch...@gmail.com>.
Will work on it after my vacation...

Best,
Christian
Am 28.08.2013 15:32 schrieb "cristian simion" <cr...@gmail.com>:

> Hi Christian, JB
>
>         Thank you very much for your support.
>         I'am waiting new release.
>
> All the bests,
>
> Cristi
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/JSMPP-doesn-t-catch-Revision-r267-tp5737946p5738156.html
> Sent from the Camel Development mailing list archive at Nabble.com.
>

Re: JSMPP doesn't catch Revision: r267

Posted by cristian simion <cr...@gmail.com>.
Hi Christian, JB

        Thank you very much for your support.
        I'am waiting new release.

All the bests,

Cristi



--
View this message in context: http://camel.465427.n5.nabble.com/JSMPP-doesn-t-catch-Revision-r267-tp5737946p5738156.html
Sent from the Camel Development mailing list archive at Nabble.com.

Re: JSMPP doesn't catch Revision: r267

Posted by Christian Müller <ch...@gmail.com>.
Hi JB!

Here is the ticket [1] ;-)
I'm in contact with the jsmpp project owner (Google term) to figure out
what works best for him to develop the project further... Applying patches,
grant commit rights, ...

[1] http://code.google.com/p/jsmpp/issues/detail?id=144

Best,
Christian
-----------------

Software Integration Specialist

Apache Camel committer: https://camel.apache.org/team
V.P. Apache Camel: https://www.apache.org/foundation/
Apache Member: https://www.apache.org/foundation/members.html

https://www.linkedin.com/pub/christian-mueller/11/551/642


On Tue, Aug 27, 2013 at 9:46 AM, Jean-Baptiste Onofré <jb...@nanthrax.net>wrote:

> Hi Christian,
>
> It's what I saw too. I will work to add OSGi statements directly in JSMPP.
>
> Regards
> JB
>
>
> On 08/26/2013 10:27 PM, Christian Müller wrote:
>
>> JSMPP 2.1.0 war released with revision 262. It cannot contain revision
>> 267... :-(
>> I sent Nuruddin a message and ask if I can help to resolve the outstanding
>> issues. Also releasing JSMPP as an OSGI bundle would be great.
>>
>> [1] https://code.google.com/p/**jsmpp/source/detail?r=262<https://code.google.com/p/jsmpp/source/detail?r=262>
>>
>> Best,
>> Christian
>> -----------------
>>
>> Software Integration Specialist
>>
>> Apache Camel committer: https://camel.apache.org/team
>> V.P. Apache Camel: https://www.apache.org/**foundation/<https://www.apache.org/foundation/>
>> Apache Member: https://www.apache.org/**foundation/members.html<https://www.apache.org/foundation/members.html>
>>
>> https://www.linkedin.com/pub/**christian-mueller/11/551/642<https://www.linkedin.com/pub/christian-mueller/11/551/642>
>>
>>
>> On Mon, Aug 26, 2013 at 12:03 PM, Jean-Baptiste Onofré <jb@nanthrax.net
>> >wrote:
>>
>>  jsmpp 2.1.0 is the latest release available. That's why it's the latest
>>> bundle that we have in ServiceMix. I gonna check if r267 is included in
>>> this release. Let me dig around this.
>>>
>>>
>>> Regards
>>> JB
>>>
>>> On 08/26/2013 11:34 AM, cristian simion wrote:
>>>
>>>  I've the next issue in JSMPP:
>>>>
>>>> Exception in thread "Thread-77" java.util.**
>>>> ConcurrentModificationExceptio****n
>>>>           at
>>>> java.util.ArrayList$Itr.****checkForComodification(****
>>>> ArrayList.java:819)
>>>>           at java.util.ArrayList$Itr.next(****ArrayList.java:791)
>>>>           at
>>>> org.jsmpp.session.****AbstractSessionContext.****fireStateChanged(**
>>>> AbstractSessionContext.java:****76)
>>>>           at
>>>> org.jsmpp.session.****SMPPSessionContext.****changeState(**
>>>> SMPPSessionContext.java:61)
>>>>           at
>>>> org.jsmpp.session.****AbstractSessionContext.close(****
>>>> AbstractSessionContext.java:****62)
>>>>           at org.jsmpp.session.****AbstractSession.close(**
>>>> AbstractSession.java:198)
>>>>           at
>>>> org.jsmpp.session.SMPPSession$****EnquireLinkSender.run(**
>>>> SMPPSession.java:612)
>>>>
>>>>
>>>> I found  ( https://code.google.com/p/****jsmpp/source/detail?r=267<https://code.google.com/p/**jsmpp/source/detail?r=267>
>>>> <http**s://code.google.com/p/jsmpp/**source/detail?r=267<https://code.google.com/p/jsmpp/source/detail?r=267>
>>>> >
>>>> <https://code.google.com/p/****jsmpp/source/detail?r=267<https://code.google.com/p/**jsmpp/source/detail?r=267>
>>>> <http**s://code.google.com/p/jsmpp/**source/detail?r=267<https://code.google.com/p/jsmpp/source/detail?r=267>
>>>> >>
>>>>
>>>>   )
>>>>
>>>>             "Revision: r267 - Fix the concurrent modification problem"
>>>>
>>>> but it isn't catch in  org.apache.servicemix.bundles.**
>>>> **jsmpp-2.1.0_4.jar.
>>>>
>>>>
>>>> Maven dependency:
>>>>
>>>>               +- org.apache.camel:camel-smpp:****jar:2.11.0:compile
>>>>                    \-
>>>> org.apache.servicemix.bundles:****org.apache.servicemix.**bundles.**
>>>>
>>>> jsmpp:jar:2.1.0_4:compile
>>>>
>>>>
>>>> Do you have any suggestions in this regard?
>>>>
>>>> Thank you in advance!
>>>>
>>>> Cristi
>>>>
>>>>
>>>>
>>>> --
>>>> View this message in context: http://camel.465427.n5.nabble.****
>>>> com/JSMPP-doesn-t-catch-****Revision-r267-tp5737946.html<h**
>>>> ttp://camel.465427.n5.nabble.**com/JSMPP-doesn-t-catch-**
>>>> Revision-r267-tp5737946.html<http://camel.465427.n5.nabble.com/JSMPP-doesn-t-catch-Revision-r267-tp5737946.html>
>>>> >
>>>>
>>>> Sent from the Camel Development mailing list archive at Nabble.com.
>>>>
>>>>
>>>>  --
>>> Jean-Baptiste Onofré
>>> jbonofre@apache.org
>>> http://blog.nanthrax.net
>>> Talend - http://www.talend.com
>>>
>>>
>>
> --
> Jean-Baptiste Onofré
> jbonofre@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>

Re: JSMPP doesn't catch Revision: r267

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Hi Christian,

It's what I saw too. I will work to add OSGi statements directly in JSMPP.

Regards
JB

On 08/26/2013 10:27 PM, Christian Müller wrote:
> JSMPP 2.1.0 war released with revision 262. It cannot contain revision
> 267... :-(
> I sent Nuruddin a message and ask if I can help to resolve the outstanding
> issues. Also releasing JSMPP as an OSGI bundle would be great.
>
> [1] https://code.google.com/p/jsmpp/source/detail?r=262
>
> Best,
> Christian
> -----------------
>
> Software Integration Specialist
>
> Apache Camel committer: https://camel.apache.org/team
> V.P. Apache Camel: https://www.apache.org/foundation/
> Apache Member: https://www.apache.org/foundation/members.html
>
> https://www.linkedin.com/pub/christian-mueller/11/551/642
>
>
> On Mon, Aug 26, 2013 at 12:03 PM, Jean-Baptiste Onofré <jb...@nanthrax.net>wrote:
>
>> jsmpp 2.1.0 is the latest release available. That's why it's the latest
>> bundle that we have in ServiceMix. I gonna check if r267 is included in
>> this release. Let me dig around this.
>>
>>
>> Regards
>> JB
>>
>> On 08/26/2013 11:34 AM, cristian simion wrote:
>>
>>> I've the next issue in JSMPP:
>>>
>>> Exception in thread "Thread-77" java.util.**
>>> ConcurrentModificationExceptio**n
>>>           at
>>> java.util.ArrayList$Itr.**checkForComodification(**ArrayList.java:819)
>>>           at java.util.ArrayList$Itr.next(**ArrayList.java:791)
>>>           at
>>> org.jsmpp.session.**AbstractSessionContext.**fireStateChanged(**
>>> AbstractSessionContext.java:**76)
>>>           at
>>> org.jsmpp.session.**SMPPSessionContext.**changeState(**
>>> SMPPSessionContext.java:61)
>>>           at
>>> org.jsmpp.session.**AbstractSessionContext.close(**
>>> AbstractSessionContext.java:**62)
>>>           at org.jsmpp.session.**AbstractSession.close(**
>>> AbstractSession.java:198)
>>>           at
>>> org.jsmpp.session.SMPPSession$**EnquireLinkSender.run(**
>>> SMPPSession.java:612)
>>>
>>>
>>> I found  ( https://code.google.com/p/**jsmpp/source/detail?r=267<https://code.google.com/p/jsmpp/source/detail?r=267>
>>> <https://code.google.com/p/**jsmpp/source/detail?r=267<https://code.google.com/p/jsmpp/source/detail?r=267>>
>>>   )
>>>
>>>             "Revision: r267 - Fix the concurrent modification problem"
>>>
>>> but it isn't catch in  org.apache.servicemix.bundles.**jsmpp-2.1.0_4.jar.
>>>
>>>
>>> Maven dependency:
>>>
>>>               +- org.apache.camel:camel-smpp:**jar:2.11.0:compile
>>>                    \-
>>> org.apache.servicemix.bundles:**org.apache.servicemix.bundles.**
>>> jsmpp:jar:2.1.0_4:compile
>>>
>>>
>>> Do you have any suggestions in this regard?
>>>
>>> Thank you in advance!
>>>
>>> Cristi
>>>
>>>
>>>
>>> --
>>> View this message in context: http://camel.465427.n5.nabble.**
>>> com/JSMPP-doesn-t-catch-**Revision-r267-tp5737946.html<http://camel.465427.n5.nabble.com/JSMPP-doesn-t-catch-Revision-r267-tp5737946.html>
>>> Sent from the Camel Development mailing list archive at Nabble.com.
>>>
>>>
>> --
>> Jean-Baptiste Onofré
>> jbonofre@apache.org
>> http://blog.nanthrax.net
>> Talend - http://www.talend.com
>>
>

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Re: JSMPP doesn't catch Revision: r267

Posted by Christian Müller <ch...@gmail.com>.
JSMPP 2.1.0 war released with revision 262. It cannot contain revision
267... :-(
I sent Nuruddin a message and ask if I can help to resolve the outstanding
issues. Also releasing JSMPP as an OSGI bundle would be great.

[1] https://code.google.com/p/jsmpp/source/detail?r=262

Best,
Christian
-----------------

Software Integration Specialist

Apache Camel committer: https://camel.apache.org/team
V.P. Apache Camel: https://www.apache.org/foundation/
Apache Member: https://www.apache.org/foundation/members.html

https://www.linkedin.com/pub/christian-mueller/11/551/642


On Mon, Aug 26, 2013 at 12:03 PM, Jean-Baptiste Onofré <jb...@nanthrax.net>wrote:

> jsmpp 2.1.0 is the latest release available. That's why it's the latest
> bundle that we have in ServiceMix. I gonna check if r267 is included in
> this release. Let me dig around this.
>
>
> Regards
> JB
>
> On 08/26/2013 11:34 AM, cristian simion wrote:
>
>> I've the next issue in JSMPP:
>>
>> Exception in thread "Thread-77" java.util.**
>> ConcurrentModificationExceptio**n
>>          at
>> java.util.ArrayList$Itr.**checkForComodification(**ArrayList.java:819)
>>          at java.util.ArrayList$Itr.next(**ArrayList.java:791)
>>          at
>> org.jsmpp.session.**AbstractSessionContext.**fireStateChanged(**
>> AbstractSessionContext.java:**76)
>>          at
>> org.jsmpp.session.**SMPPSessionContext.**changeState(**
>> SMPPSessionContext.java:61)
>>          at
>> org.jsmpp.session.**AbstractSessionContext.close(**
>> AbstractSessionContext.java:**62)
>>          at org.jsmpp.session.**AbstractSession.close(**
>> AbstractSession.java:198)
>>          at
>> org.jsmpp.session.SMPPSession$**EnquireLinkSender.run(**
>> SMPPSession.java:612)
>>
>>
>> I found  ( https://code.google.com/p/**jsmpp/source/detail?r=267<https://code.google.com/p/jsmpp/source/detail?r=267>
>> <https://code.google.com/p/**jsmpp/source/detail?r=267<https://code.google.com/p/jsmpp/source/detail?r=267>>
>>  )
>>
>>            "Revision: r267 - Fix the concurrent modification problem"
>>
>> but it isn't catch in  org.apache.servicemix.bundles.**jsmpp-2.1.0_4.jar.
>>
>>
>> Maven dependency:
>>
>>              +- org.apache.camel:camel-smpp:**jar:2.11.0:compile
>>                   \-
>> org.apache.servicemix.bundles:**org.apache.servicemix.bundles.**
>> jsmpp:jar:2.1.0_4:compile
>>
>>
>> Do you have any suggestions in this regard?
>>
>> Thank you in advance!
>>
>> Cristi
>>
>>
>>
>> --
>> View this message in context: http://camel.465427.n5.nabble.**
>> com/JSMPP-doesn-t-catch-**Revision-r267-tp5737946.html<http://camel.465427.n5.nabble.com/JSMPP-doesn-t-catch-Revision-r267-tp5737946.html>
>> Sent from the Camel Development mailing list archive at Nabble.com.
>>
>>
> --
> Jean-Baptiste Onofré
> jbonofre@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>

Re: JSMPP doesn't catch Revision: r267

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
jsmpp 2.1.0 is the latest release available. That's why it's the latest 
bundle that we have in ServiceMix. I gonna check if r267 is included in 
this release. Let me dig around this.

Regards
JB

On 08/26/2013 11:34 AM, cristian simion wrote:
> I've the next issue in JSMPP:
>
> Exception in thread "Thread-77" java.util.ConcurrentModificationException
>          at
> java.util.ArrayList$Itr.checkForComodification(ArrayList.java:819)
>          at java.util.ArrayList$Itr.next(ArrayList.java:791)
>          at
> org.jsmpp.session.AbstractSessionContext.fireStateChanged(AbstractSessionContext.java:76)
>          at
> org.jsmpp.session.SMPPSessionContext.changeState(SMPPSessionContext.java:61)
>          at
> org.jsmpp.session.AbstractSessionContext.close(AbstractSessionContext.java:62)
>          at org.jsmpp.session.AbstractSession.close(AbstractSession.java:198)
>          at
> org.jsmpp.session.SMPPSession$EnquireLinkSender.run(SMPPSession.java:612)
>
>
> I found  ( https://code.google.com/p/jsmpp/source/detail?r=267
> <https://code.google.com/p/jsmpp/source/detail?r=267>  )
>
>            "Revision: r267 - Fix the concurrent modification problem"
>
> but it isn't catch in  org.apache.servicemix.bundles.jsmpp-2.1.0_4.jar.
>
>
> Maven dependency:
>
>              +- org.apache.camel:camel-smpp:jar:2.11.0:compile
>                   \-
> org.apache.servicemix.bundles:org.apache.servicemix.bundles.jsmpp:jar:2.1.0_4:compile
>
>
> Do you have any suggestions in this regard?
>
> Thank you in advance!
>
> Cristi
>
>
>
> --
> View this message in context: http://camel.465427.n5.nabble.com/JSMPP-doesn-t-catch-Revision-r267-tp5737946.html
> Sent from the Camel Development mailing list archive at Nabble.com.
>

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Re: JSMPP doesn't catch Revision: r267

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Hi Christi,

thanks for reporting that. Let me check on trunk if we updated the 
ServiceMix JSMPP bundle.

Regards
JB

On 08/26/2013 11:34 AM, cristian simion wrote:
> I've the next issue in JSMPP:
>
> Exception in thread "Thread-77" java.util.ConcurrentModificationException
>          at
> java.util.ArrayList$Itr.checkForComodification(ArrayList.java:819)
>          at java.util.ArrayList$Itr.next(ArrayList.java:791)
>          at
> org.jsmpp.session.AbstractSessionContext.fireStateChanged(AbstractSessionContext.java:76)
>          at
> org.jsmpp.session.SMPPSessionContext.changeState(SMPPSessionContext.java:61)
>          at
> org.jsmpp.session.AbstractSessionContext.close(AbstractSessionContext.java:62)
>          at org.jsmpp.session.AbstractSession.close(AbstractSession.java:198)
>          at
> org.jsmpp.session.SMPPSession$EnquireLinkSender.run(SMPPSession.java:612)
>
>
> I found  ( https://code.google.com/p/jsmpp/source/detail?r=267
> <https://code.google.com/p/jsmpp/source/detail?r=267>  )
>
>            "Revision: r267 - Fix the concurrent modification problem"
>
> but it isn't catch in  org.apache.servicemix.bundles.jsmpp-2.1.0_4.jar.
>
>
> Maven dependency:
>
>              +- org.apache.camel:camel-smpp:jar:2.11.0:compile
>                   \-
> org.apache.servicemix.bundles:org.apache.servicemix.bundles.jsmpp:jar:2.1.0_4:compile
>
>
> Do you have any suggestions in this regard?
>
> Thank you in advance!
>
> Cristi
>
>
>
> --
> View this message in context: http://camel.465427.n5.nabble.com/JSMPP-doesn-t-catch-Revision-r267-tp5737946.html
> Sent from the Camel Development mailing list archive at Nabble.com.
>

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com