| | |
| | | changeType, lines)); |
| | | entry = Entries.modifyEntryPermissive(entry, mr.getModifications()); |
| | | changeCount++; |
| | | LOG.log(Level.INFO, |
| | | String.format("The following entry has been modified : %s", |
| | | entry.getName())); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | |
| | | final String definition = |
| | | "attributeTypes: " + schema.getAttributeType(att); |
| | | definitionsList.add(definition); |
| | | LOG.log(Level.INFO, String.format("Added : %s", definition)); |
| | | LOG.log(Level.INFO, String.format("Added %s", definition)); |
| | | } |
| | | catch (UnknownSchemaElementException e) |
| | | { |
| | |
| | | final String definition = |
| | | "objectClasses: " + schema.getObjectClass(oc); |
| | | definitionsList.add(definition); |
| | | LOG.log(Level.INFO, String.format("Added : %s", definition)); |
| | | LOG.log(Level.INFO, String.format("Added %s", definition)); |
| | | } |
| | | catch (UnknownSchemaElementException e) |
| | | { |