Closed GoogleCodeExporter closed 9 years ago
Maybe it was necessary to add the queue manager to create a conditional:
# This patch file was generated by NetBeans IDE
# It uses platform neutral UTF-8 encoding and \n newlines.
--- Base (BASE)
+++ Locally Modified (Based On LOCAL)
@@ -219,7 +219,9 @@
*/
public synchronized void startService(boolean startAllGateways) throws SMSLibException, TimeoutException, GatewayException, IOException, InterruptedException
{
+ if(queueManager == null){
queueManager = new DefaultQueueManager();
+ }
try
{
getQueueManager().start();
Original comment by Waldemar.Klaczynski
on 6 Mar 2012 at 11:18
Original comment by T.Delenikas
on 7 Mar 2012 at 9:07
r2330 - thank you!
Original comment by T.Delenikas
on 7 Mar 2012 at 9:10
Original comment by T.Delenikas
on 31 Mar 2012 at 8:03
Original issue reported on code.google.com by
Waldemar.Klaczynski
on 6 Mar 2012 at 11:14