[jboss-user] [JBoss jBPM] - Re: Integration problem of jBPM 4, Spring and Hibernate

KeithWong123 do-not-reply at jboss.com
Wed Aug 5 22:00:30 EDT 2009


"shekharv" wrote : You would have to post your jbpm configuration too please,

***jbpm.cfg.xml***


  | <jbpm-configuration>
  | 
  |   <!-- 
  |     The default configurations can be found in org/jbpm/default.jbpm.cfg.xml 
  |     Those configurations can be overwritten by putting this file called 
  |     jbpm.cfg.xml on the root of the classpath and put in the customized values.
  |   -->
  |   <import resource="jbpm.default.cfg.xml" />
  |   <import resource="jbpm.tx.hibernate.cfg.xml" />
  |   <import resource="jbpm.jpdl.cfg.xml" />
  |   <import resource="jbpm.identity.cfg.xml" />
  | 
  | 	<process-engine-context>
  | 		<repository-service />
  | 		<repository-cache />
  | 		<execution-service />
  | 		<history-service />
  | 		<management-service />
  | 		<task-service />
  | 		<identity-service />
  | 		<command-service>
  | 			<retry-interceptor />
  | 			<environment-interceptor />
  | 			<spring-transaction-interceptor	current="true" />
  | 		</command-service>
  | 		
  | 		<script-manager default-expression-language="juel"
  |                     default-script-language="juel"
  |                     read-contexts="execution, environment, process-engine"
  |                     write-context="">
  | 			<script-language name="juel" factory="org.jbpm.pvm.internal.script.JuelScriptEngineFactory" />
  | 		</script-manager>
  | 		
  | 	</process-engine-context>
  | 	<transaction-context>
  | 		<transaction />
  | 		<repository-session />
  | 		<message-session />
  | 		<timer-session />
  | 		<history-session />
  | 		<hibernate-session current="true"/>
  | 		<identity-session />
  | 	</transaction-context>
  | </jbpm-configuration>
  | 


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

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



More information about the jboss-user mailing list