06-12-2007 05:28 AM
<type name="custom:type1">
<title>Type 1</title>
<parent>cm:folder</parent>
<properties>
<property name="custom:type1_prop1">
<type>custom:type2</type>
</property>
</properties>
</type>
<type name="custom:type2">
<title>Type 2</title>
<parent>sys:base</parent>
<properties>
<property name="custom:type2_prop1">
<type>d:text</type>
</property>
</properties>
</type>
org.alfresco.service.cmr.dictionary.DictionaryException: Property type 'custom:type2' of property 'custom:type1_prop1' is not found
06-12-2007 05:43 AM
<type name="custom:type1">
<title>Type 1</title>
<parent>cm:folder</parent>
<associations>
<association name="custom:type2assoc">
<title>My Association To Type2</title>
<source>
<role>cm:type2assocOf</role>
<mandatory>false</mandatory>
<many>false</many>
</source>
<target>
<class>custom:type2</class>
<role>cm:type2assocTo</role>
<mandatory>false</mandatory>
<many>true</many>
</target>
</association>
</associations>
</type>
<type name="custom:type2">
<title>Type 2</title>
<parent>sys:base</parent>
<properties>
<property name="custom:type2_prop1">
<type>d:text</type>
</property>
</properties>
</type>
<type name="custom:type1">
<title>Type 1</title>
<parent>cm:folder</parent>
<properties>
<property name="custom:type1_prop1">
<type>d:noderef</type>
</property>
</properties>
</type>
06-12-2007 05:58 AM
09-05-2007 10:54 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.