10-13-2010 06:12 AM
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<!– Registration of new models –>
<bean id="extension.dictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="dictionaryBootstrap">
<property name="models">
<list>
<value>alfresco/extension/myContentModel.xml</value>
</list>
</property>
<property name="labels">
<list>
<value>alfresco/extension/messages/my-content</value>
</list>
</property>
</bean>
</beans>
….
<import resource="classpath*:alfresco/extension/*-context.xml"/> <— attention for this row!!!!!
<import resource="classpath*:alfresco/deprecated-context.xml"/>
<import resource="classpath*:alfresco/extension/dev-context.xml" />
…
<beans>
<import resource="classpath*:alfresco/extension/my-content-model-context.xml" />
</beans>
10-13-2010 06:34 AM
10-13-2010 06:43 AM
I am starting a new project using Alfresco 3.4a (I used Alfresco 2.1 CE for last 2 years…)I presume that you are using Tomcat6, if so follow the wiki instruction
10-13-2010 11:30 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.