[jboss-user] [jBPM Users] - Re: Problem moving from 4.1 to 4.2 using Spring configuratio

hrworx do-not-reply at jboss.com
Wed Dec 9 16:31:34 EST 2009


In the previous post I pasted in an old jbpm.cfg.xml  Here is the actual current one:


  | <jbpm-configuration>
  |   <import resource="jbpm.businesscalendar.cfg.xml" />
  |   <import resource="jbpm.jpdl.cfg.xml" />
  | 
  | 
  |   <process-engine-context>
  |     <repository-service />
  |     <repository-cache />
  |     <execution-service />
  |     <history-service />
  |     <management-service />
  |     <task-service />
  |     <identity-service />
  |     <command-service name="txRequiredCommandService">
  |       <retry-interceptor />
  |       <environment-interceptor />
  |       <spring-transaction-interceptor />
  |     </command-service>
  | 
  |     <object class="org.jbpm.pvm.internal.id.DatabaseDbidGenerator">
  |       <field name="commandService">
  |         <ref object="txRequiredCommandService" />
  |       </field>
  |     </object>
  | 
  |     <object class="org.jbpm.pvm.internal.id.DatabaseIdComposer"
  |       init="eager" />
  | 
  |     <import resource="jbpm.jobexecutor.cfg.xml" />
  |     <types resource="jbpm.variable.types.xml" />
  |   </process-engine-context>
  | 
  |   <transaction-context>
  |     <repository-session />
  |     <db-session />
  |     <message-session />
  |     <timer-session />
  |     <history-session />
  | 
  |     <object class="com.hrworx.formworx.service.user.JbpmIdentitySessionImpl" />
  |     <transaction />
  |     <hibernate-session current="false" />
  |   </transaction-context>
  | 
  | </jbpm-configuration>

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269884#4269884

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269884



More information about the jboss-user mailing list