The Xindice-based servicegroup package provides an implementation of a ServiceGroup style registry that uses Xindice for storage.
The main benefits of this are:
Note that the service group will not persist registrations across restarts of the hosting environment.
By default, a database URI of xmldb:xindice://db
will be used.
It is also possible to use xindice in embedded mode, by specifying
a database URI of xmldb:xindice-embed://db
.
The database URI is configured though a global parameter in
$GLOBUS_LOCATION/server-config.wsdd. For example:
¶meter name="dbURI" value="xmldb:xindice-embed://db"/>