11-12-2007 08:39 AM
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<bean id="lifecycle.workflowBootstrap" parent="workflowDeployer">
<property name="workflowDefinitions">
<list>
<props>
<prop key="engineId">jbpm</prop>
<prop key="location">
alfresco/extension/contratos/contratos_processdefinition.xml
</prop>
<prop key="mimetype">text/xml</prop>
<prop key="redeploy">false</prop>
</props>
</list>
</property>
<property name="labels">
<list>
<value>
alfresco/extension/contratos/contratos-messages
</value>
</list>
</property>
<property name="models">
<list>
<value>
alfresco/extension/contratos/contratos_model.xml
</value>
</list>
</property>
</bean>
<bean id="webClientConfigSource"
class="org.alfresco.config.source.UrlConfigSource">
<constructor-arg>
<list>
<value>classpath:alfresco/web-client-config.xml</value>
<value>
classpath:alfresco/web-client-config-dialogs.xml
</value>
<value>
classpath:alfresco/web-client-config-wizards.xml
</value>
<value>
classpath:alfresco/web-client-config-properties.xml
</value>
<value>
classpath:alfresco/web-client-config-navigation.xml
</value>
<value>
classpath:alfresco/web-client-config-wcm.xml
</value>
<value>
classpath:alfresco/web-client-config-actions.xml
</value>
<value>
classpath:alfresco/web-client-config-forum-actions.xml
</value>
<value>
classpath:alfresco/web-client-config-wcm-actions.xml
</value>
<value>
classpath:alfresco/web-client-config-workflow-actions.xml
</value>
<value>
classpath:web-client-demo-config.xml
</value>
</list>
</constructor-arg>
</bean>
</beans>
11-12-2007 08:41 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.