Gary Struthers [http://community.jboss.org/people/GaryS] created the discussion

"Re: Persistence config for task and session fails"

To view the discussion, visit: http://community.jboss.org/message/620870#620870

--------------------------------------------------------------
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
[http://community.jboss.org/message/620870#620870]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to