<!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: Human Task are not getting assigned
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/xenthik">Nitin Gupta</a> in <i>jBPM Development</i> - <a href="https://community.jboss.org/message/824174#824174">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>actually its not related with any process. its giveing problem with almost all process where human task is involve. my first doubt is :</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>as per the instruction @ <a class="jive-link-external-small" href="http://docs.jboss.org/jbpm/v5.4/userguide/ch.installer.html#d0e659">http://docs.jboss.org/jbpm/v5.4/userguide/ch.installer.html#d0e659</a> we need to create two database schema one is jbpm5 and other one is task, in my case only jbpm5 gets popluated, is it ok? task schema remains empty, </p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>what i have notice is configration for task schema is done in jbpm-installer\task-service\resources\META-INF\persistence.xml and when we start demo with ant command (ant start.demo), in the build.xml, it is not executing start.human.task which starts task service, further more in the jbpm-installer\task-service\resources\META-INF\persistence.xml, there is mapping file &lt;mapping-file&gt;META-INF/Taskorm.xml&lt;/mapping-file&gt; @ line no 11, but actually this file not exist. when i am trying to execute the following, i am getting this.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>d:\JBPM\jbpm-5.4.0.Final-installer-full\jbpm-installer&gt;ant start.human.task</p><p>Buildfile: d:\JBPM\jbpm-5.4.0.Final-installer-full\jbpm-installer\build.xml</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>start.human.task:</p><p>&#160;&#160;&#160; [javac] d:\JBPM\jbpm-5.4.0.Final-installer-full\jbpm-installer\build.xml:865</p><p>: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=las</p><p>t; set to false for repeatable builds</p><p>&#160;&#160;&#160;&#160; [java] Exception in thread "main" java.lang.Error: Unresolved compilation p</p><p>roblems:</p><p>&#160;&#160;&#160;&#160; [java]&#160;&#160;&#160;&#160; EntityManagerFactory cannot be resolved to a type</p><p>&#160;&#160;&#160;&#160; [java]&#160;&#160;&#160;&#160; Persistence cannot be resolved</p><p>&#160;&#160;&#160;&#160; [java]&#160;&#160;&#160;&#160; TaskService cannot be resolved to a type</p><p>&#160;&#160;&#160;&#160; [java]&#160;&#160;&#160;&#160; TaskService cannot be resolved to a type</p><p>&#160;&#160;&#160;&#160; [java]&#160;&#160;&#160;&#160; SystemEventListenerFactory cannot be resolved</p><p>&#160;&#160;&#160;&#160; [java]&#160;&#160;&#160;&#160; TaskServiceSession cannot be resolved to a type</p><p>&#160;&#160;&#160;&#160; [java]&#160;&#160;&#160;&#160; User cannot be resolved to a type</p><p>&#160;&#160;&#160;&#160; [java]&#160;&#160;&#160;&#160; User cannot be resolved to a type</p><p>&#160;&#160;&#160;&#160; [java]&#160;&#160;&#160;&#160; TaskService cannot be resolved</p><p>&#160;&#160;&#160;&#160; [java]&#160;&#160;&#160;&#160; User cannot be resolved to a type</p><p>&#160;&#160;&#160;&#160; [java]&#160;&#160;&#160;&#160; Group cannot be resolved to a type</p><p>&#160;&#160;&#160;&#160; [java]&#160;&#160;&#160;&#160; Group cannot be resolved to a type</p><p>&#160;&#160;&#160;&#160; [java]&#160;&#160;&#160;&#160; TaskService cannot be resolved</p><p>&#160;&#160;&#160;&#160; [java]&#160;&#160;&#160;&#160; Group cannot be resolved to a type</p><p>&#160;&#160;&#160;&#160; [java]&#160;&#160;&#160;&#160; UserGroupCallbackManager cannot be resolved</p><p>&#160;&#160;&#160;&#160; [java]&#160;&#160;&#160;&#160; MinaTaskServer cannot be resolved to a type</p><p>&#160;&#160;&#160;&#160; [java]&#160;&#160;&#160;&#160; MinaTaskServer cannot be resolved to a type</p><p>&#160;&#160;&#160;&#160; [java]</p><p>&#160;&#160;&#160;&#160; [java]&#160;&#160;&#160;&#160; at org.jbpm.DemoTaskService.main(DemoTaskService.java:25)</p><p>&#160;&#160;&#160;&#160; [java] Java Result: 1</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>BUILD SUCCESSFUL</p><p>Total time: 1 second</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/824174#824174">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in jBPM Development at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2035">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>