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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...