props.setProperty(Constants.PROPS_TIMESTAMP_HUMAN,
new Date(request.timestamp).toString());
GlassFishBranding br = new GlassFishBranding();
br.postConstruct();
Version version = new Version();
version.setBranding(br);
version.postConstruct();
props.setProperty(Constants.PROPS_VERSION,
version.getFullVersion());
String type = request.configOnly ? Constants.CONFIG_ONLY :
Constants.FULL;
props.setProperty(Constants.PROPS_TYPE, type);
String bc = (request.backupConfig == null) ? Constants.NO_CONFIG : request.backupConfig;