i've got the error "DirectorioDePacientes" not registered as core type, i've 
tries to clone core type definition of workspaceroot for my 
DirectorioDePacientes but got error:


my core-types-contrib

<?xml version="1.0"?>

<component name="org.argonauta.ehistoria.nuxeo.coreTypes">

  <extension target="org.nuxeo.ecm.core.schema.TypeService"
point="schema">  
     <schema name="paciente" src="schemas/paciente.xsd"
prefix="pac"/>  
  </extension>

  <extension target="org.nuxeo.ecm.core.schema.TypeService"
point="doctype">  
    <doctype name="DirectorioDePacientes" extends="Folder">
          <facet name="SuperSpace"/>
    </doctype>
    <doctype name="Paciente" extends="Document">
      <schema name="paciente"/>
        <facet name="Folderish"/>
    </doctype>
  </extension>
</component>

thx

rich
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to