Versions Compared

Key

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

...

  • Probably can't access application classes from bundles, including Spring classes
  • If Spring is used in the bundles, then it cannot (yet) be used in the web application

About Run levels

Application bundles should go under /WEB-INF/classes/bundles. Bundles in this dir will be started in run level 2, the Apache Felix framework's bundles will be loaded in run level 1. Any other bundle under /WEB-INF/classes/bundles/other will be started in run level 3.

...