<!– Registration of new models –> <bean id="custom.dictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="dictionaryBootstrap"> <property name="models"> <list> <value>alfresco/extension/customContentModel.xml</value> </list> </property> </bean> </beans>
customContentModel.xml is located in the <alfresco_install>/tomcat/shared/classes/alfresco/extension as well as the spring context file above. After doing this we start alfresco for the first time but the content model customizations are not taking place.
I am installing alfresco on ubuntu 11.04 64bits using the unattended mode and passing an options file. Alfresco is properly installed and the web ui is perfectly visible after the process. I can log in and browse around without problems.I am installing alfresco community 4.0.d. The tomcat logs show no sign of errors.
What Alfresco UI are you using, Share or Explorer?
If you are using Share, you will have to add a few items to "share-config-custom.xml" before you will see anything related to your new model (properties, aspects, etc)