[jboss-dev-forums] [JBoss AS7 Development] - OSGi integration update
Thomas Diesler
do-not-reply at jboss.com
Wed Oct 20 03:53:30 EDT 2010
Thomas Diesler [http://community.jboss.org/people/thomas.diesler%40jboss.com] created the discussion
"OSGi integration update"
To view the discussion, visit: http://community.jboss.org/message/567335#567335
--------------------------------------------------------------
OSGi is now part of AS7 master. The OSGi subsystem starts ON_DEMAND by default and comes up when the deployment layer detects a valid OSGi bundle deployment. From the user perspective this happens when you drop a bundle in the 'deployments' folder.
The subsystem can also be configured to start eagerly like this
<subsystem xmlns="urn:jboss:domain:osgi:1.0" activation="eager">
...
</subsystem>
Having said above, there was however a small piece missing in the merge to master. This patch fixes it
http://github.com/jbosgi/jboss-as/commit/7ea8d19d507360976790dfc78dd93e8ecd182cb3 http://github.com/jbosgi/jboss-as/commit/7ea8d19d507360976790dfc78dd93e8ecd182cb3
As always, the latest stabe OSGi integration is available at: http://github.com/jbosgi/jboss-as/tree/jbosgi http://github.com/jbosgi/jboss-as/tree/jbosgi
cheers
-thomas
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/567335#567335]
Start a new discussion in JBoss AS7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20101020/9dff8cfe/attachment.html
More information about the jboss-dev-forums
mailing list