You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This page lists some of the most frequently asked questions that were asked by programmers using Odysseus.

 

Why is my logical operator not loaded?

  • Check, if the bundle is loaded (part of your feature) and running. Use the OSGi console with command "ss" to show the status of all loaded bundles.
  • Check, if the operator is correctly annotated, see also this page: The Odysseus Operator Framework
  • Check, if the logical operator is a package starting with "de.uniol.inf.is.odysseus" and have a subpackage like "logicaloperator" aftwards (there can be other strings between this two strings)
  • No labels