the parsefielddescriptor of classdescriptor reader is missing uuid field handling.

I compared the attribs in mapping file generated by jcrocm.FieldDescriptor and ClassDescriptorReader of sling and there some attribs more missing.

Is this according to an early adaption of jackrabbit-ocm ?

According to the last questions i posted and no replies, i am wondering if somebody is using jcrocm ?


Markus


---------------------------------------------------------------
org.apache.sling.maven.jcrocm.FieldDescriptor

<!ATTLIST field-descriptor
*      fieldName CDATA #REQUIRED
*      fieldType CDATA #IMPLIED
*      jcrName CDATA #IMPLIED
*      id (true | false) "false"
*      path (true | false) "false"
*      uuid (true | false) "false"
*      converter CDATA #IMPLIED
*      jcrDefaultValue CDATA #IMPLIED
*      jcrValueConstraints CDATA #IMPLIED
*      jcrType (String | Date | Long | Double | Boolean | Binary) #IMPLIED
*      jcrAutoCreated (true | false) "false"
*      jcrMandatory (true | false) "false"
* jcrOnParentVersion (COPY | VERSION | INITIALIZE | COMPUTE | IGNORE | ABORT) "COPY"
*      jcrProtected (true | false) "false"
*      jcrMultiple (true | false) "false"
*  >

---------------------------------------------------------
org.apache.sling.jcr.ocm.impl.ClassDescriptorReader.parseFieldDescriptor

       /*
        *  fieldName CDATA #REQUIRED
        *  jcrName CDATA #IMPLIED
        *  id (true | false) "false"
        *  path (true | false) "false"
* jcrType (String | Date | Long | Double | Boolean | Binary) #IMPLIED
        *  jcrAutoCreated (true | false) "false"
        *  jcrMandatory (true | false) "false"
* jcrOnParentVersion (COPY | VERSION | INITIALIZE | COMPUTE | IGNORE | ABORT) "COPY"
        *  jcrProtected (true | false) "false"
        *  jcrMultiple (true | false) "false"
        */

--
------------------------------------------------------------------
DIG Digitale Medienberatungs-
und Produktions- GmbH
Neckarstr. 1/5
78727 Oberndorf a. N.

Amtsgericht Stuttgart HRB 480914
Geschäftsführer: Carsten Huber
------------------------------------------------------------------
Tel: +49 (0)7423 8750 60
Fax: +49 (0)7423 8750 23
Internet: http://www.dig.de
eMail: [email protected]

Ein Unternehmen der Schwarzwälder Bote Mediengruppe



Reply via email to