Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

OSGi Frameworks: Configuration

Configuration Options     Related Tasks     

Use this page to modify the configuration of an OSGi framework.

Configuration Options

Name Description
Name

The user-specified name of this MBean instance.

This name is included as one of the key properties in the MBean's javax.management.ObjectName:
Name=user-specified-name

MBean Attribute:
OsgiFrameworkMBean.Name

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

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.

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.

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.

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.

Related Tasks


Back to Top