<!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">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;">
    jBPM4.3 on Weblogic 9.2
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/abhishek.chikane%40gmail.com">Abhishek Chikane</a> in <i>jBPM</i> - <a href="http://community.jboss.org/message/545533#545533">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;">&#160;</p><p>I am installing jBPM 4.3 on Weblogic 9.2. I followed falling steps.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>1) Added all the jars (78 jars from jBPM&#160; lib directory) on Weblogic classpath.</p><p>2) Added the&#160; jbpm.hibernate.cfg.xml, jbpm.cfg.xml, logging.properties inside my application. (Put on classpath)</p><p>3) Here are the xml files details,</p><p>&#160;&#160;&#160; <strong> jbpm.hibernate.cfg.xml</strong></p><p>&#160;&#160;&#160;&#160; &lt;hibernate-configuration&gt;<br/>&#160;&#160;&#160;&#160; &lt;session-factory&gt;&#160;&#160;&#160; <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property&#160; name="connection.datasource"&gt;JbpmDS&lt;/property&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="jndi.url"&gt;t3://localhost:7001&lt;/property&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property&#160; name="jndi.class"&gt;weblogic.jndi.WLInitialContextFactory&lt;/property&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property&#160; name="dialect"&gt;org.hibernate.dialect.OracleDialect&lt;/property&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="show_sql"&gt;false&lt;/property&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property&#160; name="hibernate.transaction.factory_class"&gt;org.hibernate.transaction.JTATransactionFactory&lt;/property&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property&#160; name="hibernate.transaction.manager_lookup_class"&gt;org.hibernate.transaction.WeblogicTransactionManagerLookup&lt;/property&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property&#160; name="hibernate.transaction.factory_class"&gt;org.hibernate.transaction.CMTTransactionFactory&lt;/property&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;mapping resource="jbpm.repository.hbm.xml" /&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;mapping resource="jbpm.execution.hbm.xml" /&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;mapping resource="jbpm.history.hbm.xml" /&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;mapping resource="jbpm.task.hbm.xml" /&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;mapping&#160; resource="jbpm.identity.hbm.xml" /&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160; &lt;/session-factory&gt;<br/>&lt;/hibernate-configuration&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160; <strong>jbpm.cfg.xml</strong></p><p>&#160;&#160;&#160;&#160; &lt;jbpm-configuration&gt;<br/>&#160;&#160;&#160;&#160; &lt;import resource="jbpm.default.cfg.xml"/&gt;<br/>&#160;&#160;&#160; &lt;import&#160; resource="jbpm.tx.hibernate.cfg.xml"/&gt;<br/>&#160;&#160;&#160; &lt;import&#160; resource="jbpm.tx.jta.cfg.xml" /&gt;<br/>&#160;&#160;&#160; &lt;import&#160; resource="jbpm.jpdl.cfg.xml"/&gt;<br/>&#160;&#160;&#160; &lt;import&#160; resource="jbpm.businesscalendar.cfg.xml" /&gt;<br/>&#160;&#160;&#160; &lt;import&#160; resource="jbpm.bpmn.cfg.xml" /&gt;<br/>&#160;&#160;&#160; &lt;import&#160; resource="jbpm.identity.cfg.xml" /&gt;<br/>&#160;&#160;&#160; &lt;import&#160; resource="jbpm.jobexecutor.cfg.xml" /&gt;<br/>&#160;&#160;&#160; &lt;import&#160; resource="jbpm.console.cfg.xml" /&gt;<br/>&lt;/jbpm-configuration&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>4)&#160; Created a server directory and added a Java option -&#160; -Dorg.jbpm.report.engine.dir and copied the unzipped report zip file and&#160; jbpm reports jar file&#160; to that directory.</p><p>5) Created datasource&#160; named JbpmDS and created all the tables(Oracle db).</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>The&#160; deployment works fine without error. But now I am facing two problems.</p><p>1)&#160; The jbpm console did not allow to login. <strong>Authentication failure</strong> on weblogic error. I have following entries into tables.</p><p>&#160;&#160;&#160;&#160; <strong>JBPM4_ID_USER</strong></p><p><span>&#160;&#160;&#160;&#160;&#160; 1&#160;&#160;&#160; 0&#160;&#160;&#160; abhishek&#160;&#160;&#160; abhishek&#160;&#160;&#160; Abhishek&#160;&#160;&#160; Chikane&#160;&#160;&#160;&#160; </span><a class="jive-link-email-small" href="mailto:achikane@ccrn.com" target="_blank">achikane@ccrn.com</a></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160; <strong>JBPM4_ID_GROUP</strong></p><p>&#160;&#160;&#160;&#160;&#160; 1&#160;&#160;&#160; 0&#160;&#160;&#160; administrator&#160;&#160;&#160; administrator&#160;&#160;&#160; security-role&#160;&#160;&#160;&#160;&#160;&#160; </p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160; <strong> JBPM4_ID_MEMBERSHIP</strong></p><p>&#160;&#160;&#160;&#160; 1&#160;&#160;&#160; 0&#160;&#160;&#160; 1&#160;&#160;&#160; 1&#160; </p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160; Also I have got this notice in weblogic log.</p><p>&#160;&#160;&#160;&#160; &lt;Jun 1,&#160; 2010 1:03:34 AM IST&gt; &lt;Notice&gt; &lt;Security&gt;&#160; &lt;BEA-090078&gt; &lt;User abhishek in security realm myrealm has had 5&#160; invalid login attempts, locking account for 30 minutes.&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I&#160; haven't created any user on weblogic. Is it due to the role type&#160; (security-role)? Can you please help to resolve this issue?</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>2)&#160; When I try to run the process I got this exception.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="font-family: Courier New; "><pre>org.hibernate.TransactionException: Could not register synchronization for container transaction<br/>&#160;&#160;&#160;&#160;&#160;at org.hibernate.transaction.CMTTransaction.begin(CMTTransaction.java:76)<br/>&#160;&#160;&#160;&#160;&#160;at org.hibernate.impl.SessionImpl.beginTransaction(SessionImpl.java:1353)<br/>&#160;&#160;&#160;&#160;&#160;at org.jbpm.pvm.internal.tx.HibernateSessionResource.(HibernateSessionResource.java:44)<br/>&#160;&#160;&#160;&#160;&#160;at org.jbpm.pvm.internal.wire.descriptor.HibernateSessionDescriptor.construct(HibernateSessionDescriptor.java:87)<br/>&#160;&#160;&#160;&#160;&#160;at org.jbpm.pvm.internal.wire.WireContext.construct(WireContext.java:469)<br/>&#160;&#160;&#160;&#160;&#160;at org.jbpm.pvm.internal.wire.WireContext.create(WireContext.java:448)<br/>&#160;&#160;&#160;&#160;&#160;at org.jbpm.pvm.internal.wire.WireContext.create(WireContext.java:437)<br/></pre></span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Can anybody verify and give me tips why this error is occurring?</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/545533#545533">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>