Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MODE-1961 Fixed the processing of mixins when nodes are imported from an XML file using IMPORT_UUID_COLLISION_REMOVE_EXISTING, multiple times. #865

Merged
merged 1 commit into from Jun 25, 2013

Conversation

hchiorean
Copy link
Member

The problem was caused by the fact that the same NodeKey is reused, causing in effect the old persisted node(s) to be "seen" together with new nodes (which are supposed to be created by the import). Therefore, mixins would not be set on the new nodes because they appeared as "already existing".

XML file using IMPORT_UUID_COLLISION_REMOVE_EXISTING, multiple times. The problem was
caused by the fact that the same NodeKey is reused, causing in effect the
old persisted node(s) to be seen together with new nodes (which are
supposed to be created by the import). Thefore, mixins would not be set on
the new nodes because they appeared as "already existing".
@rhauch
Copy link
Contributor

rhauch commented Jun 25, 2013

Yeesh. Merging now.

@rhauch rhauch merged commit a19de14 into ModeShape:master Jun 25, 2013
@rhauch
Copy link
Contributor

rhauch commented Jun 25, 2013

Merged into the 'master' branch and rebased into the '3.3.x' branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants