We are facing an issue with WebFlow when working under Java 8. It works fine with Java 7. We get the stacktrace as given below (given that all the inputs are the same from the screen):
org.springframework.webflow.execution.ActionExecutionException: Exception thrown executing org.codehaus.groovy.grails.webflow.engine.builder.ClosureInvokingAction@1f11a4e5 in state 'EDITED' of flow 'EDITED' -- action execution attributes were 'map[[empty]]'
at grails.plugin.cache.web.filter.PageFragmentCachingFilter.doFilter(PageFragmentCachingFilter.java:189)
at grails.plugin.cache.web.filter.AbstractFilter.doFilter(AbstractFilter.java:63)
We tried this with JDK 1.8.0_60 and Grails 2.5.1
We are facing an issue with WebFlow when working under Java 8. It works fine with Java 7. We get the stacktrace as given below (given that all the inputs are the same from the screen):
org.springframework.webflow.execution.ActionExecutionException: Exception thrown executing org.codehaus.groovy.grails.webflow.engine.builder.ClosureInvokingAction@1f11a4e5 in state 'EDITED' of flow 'EDITED' -- action execution attributes were 'map[[empty]]'
at grails.plugin.cache.web.filter.PageFragmentCachingFilter.doFilter(PageFragmentCachingFilter.java:189)
at grails.plugin.cache.web.filter.AbstractFilter.doFilter(AbstractFilter.java:63)
We tried this with JDK 1.8.0_60 and Grails 2.5.1