<!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 CR1 eclipse tooling demo problem
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/8forty">keith freeman</a> in <i>jBPM</i> - <a href="http://community.jboss.org/message/585041#585041">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hello,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span>I'm following the steps in the screencast (</span><a class="jive-link-external-small" href="http://people.redhat.com/kverlaen/install-eclipse-jbpm.swf" target="_blank">http://people.redhat.com/kverlaen/install-eclipse-jbpm.swf</a><span>), and when I get to the step to enter "krisv" into the "Human Task View" and press "Refresh", I only get a short pause and a dialog titled "Task View" that says "Could not connect to task server, refresh first".&#160; I have made several attempts.&#160; The log messages on the ant start.demo console are:</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="padding-left: 30px;">...</p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">start.human.task:</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160; [mkdir] Created dir: /home/mantis/jbpm5/task-service/target</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160; [javac] /home/mantis/jbpm5/build.xml:525: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160; [javac] Compiling 1 source file to /home/mantis/jbpm5/task-service/target</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160; [javac] /home/mantis/jbpm5/task-service/src/org/jbpm/DemoTaskService.java:49: warning: [unchecked] unchecked cast</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160; [javac] found&#160;&#160; : java.lang.Object</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160; [javac] required: java.util.Map&lt;java.lang.String,org.jbpm.task.User&gt;</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160; [javac]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Map&lt;String, User&gt; users = ( Map&lt;String, User&gt; ) eval( reader, vars );&#160;&#160; </span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160; [javac]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ^</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160; [javac] /home/mantis/jbpm5/task-service/src/org/jbpm/DemoTaskService.java:54: warning: [unchecked] unchecked cast</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160; [javac] found&#160;&#160; : java.lang.Object</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160; [javac] required: java.util.Map&lt;java.lang.String,org.jbpm.task.Group&gt;</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160; [javac]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Map&lt;String, Group&gt; groups = ( Map&lt;String, Group&gt; ) eval( reader, vars );&#160;&#160;&#160;&#160; </span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160; [javac]&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ^</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160; [javac] Note: /home/mantis/jbpm5/task-service/src/org/jbpm/DemoTaskService.java uses or overrides a deprecated API.</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160; [javac] Note: Recompile with -Xlint:deprecation for details.</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160; [javac] 2 warnings</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160;&#160; [copy] Copying 2 files to /home/mantis/jbpm5/task-service/target</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160;&#160; [java] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160;&#160; [java] SLF4J: Defaulting to no-operation (NOP) logger implementation</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;"><span>&#160;&#160;&#160;&#160; [java] SLF4J: See </span><a class="jive-link-external-small" href="http://www.slf4j.org/codes.html#StaticLoggerBinder" target="_blank">http://www.slf4j.org/codes.html#StaticLoggerBinder</a><span> for further details.</span></span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160;&#160; [java] Task service started correctly !</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160;&#160; [java] Task service running ...</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160;&#160; [java] [2011:02:33 17:02:16:debug] Message receieved on server : RegisterForEventRequest</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160;&#160; [java] [2011:02:33 17:02:17:debug] Arguments : [org.jbpm.task.event.TaskEventKey@21fbc818, false, org.drools.process.workitem.wsht.WSHumanTaskHandler]</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160;&#160; [java] [2011:02:33 17:02:18:debug] Message receieved on server : RegisterForEventRequest</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160;&#160; [java] [2011:02:33 17:02:18:debug] Arguments : [org.jbpm.task.event.TaskEventKey@4e8089a6, false, org.drools.process.workitem.wsht.WSHumanTaskHandler]</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160;&#160; [java] [2011:02:33 17:02:19:debug] Message receieved on server : RegisterForEventRequest</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160;&#160; [java] [2011:02:33 17:02:19:debug] Arguments : [org.jbpm.task.event.TaskEventKey@d7d9bd2e, false, org.drools.process.workitem.wsht.WSHumanTaskHandler]</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160;&#160; [java] [2011:02:33 17:02:34:debug] Message receieved on server : AddTaskRequest</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160;&#160; [java] [2011:02:33 17:02:35:debug] Arguments : [org.jbpm.task.Task@b40c0c1f, null]</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160;&#160; [java] [2011:02:33 17:02:678:debug] Message receieved on server : QueryTasksAssignedAsPotentialOwner</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160;&#160; [java] [2011:02:33 17:02:678:debug] Arguments : [krisv, en-UK]</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160;&#160; [java] [2011:02:33 17:02:473:debug] Message receieved on server : QueryTasksAssignedAsPotentialOwner</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160;&#160; [java] [2011:02:33 17:02:473:debug] Arguments : [krisv, en-UK]</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160;&#160; [java] [2011:02:33 17:02:381:debug] Message receieved on server : QueryTasksAssignedAsPotentialOwner</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160;&#160; [java] [2011:02:33 17:02:382:debug] Arguments : [krisv, en-UK]</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160;&#160; [java] [2011:02:33 17:02:918:debug] Message receieved on server : QueryTasksAssignedAsPotentialOwner</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160;&#160; [java] [2011:02:33 17:02:918:debug] Arguments : [krisv, en-UK]</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160;&#160; [java] [2011:02:33 17:02:457:debug] Message receieved on server : QueryTasksAssignedAsPotentialOwner</span></p><p style="padding-left: 30px;"><span style="font-family: 'courier new', courier; font-size: 8pt;">&#160;&#160;&#160;&#160; [java] [2011:02:33 17:02:457:debug] Arguments : [krisv, en-UK]</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Am I missing a step?</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/585041#585041">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>