<!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="https://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;">
    Re: Spring 3 & jBPM 5 & LocalTaskService
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/jbize">John Bize</a> in <i>jBPM</i> - <a href="https://community.jboss.org/message/773644#773644">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Maciej,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I appreciate your responding tho this.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Just FYI, I can't post code snippets, because my project is on an isolated network.&#160; In fact, I can only import non-beta libraries.&#160; Anything else has to be typed in.&#160; So if you know of software or examples, please point me to any JARs I would need and not only test code on github.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I've found some posts indicating some of the same problems, but there don't appear to me a lot of people using the LocalTaskService too.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>My project stack is:</p><ul><li style="text-align: start;">Spring 3.1.0.RELEASE</li><li style="text-align: start;">jBPM 5.2.0.Final</li><li style="text-align: start;">Drools 5.3.1.Final</li><li style="text-align: start;">Richfaces 4.2.2.Final</li><li style="text-align: start;">Hibernate 3.5.6-Final</li><li style="text-align: start;">Java 1.6 (Weblogic 10.3.4 or Tomcat 6)</li></ul><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I started with three separate but related persistence units, one for each of the jBPM Process, the jBPM Task, and my own Application data.&#160; I tried to use JTA, but ran into: java.lang.IllegalStateException: A JTA EntityManager cannot use getTransaction()</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I'm running in a Weblogic container, but all my dependencies are in my WAR. (i.e. It will run in Tomcat too.)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>So, I consolidated all of my persistence units into one, and used the Spring JPA Transaction Manager (&lt;tx:annotation-driven...).&#160; That seemed to work until I realized that there were some pretty serious race conditions.&#160; It looks like the jBPM has wrappers that aren't respcting the Spring Transaction boundaries.&#160; For example, if I'm reading TaskInfos while someone is processing one of the Tasks, I get errors instead of the current data.&#160; Data from the two transactions should not interact.&#160; It looks like stuff is being partially committed beyond my control.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Idealy, I would be able to enable JTA transactions in my application and just let transactions for the original three Persistence Units be managed properly.&#160; Alternatively, it might work if I left the PUs combined, but somehow disabled jBPM transaction management, instead setting the @Transactional boundaries only in my service layer APIs.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I hope you can shed some light, offer up configuration and code examples, or even a tutorial.&#160; If upgrading to the latest jBPM, Hibernate, and Spring would solve all my problems, I would happily go that route. </p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Thanks very much,</p><p>John</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/773644#773644">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in jBPM at <a href="https://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>