[
http://jira.jboss.com/jira/browse/JBPM-1154?page=comments#action_12415574 ]
Len DiMaggio commented on JBPM-1154:
------------------------------------
It's fixed in cvs head - when will 3.2.3 be available?
cvs -d :pserver:anonymous@anoncvs.forge.jboss.com:/cvsroot/jbpm co jbpm.3
public void testTransitionAction() {
// The next process is a variant of the hello world process.
// We have added an action on the transition from state s
// to the end-state. The purpose of this test is to show
// how easy it is to integrate java code in a jBPM process.
ProcessDefinition processDefinition = ProcessDefinition.parseXmlString(
"<process-definition>" +
" <start-state>" +
" <transition to='s' />" +
" </start-state>" +
" <state name='s'>" +
" <transition to='end'>" +
" <action class='org.jbpm.examples.action.MyActionHandler'
/>" +
" </transition>" +
" </state>" +
" <end-state name='end' />" +
"</process-definition>"
);
jBPM example "action" - wrong package name referenced in
JUnit tests
--------------------------------------------------------------------
Key: JBPM-1154
URL:
http://jira.jboss.com/jira/browse/JBPM-1154
Project: JBoss jBPM
Issue Type: Bug
Components: Training
Affects Versions: jBPM jPDL 3.2.2
Reporter: Len DiMaggio
Assigned To: Tom Baeyens
Priority: Minor
Fix For: jBPM jPDL 3.2.3
Project issue for
http://jira.jboss.com/jira/browse/SOA-481
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira