I have added the code in the run in my main() like the following and again
ran the prog. but still no data in database tables.
try
{
this.run();
this.srv.getLogger().logInfo("SMSServer exiting normally.",
null, null);
}
catch (Exception e)
{
this.srv.getLogger().logError("SMSServer Error: ", e, null);
try
{
this.srv.stopService();
}
catch (Exception e1)
{
// Swallow this...
}
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SMSLib User Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/SMSLib?hl=en
-~----------~----~----~----~------~----~------~--~---