This content has been marked as final.
Show 1 reply
-
1. Re: Load module from OSGi bundle (JBoss EAP 6.1.0.Alpha1)
thomas.diesler Aug 19, 2013 4:45 AM (in response to execretor)Your bundle should use standard OSGi manifest headers (i.e. Import-Package). Packages exported by modules must be registered with the OSGi layer to be visible there - every bundle is a module, but not vice versa. Deployed modules get registered with the OSGi layer automatically, system modules not. You can register static modules (e.g. infinispan) as OSGi capabilities in the configuration.