[
https://issues.jboss.org/browse/JBIDE-9424?page=com.atlassian.jira.plugin...
]
David Bosschaert edited comment on JBIDE-9424 at 8/22/11 3:35 AM:
------------------------------------------------------------------
{quote}Rob wrote: It seems that the current implementation functions exactly as well as
the OSGi launch configuration, and the export mechanism. They allow you to select which
modules to include, but do no real dependency management in demanding a required bundle
gets included.{quote}
You are right that the OSGi launch configuration doesn't force you to do things, but
it does help in some regard. By clicking the 'Add Required Bundles' it figures out
(by walking Import-Package, Require-Bundle and Fragment-Host headers) what other bundles
could be included to satisfy bundle dependencies and selects them for you.
Another useful aspect here is the ability to specify start levels and whether a bundle
should be started at all.
However I agree that this is a larger piece of work and should probably be tracked in
another bug :)
was (Author: bosschaert):
{quote}It seems that the current implementation functions exactly as well as the OSGi
launch configuration, and the export mechanism. They allow you to select which modules to
include, but do no real dependency management in demanding a required bundle gets
included.{quote}
You are right that the OSGi launch configuration doesn't force you to do things, but
it does help in some regard. By clicking the 'Add Required Bundles' it figures out
(by walking Import-Package, Require-Bundle and Fragment-Host headers) what other bundles
could be included to satisfy bundle dependencies and selects them for you.
Another useful aspect here is the ability to specify start levels and whether a bundle
should be started at all.
However I agree that this is a larger piece of work and should probably be tracked in
another bug :)
Provide the ability to deploy OSGi bundles
------------------------------------------
Key: JBIDE-9424
URL:
https://issues.jboss.org/browse/JBIDE-9424
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JBossAS
Reporter: David Bosschaert
Assignee: Rob Stryker
Fix For: 3.3.0.M3
Attachments: osgi-eclipse.png, Screen Shot 2011-07-29 at 14.00.26.png
AS7 supports OSGi bundles as deployments, and Eclipse supports the creation of OSGi
bundles through the built-in PDE tooling (see [1] for an example). However, OSGi bundles
developed with Eclipse PDE can't be deployed via the JBDS to AS7 yet.
Support for deploying OSGi bundles to AS7 should be added to the JBoss Tooling.
[1]
https://docs.jboss.org/author/display/AS7/Helloworld+OSGi+quickstart
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira