This content has been marked as final.
Show 1 reply
-
1. Re: Using OSGI with JBoss AS 5.2?
thomas.diesler Jun 12, 2012 10:04 AM (in response to tpc1095)Deploying an OSGi framework in AS5 or AS6 would create an isolated class loading environment i.e. you cannot access packages that come from OSGi bundles from deployments that are not OSGi bundles - and vice versa. This works in AS7 only.