Metaschema ObjectClass description is incorrect
-----------------------------------------------
Key: DIRSERVER-1026
URL: https://issues.apache.org/jira/browse/DIRSERVER-1026
Project: Directory ApacheDS
Issue Type: Bug
Affects Versions: 1.5.0
Reporter: Emmanuel Lecharny
Fix For: 1.5.2
The metaschema.schema ObjectClass metaSchema contains a 'cn' in its MUST
attribute. As this is the MetaSchema, no other attributes than those described
in metaSchema itslef should be used.
Having this 'cn' in MUST drives the schema inheritence tree to be :
(apache, core, metaschema) depends on system
when we would have expected :
(apache, core) depends on system which depends on metaschema.
In fact, _all_ the schemas should depends en metaSchema
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.