LOG.info( msg );
schema = schemaManager.getLoadedSchema( schemaName );
}
// Create the new LdapSyntax instance
LdapSyntax syntax = new LdapSyntax( oid );
// The isHumanReadable field
EntryAttribute mHumanReadable = entry.get( MetaSchemaConstants.X_HUMAN_READABLE_AT );
if ( mHumanReadable != null )
{
String val = mHumanReadable.getString();
syntax.setHumanReadable( val.toUpperCase().equals( "TRUE" ) );
}
// Common properties
setSchemaObjectProperties( syntax, entry, schema );