[JBoss JIRA] Created: (JBOSGI-378) OSGi Performance Analysis
by David Bosschaert (JIRA)
OSGi Performance Analysis
-------------------------
Key: JBOSGI-378
URL: https://jira.jboss.org/browse/JBOSGI-378
Project: JBoss OSGi
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Other
Affects Versions: JBossOSGi 1.0.0 Beta8
Reporter: David Bosschaert
Assignee: David Bosschaert
Fix For: JBossOSGi 1.0.0 Beta9
The MSC-based OSGi Framework performance must be compared to the MC-based OSGi performance as well as compared to other non-JBoss OSGi Framework performance.
This comparison should include Service creation and lookup performance as well as bundle installation and wiring performance.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBOSGI-209) Implement resolver preferences
by Thomas Diesler (JIRA)
Implement resolver preferences
------------------------------
Key: JBOSGI-209
URL: https://jira.jboss.org/jira/browse/JBOSGI-209
Project: JBoss OSGi
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Core Framework
Reporter: Thomas Diesler
Assignee: Adrian Brock
Fix For: JBossOSGi 1.0.x
The following list defines the preferences, if multiple choices are possible,
in order of decreasing priority:
* A resolved exporter must be preferred over an unresolved exporter.
* An exporter with a higher version is preferred over an exporter with a lower version.
* An exporter with a lower bundle ID is preferred over a bundle with a higher ID.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBOSGI-340) Autostart bundles when deployed in JBossAS
by Thomas Diesler (JIRA)
Autostart bundles when deployed in JBossAS
------------------------------------------
Key: JBOSGI-340
URL: https://jira.jboss.org/browse/JBOSGI-340
Project: JBoss OSGi
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Integration (JBoss)
Reporter: Thomas Diesler
Assignee: Thomas Diesler
Fix For: JBossOSGi 1.0.0 Beta4
The basic issue is that a bundle deployment when put in
OSGiBundleStateDeployer
requiredStage = DeploymentStages.DESCRIBE
it will only progress to Bundle.INSTALLED, hence the bundle with not resolve nor start.
When requiredStage = DeploymentStages.CLASSLOADER or above, the bundle can start when all its dependencies are resolved.
The bundle deployment will however fail. if it has unresolved dependencies.
The desired behaviour is:
Bundles with unresolved dependencies get INSTALLED without error.
Bundles with resolved dependencies get STARTED without error.
A bundle that could only get INSTALLED (but not RESOLVED) gets STARTED when it's dependencies can be RESOLVED.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months