[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Comments on draft-ryan-java-schema-02



Manish Gupta wrote:
> 
> At 05:11 PM 5/19/99 +0100, Vincent Ryan wrote:
:
> >                      The javaSerializedObject object class inherits
> >the cn attribute from the javaObject object class.


That's incorrect! It's the javaContainer object class that defines
the cn attribute. javaContainer is the STRUCTURAL object class. So
continuing the example, the entry named:

    cn=o1,ou=Java Objects,o=cisco.com

might have an objectClass attribute with values:

    top
    javaContainer
    javaObject
    javaSerializedObject

Sorry for the confusion.