Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FlowExecutionManager.createFlow broken [SWF-21] #959

Closed
spring-operator opened this issue May 16, 2005 · 1 comment
Closed

FlowExecutionManager.createFlow broken [SWF-21] #959

spring-operator opened this issue May 16, 2005 · 1 comment

Comments

@spring-operator
Copy link
Contributor

Steven Bazyl opened SWF-21 and commented

When using a single FlowExecutionManager for a web app, createFlowExecution is broken. The flow is supplied as a parameter, which is then ignored to get the preconfigure instance flow (which is null...)

protected FlowExecution createFlowExecution(Flow flow) {
return new FlowExecutionImpl(getFlow(),
getListeners(), getTransactionSynchronizer());
}

Should use the flow supplied as parameter instead of getFlow().

Hmmm....seems like the latest round of changes in preparation for PR3 introduced a lot of little bugs (this is my 3rd or 4th issue in the past day..all just little mistakes like this) I still love SWF of course and appreciate all the hard work, but I'd like to see a bit more stability in CVS :)


No further details from SWF-21

@spring-operator
Copy link
Contributor Author

Erwin Vervaet commented

Yes, we went through a bit of an unstable period leading up to PR3. Anyway, this was fixed in PR3 so I'm closing the this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant