<!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;">
    jBPM5 console + Oracle + Tomcat
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/bpmn2user">bpmn2user</a> in <i>jBPM</i> - <a href="http://community.jboss.org/message/582878#582878">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Here&#160; are the steps:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span>1.) Configure the jBPM console with Tomcat (</span><a class="jive-link-external-small" href="http://community.jboss.org/thread/160572?tstart=0" target="_blank">http://community.jboss.org/thread/160572?tstart=0</a><span>) and configure the datasource against the Oracle database.</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>2.) Copy Oracle driver (e.g. oracle-11.1.0.6.jar) into into TOMCAT_HOME/lib</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>3.) Modify hibernate.cfg.xml in TOMCAT_HOME\webapps\gwt-console-server\WEB-INF\classes\META-INF to include Oracle connection details.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>e.g</p><p><span style="color: #800000;"><em>......</em></span></p><p><span style="color: #800000;"><em>......</em></span></p><p><span style="color: #800000;"><em>&lt;!-- Database connection settings --&gt;</em></span></p><p><span style="color: #800000;"><em>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="connection.driver_class"&gt;oracle.jdbc.OracleDriver&lt;/property&gt;</em></span></p><p><span style="color: #800000;"><em>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="connection.url"&gt;jdbc:oracle:thin:@yourhostname:1521:test&lt;/property&gt;</em></span></p><p><span style="color: #800000;"><em>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="connection.username"&gt;dbuser&lt;/property&gt;</em></span></p><p><span style="color: #800000;"><em>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="connection.password"&gt;dbpw&lt;/property&gt;</em></span></p><p><span style="color: #800000;"><em>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;!-- JDBC connection pool (use the built-in) --&gt;</em></span></p><p><span style="color: #800000;"><em>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="connection.pool_size"&gt;1&lt;/property&gt;</em></span></p><p><span style="color: #800000;"><em>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;!-- SQL dialect --&gt;</em></span></p><p><span style="color: #800000;"><em>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="dialect"&gt;org.hibernate.dialect.Oracle10gDialect&lt;/property&gt;</em></span></p><p><span style="color: #800000;"><em>&#160;&#160;&#160;&#160; .......</em></span></p><p><span style="color: #800000;"><em>.......</em></span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Following two steps requires repackaging the jar files as the default embedded configuration files use&#160; h2</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>4.) Modify META-INF\persistence.xml in jbpm-human-task-5.0-SNAPSHOT.jar to include Oracle DB details.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>e.g</p><p><span style="color: #993300;">.....</span></p><p><span style="color: #993300;">....</span></p><p>&#160;&#160; <span style="color: #993300;">&lt;class&gt;org.jbpm.task.User&lt;/class&gt;</span></p><p><span style="color: #993300;">&#160;&#160;&#160; &lt;properties&gt;</span></p><p><span style="color: #993300;">&#160;&#160;&#160;&#160;&#160; &lt;property name="hibernate.dialect" value="org.hibernate.dialect.Oracle10gDialect"/&gt;</span></p><p><span style="color: #993300;">&#160;&#160;&#160;&#160;&#160; &lt;property name="hibernate.connection.driver_class" value="oracle.jdbc.OracleDriver"/&gt;</span></p><p><span style="color: #993300;">&#160;&#160;&#160;&#160;&#160; &lt;property name="hibernate.connection.url" value="<em>jdbc:oracle:thin:@yourhostname:1521:test</em>" /&gt;</span></p><p><span style="color: #993300;">&#160;&#160;&#160;&#160;&#160; &lt;property name="hibernate.connection.username" value="dbuser"/&gt;</span></p><p><span style="color: #993300;">&#160;&#160;&#160;&#160;&#160; &lt;property name="hibernate.connection.password" value="dbpw"/&gt;</span></p><p><span style="color: #993300;">&#160;&#160;&#160;&#160;&#160; &lt;property name="hibernate.connection.autocommit" value="false" /&gt;</span></p><p><span style="color: #993300;">&#160;&#160;&#160;&#160;&#160; &lt;property name="hibernate.max_fetch_depth" value="3"/&gt;</span></p><p><span style="color: #993300;">&#160;&#160;&#160;&#160;&#160; &lt;property name="hibernate.hbm2ddl.auto" value="create" /&gt;</span></p><p><span style="color: #993300;">&#160;&#160;&#160;&#160;&#160; &lt;property name="hibernate.show_sql" value="false" /&gt;</span></p><p><span style="color: #993300;">&#160;&#160;&#160; &lt;/properties&gt;</span></p><p><span style="color: #993300;">&#160; &lt;/persistence-unit&gt;</span></p><p><span style="color: #993300;">......</span></p><p><span style="color: #993300;">.....</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>5.) Modify hibernate.cfg.xml in jbpm-bam-5.0-SNAPSHOT.jar to include Oracle database connection details</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/582878#582878">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>