*
* @param repo the repository to register with, not null
* @param appContext the Spring application context, not null
*/
protected void initCalcNodeSocketConfiguration(final ComponentRepository repo, final GenericApplicationContext appContext) {
final CalcNodeSocketConfiguration calcNodeSocketConfig = appContext.getBean(CalcNodeSocketConfiguration.class);
final ComponentInfo info = new ComponentInfo(CalcNodeSocketConfiguration.class, getClassifier());
repo.registerComponent(info, calcNodeSocketConfig);
}