This website requires JavaScript.
Explore
Help
Sign In
Spring
/
spring-statemachine
Watch
1
Star
0
Fork
0
You've already forked spring-statemachine
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d15493435d822d1d1d6859340a1e116108e38bb6
spring-statemachine
/
spring-statemachine-core
/
src
History
Lorin Metzger
d15493435d
When using the StateMachineBuilder outside of the springboot framework, it is not possible to create a timer trigger, because the taskScheduler is not set on the TimerTrigger/LifecycleObjectSupport when the AbstractStateMachineFactory is building the TimerTrigger. This results in a NullPointerException while building the StateMachine.
2016-03-02 08:14:16 +00:00
..
main/java/org/springframework
/statemachine
When using the StateMachineBuilder outside of the springboot framework, it is not possible to create a timer trigger, because the taskScheduler is not set on the TimerTrigger/LifecycleObjectSupport when the AbstractStateMachineFactory is building the TimerTrigger. This results in a NullPointerException while building the StateMachine.
2016-03-02 08:14:16 +00:00
test
Catch Throwable instead Exception
2016-02-20 09:48:18 +00:00