JBoss Community

Re: Persistence config for task and session fails

created by Gary Struthers in jBPM - View the full discussion

When using both persistence units I have to use a fully qualified classname in orm.xml

      <named-query name="ProcessInstancesWaitingForEvent">

          <query>

select

    processInstanceInfo.processInstanceId

from

    org.jbpm.persistence.processinstance.ProcessInstanceInfo processInstanceInfo

where

    :type in elements(processInstanceInfo.eventTypes)

          </query>

      </named-query>

Reply to this message by going to Community

Start a new discussion in jBPM at Community