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
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.
) ) {
> 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.
>
(hexcode,
Short.valueOf(entry.getValue().substring(pos2+1)));
}else if (type.equals("NULL") )
optParam = new OptionalParameter.Null(tag);
}else
throw new IllegualArgumentException() ;
}
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
-Specific-Optional-Parameter-in-CamelSmppOptionalParameters-tp5737268.html
Sent from the Camel - Users mailing list archive at Nabble.com.