IntegerBinding.intToEntry(0,value);
ByteBinding.byteToEntry((byte) 0,key);
OperationStatus status = _configVersionDb.put(null, key, value);
if (status != OperationStatus.SUCCESS)
{
throw new StoreException("Error initialising config version: " + status);
}
return 0;
}
finally
{