OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | joram-commits List | Febuary 2010 Index

<--  Date Index  --> <--  Thread Index  -->

[[joram-commits]] [3728] trunk/joram/src/fr/dyade/aaa/agent/osgi/JoramServiceTracker.java:Add call to super method to remove the service properly.


Title: [3728] trunk/joram/src/fr/dyade/aaa/agent/osgi/JoramServiceTracker.java: Add call to super method to remove the service properly.
Revision
3728
Author
surrel
Date
2010-02-19 17:48:46 +0100 (Fri, 19 Feb 2010)

Log Message

Add call to super method to remove the service properly.

Modified Paths

Diff

Modified: trunk/joram/src/fr/dyade/aaa/agent/osgi/JoramServiceTracker.java (3727 => 3728)


--- trunk/joram/src/fr/dyade/aaa/agent/osgi/JoramServiceTracker.java	2010-02-19 10:21:01 UTC (rev 3727)
+++ trunk/joram/src/fr/dyade/aaa/agent/osgi/JoramServiceTracker.java	2010-02-19 16:48:46 UTC (rev 3728)
@@ -1,6 +1,6 @@
 /*
  * JORAM: Java(TM) Open Reliable Asynchronous Messaging
- * Copyright (C) 2009 ScalAgent Distributed Technologies
+ * Copyright (C) 2009 - 2010 ScalAgent Distributed Technologies
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -62,5 +62,6 @@
       if (logmon.isLoggable(BasicLevel.ERROR))
         logmon.log(BasicLevel.ERROR, "Error stopping service.", exc);
     }
+    super.removedService(reference, service);
   }
 }
\ No newline at end of file


<--  Date Index  --> <--  Thread Index  -->

Reply via email to:

Powered by MHonArc.

Copyright © 2006-2007, OW2 Consortium | contact | webmaster.