Mail Archive Home | joram-commits List | Febuary 2010 Index
| <-- Date Index --> | <-- Thread Index --> |
Add call to super method to remove the service properly.
--- 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 --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.