You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using history="invalidate" results in ConversionExecutorNotFoundException where target class is org.springframework.webflow.engine.History [SWF-1250]
#1774
This issue was resolved by removing the need for the StringToLabeledEnumConverter by turning subtypes of LabeledEnum (deprecated) into actual Java 5 enum types.
Rossen Stoyanchev opened SWF-1250 and commented
This would have been handled previously by the StringToLabeledEnum converter.
Affects: 2.1.0.RC1
The text was updated successfully, but these errors were encountered: