02-28-2007 09:42 AM
<!– Web client config custom and labels –>
<bean id="rmConfigBootstrap" class="org.alfresco.web.config.WebClientConfigBootstrap" init-method="init">
<property name="configs">
<list>
<value>classpath:alfresco/module/mymodule/ui/web-client-config.xml</value>
</list>
</property>
</bean>
<bean id="webclientResourceBundles" class="org.alfresco.i18n.ResourceBundleBootstrapComponent">
<property name="resourceBundles">
<list>
<value>alfresco/module/mymodule/messages/webclient</value>
</list>
</property>
</bean>
<!– Model bootstrap –>
<bean id="rm.dictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="dictionaryBootstrap">
<property name="models">
<list>
<value>alfresco/module/mymodule/model/myModel.xml</value>
</list>
</property>
<property name="labels">
<list>
<value>alfresco/module/mymodule/messages/webclient</value>
</list>
</property>
</bean>
Only the custom workflow messages are correctly found using a similar config : <!– Registration of workflows –>
<bean id="myworkflows.workflowBootstrap" parent="workflowDeployer">
<property name="workflowDefinitions">
<list>
<props>
<prop key="engineId">jbpm</prop>
<prop key="location">alfresco/module/mymodule/workflow/notification-courrier.xml</prop>
<prop key="mimetype">text/xml</prop>
<prop key="redeploy">true</prop>
</props>
</list>
</property>
<property name="labels">
<list>
<value>alfresco/module/mymodule/messages/webclient</value>
</list>
</property>
</bean>
03-02-2007 07:06 AM
03-02-2007 08:30 AM
03-02-2007 08:57 AM
03-14-2007 09:28 AM
03-14-2007 09:38 AM
03-23-2007 05:30 AM
03-26-2007 04:55 AM
05-01-2007 03:42 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.