[jboss-jira] [JBoss JIRA] Resolved: (JBAS-8462) OSGi subsystem startup on demand
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Fri Sep 24 04:02:28 EDT 2010
[ https://jira.jboss.org/browse/JBAS-8462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thomas Diesler resolved JBAS-8462.
----------------------------------
Resolution: Done
Done
We now have
<osgi:subsystem activation="ON_DEMAND">
Supported attribute values are
<xs:simpleType name="activationType">
<xs:restriction base="xs:string">
<!-- Come up automatically as soon as all dependencies are satisfied. This is the default mode. -->
<xs:enumeration value="AUTOMATIC"/>
<!-- Only come up if all dependencies are satisfied AND at least one dependent demands to start. -->
<xs:enumeration value="ON_DEMAND"/>
<!-- Demand to start, recursively demanding dependencies. -->
<xs:enumeration value="IMMEDIATE"/>
</xs:restriction>
</xs:simpleType>
Startup comes down to
09:58:03,878 INFO [osgi] Activating OSGi Subsystem
09:58:03,884 INFO [remoting] Activating Remoting Subsystem
09:58:03,889 INFO [managedbean] Activating SAR Subsystem
09:58:03,916 INFO [threads] Activating Threading Subsystem
09:58:03,921 INFO [transactions] Activating Transactions Subsystem
09:58:03,944 INFO [socket] Activating interface element:default
09:58:03,970 INFO [naming] Starting Naming Service
09:58:04,194 INFO [server] JBoss AS started in 384ms. - Services [Total: 49, On-demand: 10. Started: 39]
> OSGi subsystem startup on demand
> --------------------------------
>
> Key: JBAS-8462
> URL: https://jira.jboss.org/browse/JBAS-8462
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: OSGi integration
> Reporter: Thomas Diesler
> Assignee: Thomas Diesler
> Fix For: 7.0.0.M1
>
>
--
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
More information about the jboss-jira
mailing list