We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
./grailsw schema-export throws:
./grailsw schema-export
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'urlMappingFilter' . . . Caused by: java.lang.IllegalStateException: No WebApplicationContext found: no ContextLoaderListener registered? at org.springframework.web.context.support.WebApplicationContextUtils.getRequiredWebApplicationContext(WebApplicationContextUtils.java:85) at org.zkoss.zk.grails.web.ZULUrlMappingsFilter.initFilterBean(ZULUrlMappingsFilter.java:105) at org.springframework.web.filter.GenericFilterBean.afterPropertiesSet(GenericFilterBean.java:174) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800) ... 21 common frames omitted
The text was updated successfully, but these errors were encountered:
Remove beans to depend on zkspringboot (#16)
23be1f8
- By extension fixes #22 as urlMappingFilter will not be used
maiconandsilva
No branches or pull requests
./grailsw schema-export
throws:The text was updated successfully, but these errors were encountered: