[jboss-user] [JBoss jBPM] - Error in query GraphSession.findTokensForProcessInNode ?

jbarrez do-not-reply at jboss.com
Fri Apr 4 09:40:15 EDT 2008


Could it be that there is a small error in this query (found in hibernate.queries.hbm.xml)?

  <query name="GraphSession.findTokensForProcessInNode">
  |     <![CDATA[
  |       select token
  |       from org.jbpm.graph.exe.Token token
  |       where token.processInstance.processDefinition.name = :processDefinitionName
  |         and node.name = :nodeName
  |     ]]>
  |   </query>

I believe the text in bold should be token.node.name = :nodeName.

Am I correct?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141651#4141651

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141651



More information about the jboss-user mailing list