<!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;">
    Re: jBPM5 Console Integration with Tomcat6
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/aminmc">Amin Mohammed-Coleman</a> in <i>jBPM</i> - <a href="http://community.jboss.org/message/595437#595437">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>Finally i got it working...it was a tearful moment.&#160; I had to make changes to one of the libs within the console server as it was using a different datasource.&#160; However I have a few questions from running the console (apologies for writing this on this thread):</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>1) I am using JPAWorkingMemoryDbLogger to track changes and I was wondering what the best practice is for this.&#160; Currently I have some code that instantiates the JPAWorkingMemoryDbLogger on construction of the StatefulKnowledgeSession and then have some methods such as</p><p>&#160; </p><p> class A {</p><p>&#160; </p><p>&#160; public A () {</p><p>&#160;&#160; ..initialise ksession</p><p>&#160;&#160; .. create JPAWorkingMemoryDbLogger (ksession);</p><p>&#160; }</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160; startProcess(String processName) {</p><p>&#160;&#160;&#160;&#160; ksession.start(...);</p><p>&#160;&#160;&#160;&#160;&#160; ksession.dispose();</p><p>&#160;&#160;&#160;&#160; </p><p>&#160; }</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160; void action (String actionName) {</p><p>&#160;&#160; ksession.signal(..);</p><p>&#160;&#160;&#160; ksession.dispose();</p><p>&#160; }</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>}</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Is this the write approach or should i create a JPAWorkingMemoryDbLogger for each method call and then dispose after the method execution. (I noticed with this approach i was getting double processinstancelog entries for a given process instance).</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>2) On my diagram i have a event based gateway which has 2 event flows.&#160; On start of the process when i check the diagram i see a red arrow for both messages.&#160; When I follow a path for a given event I notice that there is still a red arrow for the event path that i didn't take.&#160; Is there something I can do to stop this?&#160; I noticed that code collections activeNodeInstances based on type (EXIT or ENTERED).&#160; Not sure what approach it should be as it is misleading as I have taken a given path.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>3) I notice that the rest API has a list of active nodes and the jbpm console makes a call to get the active nodes and then does some parsing to generate the image.&#160; Is there a way to get the image (with the red arrow) via the rest api?</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Any help would be appreciated...again <span> :) </span>!</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/595437#595437">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>