I have moved up to the version 2.8 of the SMPP component but it causes a null pointer whenever I send a message.
I have tracked it down to SmppProducer calling session.submitShortMessage passing in submitSm.getOptionalParametes(). In SmppBinding these optional parameters are set if the message is longer then 255 characters, but if not it is never set. It therefore passes null into the jsmpp libraries which try to reference it and then throws a null pointer. Mayeb I am missing something but for now I have changed SmppProducer to not pass this paramater which fixes the problem, but just thought you may want to know. Antony -- View this message in context: http://camel.465427.n5.nabble.com/SMPP-2-8-component-null-pointers-tp4776354p4776354.html Sent from the Camel - Users mailing list archive at Nabble.com.
