12-28-2009 05:36 AM
<bean id="extension.dictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="dictionaryBootstrap">
<property name="models">
<list>
<value>alfresco/module/org.alfresco.custom/model/customModel.xml</value>
</list>
</property>
</bean>
<import resource="classpath:alfresco/module/org.alfresco.custom/custom-model-context.xml" />
custom-model-context.xml:
<bean id="myModule_dictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="dictionaryBootstrap">
<property name="models">
<list>
<value>alfresco/module/org.alfresco.custom/model/customModel.xml</value>
</list>
</property>
</bean>
01-04-2010 04:11 PM
01-05-2010 04:05 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.