Bug 509: Fixed order of invoking Schema listeners.
authorTony Tkacik <ttkacik@cisco.com>
Mon, 7 Apr 2014 10:31:55 +0000 (12:31 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Mon, 7 Apr 2014 10:34:30 +0000 (12:34 +0200)
commit57974b87bbc61dddab2df5c6c0d6e1615e2eae68
tree72955fb414a401991df9b1c2ca36748a1a209fd1
parentb6c6eac21b5d73ae932a20250764fdf6aac2340f
Bug 509: Fixed order of invoking Schema listeners.

Explicitly registered SchemaServiceListeners
are invoked before listeners picked-up by whiteboard
pattern, which by default are not aware
of the service.

Change-Id: Id41b89a1ba2ccb5323d5ab5ad8a95d2048776679
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
opendaylight/md-sal/sal-dom-broker/src/main/java/org/opendaylight/controller/sal/dom/broker/GlobalBundleScanningSchemaServiceImpl.java