private String _storeLocation;
@Override
protected void doOpen(final ConfiguredObject<?> parent)
{
final FileBasedSettings settings = (FileBasedSettings)parent;
_storeLocation = settings.getStorePath();
_connectionURL = DerbyUtils.createConnectionUrl(parent.getName(), _storeLocation);
}