throw new TestException("Could not delete shared group directory: "
+ sharedGroupLog);
}
config.registerDeletion(sharedGroupLog);
try {
ServiceDescriptor desc =
new SharedActivationGroupDescriptor(
getServicePolicyFile(),
getServiceClasspath(),
sharedGroupLog.getAbsolutePath(),
getServiceJVM(),
getServiceOptions(),
getServiceProperties(),
getActivationHost(),
getActivationPort());
Configuration starterConfig = getStarterConfiguration();
logServiceParameters(); // log debug output
desc.create(starterConfig);
String groupImpl = getMandatoryParameter("implPrefix");
ActivatableServiceStarterAdmin implAdmin =
new ActivatableServiceStarterAdmin(config,
groupImpl,
index,