I did follow the Webinar JBoss AS7 OSGi, i was able to successfully build an application and deploy it.
I have some queries on the same (though some of them are very basic :) ),
- When deploying WAR (Non OSGi) with dependencies to OSGi bundles, whether AS7 will pickup only JBoss Modules or can we provide reference to bundles in the Manifest "Dependencies" section?
- When deploying OSGi bundles using maven jboss-as plugin or using jboss osgi console, where do the files get deployed ? I dont see any jars in the deployments folder
- Is JBoss AS modules dynamically updateable as we do for OSGi bundles ?
- Does JBoss Modules can be deployed as exploded archieves ?
- Is it possible for a Modules/OSGi bundles to refer to a bundle that is deployed as part of another WAR ?
Thanks.
~Kamesh