| Adding Generic runtime Configuration [message #187754] |
Wed, 07 February 2007 16:38 |
Mark Berner Messages: 15 Registered: July 2009 |
Junior Member |
|
|
Because GenericServerRuntime class is under "internal" package, how can I
add to configuration server specific properties like "serverRootDirectory"
for JBoss ?
Because of "internal" restriction I can not use code below
GenericServerRuntime runtimeDelegate =
(GenericServerRuntime)runtimeWorkingCopy.loadAdapter(Generic ServerRuntime.class,new
NullProgressMonitor());
runtimeDelegate.setServerInstanceProperties(props);
Mark
|
|
|
Powered by
FUDForum. Page generated in 0.03806 seconds