what's your persistence.xml file configuration, maybe it is missing one of the mapping files that defines ProcessInstanceInfo entity? make sure that your persistance.xml contains this mapping file as well: <mapping-file>META-INF/ProcessInstanceInfo.hbm.xml</mapping-file>
HTH