<!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;">
    jBPM 5.2 setup on Jboss7.1b error
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/pushpak1981">Tony D</a> in <i>jBPM</i> - <a href="http://community.jboss.org/message/643936#643936">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>I have installed jBPM 5.2 on Jboss 7.1b. I modified the following files to point to my oracle 11g database.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>1. standalone.xml</p><p>2. jbpm-gwt-console-server.war</p><p>&#160;&#160;&#160;&#160; a. persistence.xml</p><p>&#160;&#160;&#160;&#160; b. hibernate.cfg.xml</p><p>&#160;&#160;&#160;&#160; c. JBPMorm.xml</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>After starting the server JPA is loaded and the following error occurs:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>18:50:18,828 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC00001: Failed to start service jboss.persistenceunit."jbpm-gwt-console-server.war#org.jbpm.persistence.jpa": org.jboss.msc.service.StartException in service jboss.persistenceunit."j</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1780) [jboss-msc-1.0.1.GA.jar:]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) [:1.6.0_03]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) [:1.6.0_03]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.Thread.run(Thread.java:619) [:1.6.0_03]</p><p>Caused by: javax.persistence.PersistenceException: [PersistenceUnit: org.jbpm.persistence.jpa] Unable to build EntityManagerFactory</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:914)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:890)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:73)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.createContainerEntityManagerFactory(PersistenceUnitServiceImpl.java:149)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.start(PersistenceUnitServiceImpl.java:79)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824) [jboss-msc-1.0.1.GA.jar:]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759) [jboss-msc-1.0.1.GA.jar:]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; ... 3 more</p><p>Caused by: org.hibernate.MappingException: Could not determine type for: java.util.Set, at table: ProcessInstanceInfo, for columns: [org.hibernate.mapping.Column(eventTypes)]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.hibernate.mapping.SimpleValue.getType(SimpleValue.java:304)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.hibernate.mapping.SimpleValue.isValid(SimpleValue.java:288)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.hibernate.mapping.Property.isValid(Property.java:216)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.hibernate.mapping.PersistentClass.validate(PersistentClass.java:467)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.hibernate.mapping.RootClass.validate(RootClass.java:268)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.hibernate.cfg.Configuration.validate(Configuration.java:1287)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1718)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.hibernate.ejb.EntityManagerFactoryImpl.&lt;init&gt;(EntityManagerFactoryImpl.java:76)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:905)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; ... 9 more</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Is there anything wrong in the configuration.</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/643936#643936">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>