//Legacy DSLSentences have a collection of String values whereas newer persisted models
//have a collection of DSLVariableValues. See https://issues.jboss.org/browse/GUVNOR-1872
this.xt.registerLocalConverter( DSLSentence.class,
"values",
new DSLVariableValuesConverter( this.xt.getMapper() ) );
}