Details
-
Bug
-
Resolution: Fixed
-
Major
-
4.1.3, 4.2-milestone-2
-
None
-
Unit
-
Unknown
-
N/A
-
N/A
-
Description
The rational is that copying an "internal" mapping would probably never work since the hibernate mapping stay unchanged, and that copying a dynamic custom mapping would cause 2 separate class to be mapped the same.
The most common example is copying XWiki.XWikiPreferences, which cause the XWiki.XWikiPreferences class to be cloned. This new copy of the class should not be set to "internal" custom mapping, or it will be unusable.