private void addExternalIds() {
FudgeMsgEnvelope env = s_fudgeContext.toFudgeMsg(ExternalId.of("A", "B"));
byte[] bytes = s_fudgeContext.toByteArray(env.getMessage());
String cls = ExternalId.class.getName();
LobHandler lobHandler = new DefaultLobHandler();
final JdbcOperations template = _cfgMaster.getDbConnector().getJdbcOperations();
template.update("INSERT INTO cfg_config VALUES (?,?,?,?,?, ?,?,?,?)",
101, 101, toSqlTimestamp(_version1aInstant), MAX_SQL_TIMESTAMP, toSqlTimestamp(_version1aInstant), MAX_SQL_TIMESTAMP, "TestConfig101", cls,
new SqlParameterValue(Types.BLOB, new SqlLobValue(bytes, lobHandler)));
template.update("INSERT INTO cfg_config VALUES (?,?,?,?,?, ?,?,?,?)",