Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagenone
onos> roles
Service org.onlab.onos.net.device.DeviceService not found

 

Additionally, in the above case, list will show that all proper bundles are loaded, as the cyclically dependent Services are just a subset of services exported by onos-core(-trivial). 

Info
An example of case 4 may be where one references MastershipManager (a class), instead of MastershipService (an interface) in the above snippet.

...