Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Domain: Other Services: OSGi Frameworks

Column Display     

An OSGi framework provides an OSGi runtime environment to support applications that make use of OSGi features, such as packaging, lifecycle management, and an active registry.

Use this page to monitor the OSGi frameworks that have been configured in the current domain.

Column Display

Name Description
Name

The name you specified when you configured the OSGi framework.

Factory Implementation Class

The name of the frameworks implementation class for the org.osgi.framework.launch.FrameworkFactory class.

MBean Attribute:
OsgiFrameworkMBean.FactoryImplementationClass

Changes take effect after you redeploy the module or restart the server.

Register Global Work Managers

Returns true if global work managers should be added to the OSGi service registry.

MBean Attribute:
OsgiFrameworkMBean.RegisterGlobalWorkManagers

Changes take effect after you redeploy the module or restart the server.

Register Global Data Sources

Returns true if global data sources should be added to the OSGi service registry.

MBean Attribute:
OsgiFrameworkMBean.RegisterGlobalDataSources

Changes take effect after you redeploy the module or restart the server.

Init Properties

The properties to be used when initializing the framework. All standard properties and all properties specific to the framework can be set.

MBean Attribute:
OsgiFrameworkMBean.InitProperties

Changes take effect after you redeploy the module or restart the server.

Boot Delegation

The name of the org.osgi.framework.bootdelegation property. Note that this value, if set, will take precedence over anything specified in the init-properties.

MBean Attribute:
OsgiFrameworkMBean.OrgOsgiFrameworkBootdelegation

Changes take effect after you redeploy the module or restart the server.

System Packages Extra

The name of the org.osgi.framework.system.packages.extra property. Note that this value, if set, will take precedence over anything specified in the init-properties.

MBean Attribute:
OsgiFrameworkMBean.OrgOsgiFrameworkSystemPackagesExtra

Changes take effect after you redeploy the module or restart the server.

Deploy Installation Bundles

Determines if some WebLogic helper bundles will be installed into the framework

If this is set to "populate" then the bundles found in the WebLogic installation directory under wlserver/server/osgi-lib will be installed into this OSGi framework. Futhermore a few extra packages will be added to the bootdelegation classpath parameters in order to enable the bundles in the osgi-lib directory if they are not already there.

If this is set to "ignore" then the bundles found in the WebLogic installation directory will not be installed into the framework.

MBean Attribute:
OsgiFrameworkMBean.DeployInstallationBundles

Changes take effect after you redeploy the module or restart the server.

Targets

A list of current targets for this OSGi framework.


Back to Top