This same exact bug just bit me bad - and as of the most recent cvs
daily snapshot the bug is still there.
Can someone with cvs access please update the mapping.xsd & mapping.dtd
files (and the related web site docs).

Thanks!
 - John

*       From: Holger Krug 
*       Subject: [castor-dev] Annoying inconsistency in cvs 
*       Date: Mon, 27 Aug 2001 03:32:39 -0700 

Files:
src/main/org/exolab/castor/mapping/mapping.xsd
src/main/org/exolab/castor/mapping/mapping.dtd

tell about:

    <xsd:element ref="cache-type-mapping"  ....

resp.

    <!ELEMENT class ( description?, cache-type-mapping?, ....


but file
src/main/org/exolab/castor/mapping/xml/ClassMappingDescriptor.java
says:

        //-- _cacheTypeMapping
        desc = new XMLFieldDescriptorImpl(CacheTypeMapping.class, 
              "_cacheTypeMapping", "cache-type", NodeType.Element);

Obviously the element "cache-type-mapping" was renamed to "cache-type"
but this is not reflected in the schema files (mapping.xsd,
mapping.dtd).


-- 
Holger Krug
[EMAIL PROTECTED]

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to