mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Add support for writing jBPM plug-in actions which have access to Spring context.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3321 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -4,14 +4,16 @@
|
||||
<beans>
|
||||
|
||||
<!-- jBPM configuration -->
|
||||
<bean id="jbpmConfiguration" class="org.springmodules.workflow.jbpm31.LocalJbpmConfigurationFactoryBean">
|
||||
<bean id="jbpm.configuration" class="org.springmodules.workflow.jbpm31.LocalJbpmConfigurationFactoryBean">
|
||||
<property name="sessionFactory" ref="sessionFactory"/>
|
||||
<property name="configuration" value="classpath:org/jbpm/default.jbpm.cfg.xml"/>
|
||||
</bean>
|
||||
|
||||
<!-- jBPM template -->
|
||||
<bean id="jbpmTemplate" class="org.springmodules.workflow.jbpm31.JbpmTemplate">
|
||||
<constructor-arg index="0" ref="jbpmConfiguration"/>
|
||||
<bean id="jbpm.template" class="org.springmodules.workflow.jbpm31.JbpmTemplate">
|
||||
<constructor-arg index="0" ref="jbpm.configuration"/>
|
||||
</bean>
|
||||
|
||||
|
||||
|
||||
|
||||
</beans>
|
||||
|
Reference in New Issue
Block a user