Location of jbpm.cfg.xml in Alfresco
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 12:25 PM
Hi,
I am using Alfresco 3.1.1 but here in ..WEB-INF\classes\alfresco\workflow-context.xml
<bean id="jbpm_configuration" class="org.alfresco.repo.workflow.jbpm.AlfrescoJbpmConfigurationFactoryBean">
<property name="sessionFactory" ref="sessionFactory"/>
<property name="configuration" value="classpath
rg/alfresco/repo/workflow/jbpm/jbpm.cfg.xml"/>
</bean>
,I am not able to locate where "jbpm.cfg.xml" file resides in alfresco.war as i need to update "<field name="idleInterval"><int value="5000" /></field>" to update workflow?
Can anybody help?
I am using Alfresco 3.1.1 but here in ..WEB-INF\classes\alfresco\workflow-context.xml
<bean id="jbpm_configuration" class="org.alfresco.repo.workflow.jbpm.AlfrescoJbpmConfigurationFactoryBean">
<property name="sessionFactory" ref="sessionFactory"/>
<property name="configuration" value="classpath

</bean>
,I am not able to locate where "jbpm.cfg.xml" file resides in alfresco.war as i need to update "<field name="idleInterval"><int value="5000" /></field>" to update workflow?
Can anybody help?
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2009 06:41 PM
For reference, it's located in the alfresco-repository.jar. However, a better way to override is to copy (and edit) the file to your extension directory and then create a custom-workflow-context.xml which overrides the Spring bean and points to your custom copy.
Regards,
Jan
Regards,
Jan
