-
Notifications
You must be signed in to change notification settings - Fork 627
@WithStateMachine may register too many processors #370
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
Comments
maybe i should ask in stackoverflow, but stackoverflow is not available in china. some external js failed to load, and cannot sign up! |
This is a some sort of a bug I need to fix. It's caused by you using
Proper way to register statemachine with a non-default bean name is(without using
Which then works correctly with Anyway, afaik it should not break like this and there's is some sort of bug around registration I need to fix. Thanks for finding this! |
- Change processor registration so that if @WithStateMachine is used with 'id', 'name' is skipped because it defaults to 'stateMachine' and would cause extra registration. - Fixes spring-projects#370
Merged per 1dd3790 |
hi admin
i am newer of ssm, and i write the simple example of "quick start".
when i run, i found the MyBean with @WithStateMachine run tiwce,it's depressing!
can help me? (english is poor, sorry)
logs
code is show below
The text was updated successfully, but these errors were encountered: