<!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;">
    JBPM Console Process List Error
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/tcharman">Timothy Charman</a> in <i>jBPM</i> - <a href="https://community.jboss.org/message/723692#723692">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><br/>I've tried installing JBPM console 5.2 (downloaded war) and 5.3 (compiled myself with maven) at separate times.&#160; I am running in JBoss AS 7.0.2.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>In both cases I changed the login provider to be JAAS filesystem based/container managed.&#160; I also changed the persistence to use MySQL through a JNDI datasource.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>If anyone has any ideas it would be much, much appreciated.&#160; I just want to see my process in the web UI console.&#160; Please <span> :) </span>.</p><h4>Dom4j Error</h4><p>In both versions I get:</p><p>Caused by: org.dom4j.DocumentException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory Nested exception: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory</p><p>when deploying jbpm-gwt-console-server.&#160; To remedy this, I removed both dom4j jars (1.6 and 1.6.1) from WEB-INF/lib in the jbpm-gwt-console-server.&#160; This lets me get past deployment.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I can log in to JBPM console server with no errors.&#160; I get an error in rendering the task pane, but that seems to go away after the first time it renders.&#160; I would paste it here, but the error has not occurred since I set the process pane to be default on login.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><h4>Errors in Console Server Process Pane </h4><p>I navigate to the process pane, hit refresh, and in both versions (5.2 and 5.3) I get an error.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>5.2 gives this error:</strong></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="font-family: 'courier new', courier;">19:03:49,119 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/gwt-console-server].[Resteasy]] (http--0.0.0.0-8080-7) Servlet.service() for servlet Resteasy threw exception: org.jboss.resteasy.spi.UnhandledException: java.lang.RuntimeException: Could not initialize stateful knowledge session: No Persistence provider for EntityManager named org.jbpm.persistence.jpa</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>5.3 gives this error:</strong></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="font-family: 'courier new', courier;">21:51:50,067 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/gwt-console-server].[Resteasy]] (http--0.0.0.0-8080-4) Servlet.service() for servlet Resteasy threw exception: org.jboss.resteasy.spi.UnhandledException: java.lang.NoClassDefFoundError: Could not initialize class org.jbpm.integration.console.StatefulKnowledgeSessionUtil$SessionHolder</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><h4>Persistence Config</h4><p>In both cases Hibernate is set to create the database, and the tables do get created.&#160; I also set showsql to true, and I can see the database being created.</p><h5>hibernate.cfg.xml</h5><p>In the jbpm-gwt-console-server jar my WEB-INF/classes/META-INF/hibernate.cfg.xml looks like this:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="font-family: 'courier new', courier;">&lt;?xml version='1.0' encoding='utf-8'?&gt;</span></p><p><span style="font-family: 'courier new', courier;">&lt;!DOCTYPE hibernate-configuration PUBLIC</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; "-//Hibernate/Hibernate Configuration DTD 3.0//EN"</span></p><p><span style="font-family: 'courier new', courier;"><span>&#160;&#160;&#160;&#160;&#160;&#160;&#160; "</span><a class="jive-link-external-small" href="http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd" target="_blank">http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd</a><span>"&gt;</span></span></p><p><span style="font-family: 'courier new', courier;">&lt;hibernate-configuration&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; &lt;session-factory&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;!-- Database connection settings --&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="connection.datasource"&gt;java:jboss/datasources/jbpm&lt;/property&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;!-- JDBC connection pool (use the built-in) --&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="connection.pool_size"&gt;1&lt;/property&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;!-- SQL dialect --&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="dialect"&gt;org.hibernate.dialect.MySQLDialect&lt;/property&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;!-- Enable Hibernate's automatic session context management --&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="current_session_context_class"&gt;thread&lt;/property&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;!-- Disable the second-level cache&#160; --&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="cache.provider_class"&gt;org.hibernate.cache.NoCacheProvider&lt;/property&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;!-- Echo all executed SQL to stdout --&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="show_sql"&gt;true&lt;/property&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;!-- Drop and re-create the database schema on startup --&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;property name="hbm2ddl.auto"&gt;create&lt;/property&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;mapping resource="AuditLog.hbm.xml"/&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; &lt;/session-factory&gt;</span></p><p><span style="font-family: 'courier new', courier;">&lt;/hibernate-configuration&gt;</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><h5>persistence.xml</h5><p>and my WEB-INF/classes/META-INF/persistence.xml looks like this (5.2):</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="font-family: 'courier new', courier;">&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;</span></p><p><span style="font-family: 'courier new', courier;">&lt;persistence version="1.0"</span></p><p><span style="font-family: 'courier new', courier;"><span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; xsi:schemaLocation="</span><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/persistence" target="_blank">http://java.sun.com/xml/ns/persistence</a></span></p><p><span style="font-family: 'courier new', courier;"><span>&#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><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" target="_blank">http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd</a></span></p><p><span style="font-family: 'courier new', courier;"><span>&#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><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/persistence/orm" target="_blank">http://java.sun.com/xml/ns/persistence/orm</a></span></p><p><span style="font-family: 'courier new', courier;"><span>&#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><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/persistence/orm_1_0.xsd" target="_blank">http://java.sun.com/xml/ns/persistence/orm_1_0.xsd</a><span>"</span></span></p><p><span style="font-family: 'courier new', courier;"><span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; xmlns:orm="</span><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/persistence/orm" target="_blank">http://java.sun.com/xml/ns/persistence/orm</a><span>"</span></span></p><p><span style="font-family: 'courier new', courier;"><span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; xmlns:xsi="</span><a class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a><span>"</span></span></p><p><span style="font-family: 'courier new', courier;"><span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; xmlns="</span><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/persistence" target="_blank">http://java.sun.com/xml/ns/persistence</a><span>"&gt;</span></span></p><p><span style="font-family: 'courier new', courier;">&#160; &lt;persistence-unit name="org.jbpm.persistence.jpa" transaction-type="JTA"&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; &lt;provider&gt;org.hibernate.ejb.HibernatePersistence&lt;/provider&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; &lt;jta-data-source&gt;java:jboss/datasources/jbpm&lt;/jta-data-source&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; &lt;mapping-file&gt;META-INF/JBPMorm.xml&lt;/mapping-file&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; &lt;class&gt;org.jbpm.persistence.processinstance.ProcessInstanceInfo&lt;/class&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; &lt;class&gt;org.drools.persistence.info.SessionInfo&lt;/class&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; &lt;class&gt;org.drools.persistence.info.WorkItemInfo&lt;/class&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; &lt;properties&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160; &lt;property name="hibernate.dialect" value="org.hibernate.dialect.MySQLDialect"/&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160; &lt;property name="hibernate.max_fetch_depth" value="3"/&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160; &lt;property name="hibernate.hbm2ddl.auto" value="create" /&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160; &lt;property name="hibernate.show_sql" value="true" /&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160; &lt;property name="hibernate.transaction.manager_lookup_class" value="org.jbpm.integration.console.JBPMTransactionManager" /&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; &lt;/properties&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160; &lt;/persistence-unit&gt;</span></p><p><span style="font-family: 'courier new', courier;">&lt;/persistence&gt;</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="font-family: arial, helvetica, sans-serif;">and like this in 5.3:</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="font-family: 'courier new', courier;">&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;</span></p><p><span style="font-family: 'courier new', courier;">&lt;persistence</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; version="1.0"</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; xsi:schemaLocation=</span></p><p><span style="font-family: 'courier new', courier;"><span>&#160;&#160;&#160;&#160;&#160;&#160;&#160; "</span><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/persistence" target="_blank">http://java.sun.com/xml/ns/persistence</a></span></p><p><span style="font-family: 'courier new', courier;"><span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </span><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" target="_blank">http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd</a></span></p><p><span style="font-family: 'courier new', courier;"><span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </span><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/persistence/orm" target="_blank">http://java.sun.com/xml/ns/persistence/orm</a></span></p><p><span style="font-family: 'courier new', courier;"><span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </span><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/persistence/orm_1_0.xsd" target="_blank">http://java.sun.com/xml/ns/persistence/orm_1_0.xsd</a><span>"</span></span></p><p><span style="font-family: 'courier new', courier;"><span>&#160;&#160;&#160; xmlns:orm="</span><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/persistence/orm" target="_blank">http://java.sun.com/xml/ns/persistence/orm</a><span>"</span></span></p><p><span style="font-family: 'courier new', courier;"><span>&#160;&#160;&#160; xmlns:xsi="</span><a class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a><span>"</span></span></p><p><span style="font-family: 'courier new', courier;"><span>&#160;&#160;&#160; xmlns="</span><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/persistence" target="_blank">http://java.sun.com/xml/ns/persistence</a><span>"&gt;</span></span></p><p><span style="font-family: 'courier new', courier;">&#160; &lt;persistence-unit name="org.jbpm.persistence.jpa" transaction-type="JTA"&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; &lt;provider&gt;org.hibernate.ejb.HibernatePersistence&lt;/provider&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; &lt;jta-data-source&gt;java:jboss/datasources/jbpm&lt;/jta-data-source&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; &lt;mapping-file&gt;META-INF/JBPMorm.xml&lt;/mapping-file&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; &lt;class&gt;org.jbpm.persistence.processinstance.ProcessInstanceInfo&lt;/class&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; &lt;class&gt;org.drools.persistence.info.SessionInfo&lt;/class&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; &lt;class&gt;org.drools.persistence.info.WorkItemInfo&lt;/class&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; &lt;class&gt;org.jbpm.process.audit.ProcessInstanceLog&lt;/class&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; &lt;class&gt;org.jbpm.process.audit.NodeInstanceLog&lt;/class&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; &lt;class&gt;org.jbpm.process.audit.VariableInstanceLog&lt;/class&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; &lt;properties&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160; &lt;property name="hibernate.dialect" value="org.hibernate.dialect.MySQLDialect"/&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160; &lt;property name="hibernate.max_fetch_depth" value="3"/&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160; &lt;property name="hibernate.hbm2ddl.auto" value="create" /&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160; &lt;property name="hibernate.show_sql" value="true" /&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160; &lt;property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransactionManagerLookup" /&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; &lt;/properties&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160; &lt;/persistence-unit&gt; </span></p><p><span style="font-family: 'courier new', courier;">&lt;/persistence&gt;</span></p><h5><span style="font-family: 'courier new', courier;">JBPMorm.xml</span></h5><p>and finally my WEB-INF/classes/META-INF/JBPMorm.xml looks like this:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="font-family: 'courier new', courier;">&lt;?xml version="1.0" encoding="UTF-8"?&gt;</span></p><p><span style="font-family: 'courier new', courier;"><span>&lt;entity-mappings xmlns="</span><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/persistence/orm" target="_blank">http://java.sun.com/xml/ns/persistence/orm</a><span>"</span></span></p><p><span style="font-family: 'courier new', courier;"><span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; xmlns:xsi="</span><a class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a><span>"</span></span></p><p><span style="font-family: 'courier new', courier;"><span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; xsi:schemaLocation="</span><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/persistence/orm" target="_blank">http://java.sun.com/xml/ns/persistence/orm</a><span> orm_1_0.xsd"</span></span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; version="2.0"&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160; &lt;named-query name="ProcessInstancesWaitingForEvent"&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;query&gt;</span></p><p><span style="font-family: 'courier new', courier;">select</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; processInstanceInfo.processInstanceId</span></p><p><span style="font-family: 'courier new', courier;">from</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; ProcessInstanceInfo processInstanceInfo join processInstanceInfo.eventTypes eventTypes</span></p><p><span style="font-family: 'courier new', courier;">where</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; eventTypes = :type</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/query&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160; &lt;/named-query&gt;</span></p><p><span style="font-family: 'courier new', courier;">&lt;sql-result-set-mapping name="ProcessInstancesWaitingForEvent.mapping"&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160; &lt;column-result name="InstanceId" /&gt;</span></p><p><span style="font-family: 'courier new', courier;">&lt;/sql-result-set-mapping&gt;</span></p><p><span style="font-family: 'courier new', courier;">&lt;entity class="org.jbpm.persistence.processinstance.ProcessInstanceInfo"&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; &lt;attributes&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;element-collection name="eventTypes"&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;collection-table name="EventTypes"&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;join-column name="InstanceId" /&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/collection-table&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/element-collection&gt;</span></p><p><span style="font-family: 'courier new', courier;">&#160;&#160;&#160; &lt;/attributes&gt;</span></p><p><span style="font-family: 'courier new', courier;">&lt;/entity&gt; </span></p><p><span style="font-family: 'courier new', courier;">&lt;/entity-mappings&gt;</span></p><h5>JBPMorm.xml error</h5><p>Here you will see that I followed someone's (I forget whose) note that suggests changing JBPMorm.xml following getting this error:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="font-family: 'courier new', courier;">Caused by: org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: ProcessInstanceInfo, for columns: [org.hibernate.mapping.Column(eventTypes)]</span></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/723692#723692">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>