mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-8990: RSOLR 032: Model track and build from SOLR
- SOLR tracking now reflects all models loaded and changed on the repo to which it points - model tracking and related fixes - model XML now round trips for Boolean properties :-) - upgraded to latest version of jibx - 1.2.3 - added API to load models and not class load constraint extensions (does not affect the generated model XML only constraint enforcement) - removed solr specific m2 model binding - fixed SOLR tracking test git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28714 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -15,7 +15,7 @@ public class AlfrescoModel
|
||||
protected AlfrescoModel(ModelDefinition modelDef)
|
||||
{
|
||||
this.modelDef = modelDef;
|
||||
this.checksum = modelDef.getChecksum(ModelDefinition.XMLBindingType.SOLR);
|
||||
this.checksum = modelDef.getChecksum(ModelDefinition.XMLBindingType.DEFAULT);
|
||||
}
|
||||
|
||||
public ModelDefinition getModelDef()
|
||||
|
Reference in New Issue
Block a user