<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">
<div>
<table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
<tbody>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
<tbody>
<tr>
<td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
<h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
<!-- To have a header image/logo replace the name below with your img tag -->
<!-- Email clients will render the images when the message is read so any image -->
<!-- must be made available on a public server, so that all recipients can load the image. -->
<a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
Missing history data
</h3>
<span style="margin-bottom: 10px;">
created by <a href="http://community.jboss.org/people/urho">urho</a> in <i>jBPM</i> - <a href="http://community.jboss.org/message/566486#566486">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">
<div class="jive-rendered-content"><p>Hi,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>Problem is that jbpm history information is not stored to database when using Spring configuration and Spring managed transactions. I'm using jbpm 4.4 and Spring 3</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>When I import jbpm.default.cfg.xml configuration on top of my own configuration, then the history data is stored, but I think this overrides the <transaction-context> or something and therefore it creates new transaction for jbpm code insted of reusing existing one.</p><p>Below is the configurations that I use:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>My jbpm.cfg.xml:</p><pre class="jive-pre"><code class="jive-code jive-xml">
<span class="jive-xml-tag"><span><jbpm-configuration xmlns="</span><a class="jive-link-external-small" href="http://jbpm.org/xsd/cfg" target="_blank">http://jbpm.org/xsd/cfg</a><span>"></span></span>
     <span class="jive-xml-comment"><!--import resource="jbpm.default.cfg.xml" /-->
<span class="jive-xml-tag"><import resource="jbpm.jpdl.cfg.xml" /></span>
<span class="jive-xml-tag"><import resource="jbpm.identity.cfg.xml" /></span>
<!--import resource="jbpm.jobexecutor.cfg.xml" /-->
<span class="jive-xml-tag"><import resource="jbpm.businesscalendar.cfg.xml" /></span>
<span class="jive-xml-tag"><process-engine-context></span>
<span class="jive-xml-tag"><repository-service /></span>
<span class="jive-xml-tag"><repository-cache /></span>
<span class="jive-xml-tag"><execution-service /></span>
<span class="jive-xml-tag"><history-service /></span>
<span class="jive-xml-tag"><management-service /></span>
<span class="jive-xml-tag"><identity-service /></span>
<span class="jive-xml-tag"><task-service /></span>
<span class="jive-xml-tag"><command-service name="newTxRequiredCommandService"></span>
<span class="jive-xml-tag"><retry-interceptor /></span>
<span class="jive-xml-tag"><environment-interceptor policy="requiresNew" /></span>
<span class="jive-xml-tag"><spring-transaction-interceptor policy="requiresNew"/></span>
<span class="jive-xml-tag"></command-service></span>
<span class="jive-xml-tag"><command-service name="txRequiredCommandService"></span>
<span class="jive-xml-tag"><retry-interceptor /></span>
<span class="jive-xml-tag"><environment-interceptor /></span>
<span class="jive-xml-tag"><spring-transaction-interceptor /></span>
<span class="jive-xml-tag"></command-service></span>
<span class="jive-xml-tag"><object class="org.jbpm.pvm.internal.id.DatabaseDbidGenerator"></span>
<span class="jive-xml-tag"><field name="commandService"></span>
<span class="jive-xml-tag"><ref object="txRequiredCommandService" /></span>
<span class="jive-xml-tag"></field></span>
<span class="jive-xml-tag"></object></span>
<span class="jive-xml-tag"><object class="org.jbpm.pvm.internal.id.DatabaseIdComposer"
init="eager"></span>
<span class="jive-xml-tag"></object></span>
<!-- Added spring as read-context -->
<span class="jive-xml-tag"><script-manager default-expression-language="juel"
default-script-language="juel"
read-contexts="execution, environment, process-engine, spring"
write-context=""></span>
<span class="jive-xml-tag"><script-language name="juel"
factory="org.jbpm.pvm.internal.script.JuelScriptEngineFactory" /></span>
<span class="jive-xml-tag"></script-manager></span>
<span class="jive-xml-tag"><authentication /></span>
<span class="jive-xml-tag"><id-generator /></span>
<span class="jive-xml-tag"><types resource="jbpm.variable.types.xml" /></span>
<span class="jive-xml-tag"><address-resolver /></span>
<span class="jive-xml-tag"></process-engine-context></span>
<span class="jive-xml-tag"><transaction-context></span>
<span class="jive-xml-tag"><transaction type="spring" /></span>
<span class="jive-xml-tag"><repository-session /></span>
<span class="jive-xml-tag"><db-session /></span>
<span class="jive-xml-tag"><message-session /></span>
<span class="jive-xml-tag"><timer-session /></span>
<span class="jive-xml-tag"><history-session></span>
<span class="jive-xml-tag"><object class="org.jbpm.pvm.internal.history.HistorySessionImpl" /></span>
<span class="jive-xml-tag"></history-session></span>
<!--
Need to set explicitly that we don't want jbpm to create sessions
--></span>
<span class="jive-xml-tag"><hibernate-session current="true" close="false" /></span>
<span class="jive-xml-tag"></transaction-context></span>
<span class="jive-xml-tag"></jbpm-configuration></span>
</code></pre><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p class="p4" style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p class="p4" style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p class="p4">My spring xml (part of it):</p><pre class="jive-pre"><code class="jive-code jive-xml">
<span class="jive-xml-tag"><bean id="sessionFactory"
class="org.springframework.orm.hibernate3.LocalSessionFactoryBean"></span>
<span class="jive-xml-tag"><property name="mappingLocations"></span>
<span class="jive-xml-tag"><list></span>
<span class="jive-xml-tag"><value></span>classpath:jbpm.execution.hbm.xml<span class="jive-xml-tag"></value></span>
<span class="jive-xml-tag"><value></span>classpath:jbpm.repository.hbm.xml<span class="jive-xml-tag"></value></span>
<span class="jive-xml-tag"><value></span>classpath:jbpm.task.hbm.xml<span class="jive-xml-tag"></value></span>
<span class="jive-xml-tag"><value></span>classpath:jbpm.history.hbm.xml<span class="jive-xml-tag"></value></span>
<span class="jive-xml-tag"><value></span>classpath:jbpm.identity.hbm.xml<span class="jive-xml-tag"></value></span>
<span class="jive-xml-tag"></list></span>
<span class="jive-xml-tag"></property></span>
<span class="jive-xml-tag"><property name="hibernateProperties"></span>
<span class="jive-xml-tag"><props></span>
<span class="jive-xml-tag"><prop key="hibernate.dialect"></span>org.hibernate.dialect.HSQLDialect<span class="jive-xml-tag"></prop></span>
<span class="jive-xml-tag"><prop key="hibernate.query.substitutions"></span>true=1 false=0<span class="jive-xml-tag"></prop></span>
<span class="jive-xml-tag"><prop key="hibernate.bytecode.use_reflection_optimizer"></span>false<span class="jive-xml-tag"></prop></span>
<span class="jive-xml-tag"><prop key="hibernate.show_sql"></span>false<span class="jive-xml-tag"></prop></span>
<span class="jive-xml-tag"><prop key="hibernate.format_sql"></span>false<span class="jive-xml-tag"></prop></span>
<span class="jive-xml-tag"><prop key="hibernate.use_sql_comments"></span>false<span class="jive-xml-tag"></prop></span>
<span class="jive-xml-tag"><prop key="hibernate.jdbc.batch_size"></span>0<span class="jive-xml-tag"></prop></span>
<!--prop key=<span class="jive-xml-quote">hibernate.hbm2ddl.auto</span>>update<span class="jive-xml-tag"></prop--></span>
<span class="jive-xml-tag"></props></span>
<span class="jive-xml-tag"></property></span>
<span class="jive-xml-tag"><property name="dataSource"></span>
<span class="jive-xml-tag"><ref bean="dataSource" /></span>
<span class="jive-xml-tag"></property></span>
<span class="jive-xml-tag"></bean></span>
<span class="jive-xml-tag"><bean id="transactionManager"
class="org.springframework.orm.hibernate3.HibernateTransactionManager"></span>
<span class="jive-xml-tag"><property name="sessionFactory" ref="sessionFactory" /></span>
<span class="jive-xml-tag"></bean></span>
<span class="jive-xml-tag"><bean id="dataSource"
class="org.springframework.jdbc.datasource.DriverManagerDataSource"></span>
<span class="jive-xml-tag"><property name="driverClassName" value="org.hsqldb.jdbcDriver" /></span>
<span class="jive-xml-tag"><property name="url" value="${db.url}" /></span>
<span class="jive-xml-tag"><property name="username" value="${db.username}" /></span>
<span class="jive-xml-tag"><property name="password" value="${db.password}" /></span>
<span class="jive-xml-tag"></bean></span>
<span class="jive-xml-tag"><bean id="jbpmConfiguration" class="org.jbpm.pvm.internal.processengine.SpringHelper"></span>
<span class="jive-xml-tag"><property name="jbpmCfg" value="jbpm.cfg.xml"/></span>
<span class="jive-xml-tag"></bean></span>
<span class="jive-xml-tag"><bean id="processEngine" factory-bean="jbpmConfiguration" factory-method="createProcessEngine"/></span>
</code></pre><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p></div>
<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
<p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/566486#566486">going to Community</a></p>
<p style="margin: 0;">Start a new discussion in jBPM at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034">Community</a></p>
</div></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>