mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gbellato
31.21.2007 d78588ea83870e5468c9cc6ee8f9767085b6da98
refs
author gbellato <gbellato@localhost>
Friday, August 31, 2007 15:21 +0200
committer gbellato <gbellato@localhost>
Friday, August 31, 2007 15:21 +0200
commitd78588ea83870e5468c9cc6ee8f9767085b6da98
tree 3850db878b9d2ac4c6ced59fbdb0a0d3c728e870 tree | zip | gz
parent 8cd8d8c556fe831484f7d3f42d6db8184515d7ad view | diff
fix for issue 2205 : attribute missing from schema is not handled as expected by replication

When the replication code replay a modify operation on an entry
that contain historical information for an attribute that is
not defined in the schema, the modify operation
is not replayed because an AssertionError is thrown by AttributeValue constructor.

This fixes the problem by avoiding the AssertionError
1 files modified
5 ■■■■■ changed files
opends/src/server/org/opends/server/replication/plugin/HistVal.java 5 ●●●●● diff | view | raw | blame | history