String value = SystemPropertyActions.getProperty("jboss.protocol.handler.modules", "org.jboss.osgi.framework");
if (!value.equals("org.jboss.osgi.framework"))
value = value + "|org.jboss.osgi.framework";
System.setProperty("jboss.protocol.handler.modules", value);
Activation policy = subsystemState.getActivationPolicy();
BatchBuilder batchBuilder = updateContext.getBatchBuilder();
Configuration.addService(batchBuilder, subsystemState);
BundleManagerService.addService(batchBuilder);
FrameworkService.addService(batchBuilder, policy);
PackageAdminService.addService(batchBuilder);