Re: How to add Vendor Specific Optional Parameter in CamelSmppOptionalParameters

2013-09-25 Thread cartoondog
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:724) Did I setup wrong or it is still an issue? Thanks, Peter -- View this message in context: http://camel.465427.n5.nabble.com/How-to-add-Vendor-Specific-Optional-Parameter-in

Re: How to add Vendor Specific Optional Parameter in CamelSmppOptionalParameters

2013-08-20 Thread cartoondog
optParam = new OptionalParameter.Null(code); }else throw new IllegualArgumentException() ; } return optParam ; } -- View this message in context: http://camel.465427.n5.nabble.com/How-to-add-Vendor-Specific-Optional-Parameter-in-CamelSmppOptionalParameters-tp5737268p5737639.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to add Vendor Specific Optional Parameter in CamelSmppOptionalParameters

2013-08-20 Thread Christian Müller
) ) { > optParam = new OptionalParameter.Short(hexcode, > Short.valueOf(entry.getValue().substring(pos2+1))); > }else if (type.equals("NULL") ) > optParam = new OptionalParameter.Null(tag); > }else > throw new IllegualArgumentException() ; > } > > return optParam ; > } > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-to-add-Vendor-Specific-Optional-Parameter-in-CamelSmppOptionalParameters-tp5737268p5737427.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: How to add Vendor Specific Optional Parameter in CamelSmppOptionalParameters

2013-08-16 Thread cartoondog
(hexcode, Short.valueOf(entry.getValue().substring(pos2+1))); }else if (type.equals("NULL") ) optParam = new OptionalParameter.Null(tag); }else throw new IllegualArgumentException() ; }

Re: How to add Vendor Specific Optional Parameter in CamelSmppOptionalParameters

2013-08-15 Thread Christian Müller
stem except this very last part. Hope someone can show me > the way to complete the task. Thank you very much in advance > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-to-add-Vendor-Specific-Optional-Parameter-in-CamelSmppOptionalParamete

How to add Vendor Specific Optional Parameter in CamelSmppOptionalParameters

2013-08-14 Thread cartoondog
-Specific-Optional-Parameter-in-CamelSmppOptionalParameters-tp5737268.html Sent from the Camel - Users mailing list archive at Nabble.com.