<!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;">
Log tables not persisted
</h3>
<span style="margin-bottom: 10px;">
created by <a href="http://community.jboss.org/people/rajan01">Rajan Bansal</a> in <i>jBPM</i> - <a href="http://community.jboss.org/message/632660#632660">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">
<div class="jive-rendered-content"><p>Actually I successfully persisted the PROCESSINSTANCEINFO, WORKITEMINFO, SESSIONINFO, TASK in Oracle 10g by running jBPM5.1 in JBosss</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>My issue is the tables:- PROCESSINSTANCELOG, NODEINSTANCELOG, VARIABLEINSTANCELOG are not persisted or we can say no data is showing in these tables:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p><strong>Below are my "jbpm-bam-5.1.0.Final.jar" files:</strong></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p><strong>AuditLoghbm.xml</strong></p><p><strong><br/></strong></p><p><?xml version="1.0"?></p><p><!DOCTYPE hibernate-mapping PUBLIC</p><p>        "-//Hibernate/Hibernate Mapping DTD 3.0//EN"</p><p><span>        "</span><a class="jive-link-external-small" href="http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd" target="_blank">http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd</a><span>"></span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p><hibernate-mapping></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>    <class name="org.jbpm.process.audit.ProcessInstanceLog" ></p><p>        <id name="id"></p><p>            <generator class="native"/></p><p>        </id></p><p>        <property name="processInstanceId"/></p><p>        <property name="processId"/></p><p>        <property name="start" type="timestamp" column="START_DATE"/></p><p>        <property name="end" type="timestamp" column="END_DATE"/></p><p>    </class></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>    <class name="org.jbpm.process.audit.NodeInstanceLog" ></p><p>        <id name="id"></p><p>            <generator class="native"/></p><p>        </id></p><p>        <property name="type"/></p><p>        <property name="nodeInstanceId"/></p><p>        <property name="nodeId"/></p><p>        <property name="processInstanceId"/></p><p>        <property name="processId"/></p><p>        <property name="date" type="timestamp" column="LOG_DATE"/></p><p>    </class></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p></hibernate-mapping></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p><strong>hibernate.cfg.xml</strong></p><p><strong><br/></strong></p><p><?xml version='1.0' encoding='utf-8'?></p><p><!DOCTYPE hibernate-configuration PUBLIC</p><p>        "-//Hibernate/Hibernate Configuration DTD 3.0//EN"</p><p><span>        "</span><a class="jive-link-external-small" href="http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd" target="_blank">http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd</a><span>"></span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p><hibernate-configuration></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>    <session-factory></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>        <!-- Database connection settings --></p><p>        <property name="connection.driver_class">oracle.jdbc.driver.OracleDriver</property></p><p>        <property name="connection.url">jdbc:oracle:thin:@172.25.8.251:1521:lupin</property></p><p>        <!--property name="connection.url">jdbc:h2:file:/NotBackedUp/data/mydb</property--></p><p>        <property name="connection.username">jbpm5</property></p><p>        <property name="connection.password">lupin</property></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>        <!-- JDBC connection pool (use the built-in) --></p><p>        <property name="connection.pool_size">5</property></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>        <!-- SQL dialect --></p><p>        <property name="dialect">org.hibernate.dialect.Oracle10gDialect</property></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>        <!-- Enable Hibernate's automatic session context management --></p><p>        <property name="current_session_context_class">thread</property></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>        <!-- Disable the second-level cache  --></p><p>        <property name="cache.provider_class">org.hibernate.cache.NoCacheProvider</property></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>        <!-- Echo all executed SQL to stdout --></p><p>        <property name="show_sql">true</property></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>        <!-- Drop and re-create the database schema on startup --></p><p>        <property name="hbm2ddl.auto">validate</property></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>        <mapping resource="AuditLog.hbm.xml"/></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>    </session-factory></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p></hibernate-configuration></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>an<strong>d my Persistence.xml present in jbpm-persistence-jpa.jar is</strong></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p><?xml version="1.0" encoding="UTF-8" standalone="yes"?></p><p><persistence version="1.0" </p><p><span>             xsi:schemaLocation="</span><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/persistence" target="_blank">http://java.sun.com/xml/ns/persistence</a></p><p><span>                                 </span><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" target="_blank">http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd</a></p><p><span>                                 </span><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/persistence/orm" target="_blank">http://java.sun.com/xml/ns/persistence/orm</a><span> </span><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/persistence/orm_1_0.xsd" target="_blank">http://java.sun.com/xml/ns/persistence/orm_1_0.xsd</a><span>"</span></p><p><span>             xmlns:orm="</span><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/persistence/orm" target="_blank">http://java.sun.com/xml/ns/persistence/orm</a><span>"</span></p><p><span>             xmlns:xsi="</span><a class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a><span>"</span></p><p><span>             xmlns="</span><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/persistence" target="_blank">http://java.sun.com/xml/ns/persistence</a><span>"></span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p><persistence-unit name="org.jbpm.persistence.jpa" transaction-type="JTA"></p><p>    <provider>org.hibernate.ejb.HibernatePersistence</provider></p><p><jta-data-source>java:/testDS1</jta-data-source> </p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>        <class>org.drools.persistence.info.SessionInfo</class></p><p>        <class>org.jbpm.persistence.processinstance.ProcessInstanceInfo</class></p><p>        <class>org.jbpm.persistence.processinstance.ProcessInstanceEventInfo</class></p><p>        <class>org.drools.persistence.info.WorkItemInfo</class></p><p>        <class>org.jbpm.process.audit.ProcessInstanceLog</class></p><p>        <class>org.jbpm.process.audit.NodeInstanceLog</class></p><p>        <class>org.jbpm.process.audit.VariableInstanceLog</class>  </p><p>          </p><p>        </p><p>        <class>org.jbpm.task.Task</class></p><p>      <class>org.jbpm.task.Comment</class></p><p>      <class>org.jbpm.task.Attachment</class></p><p>      <class>org.jbpm.task.I18NText</class></p><p>      <class>org.jbpm.task.SubTasksStrategy</class></p><p>      <class>org.jbpm.task.Deadline</class></p><p>      <class>org.jbpm.task.Escalation</class></p><p>      <class>org.jbpm.task.Reassignment</class></p><p>      <class>org.jbpm.task.Notification</class></p><p>      <class>org.jbpm.task.BooleanExpression</class></p><p>      <class>org.jbpm.task.User</class></p><p>      <class>org.jbpm.task.PeopleAssignments</class></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>    </p><p>   <properties></p><p>      <property name="hibernate.dialect" value="org.hibernate.dialect.Oracle10gDialect"/></p><p>      <property name="hibernate.connection.driver_class" value="oracle.jdbc.driver.OracleDriver"/></p><p>      <property name="hibernate.max_fetch_depth" value="3"/></p><p>      <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransactionManagerLookup"/></p><p>      <property name="hibernate.hbm2ddl.auto" value="validate" /></p><p>      <property name="hibernate.show_sql" value="true" /></p><p>    </properties></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>  </persistence-unit></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p></persistence></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>Give your suggestions please...</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/632660#632660">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>