Does anyone know the correct incantation required to override the
initialMemberGroups value when starting reggie.
I've tried various permutations along the themes such as;
new NonActivatableServiceDescriptor(
codebase,
policy,
classpath,
"com.sun.jini.reggie.TransientRegistrarImpl",
new String[] { config,
"com.sun.jini.reggie.initialMemberGroups=[\"Lester\", \"Jeff\"]" }) };
The above example gives a parse error on the '[' character. I've
tried every variation I can think of, I've yet to hit the right one
though.
Does anyone have any ideas or can point me in the right direction?
Thanks,
Tom