[jboss-user] [JBoss jBPM] - jBPM-BPEL - IntegrationConfigurator

rarondini do-not-reply at jboss.com
Thu Feb 12 11:45:16 EST 2009


Hi,

The jBPM fail on start JBoss and exist process instance with error. 

The error occurs when try to cast token.getNode() to Receive. The token.getNode() is returning an Invoke node. Follow code of the IntegrationControl.java 
 
 for (Iterator i = integrationSession.findReceiveTokens(processDefinition).iterator(); i.hasNext();) {
          Token token = (Token) i.next();
          Receive receive = (Receive) token.getNode();
          integrationService.jmsReceive(receive.getReceiveAction(), token, this, true);
}



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

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



More information about the jboss-user mailing list