SpringWebApplicationFactory cannot load WA from parent bean factory
-------------------------------------------------------------------

                 Key: WICKET-1189
                 URL: https://issues.apache.org/jira/browse/WICKET-1189
             Project: Wicket
          Issue Type: Bug
          Components: wicket-spring
    Affects Versions: 1.3.0-rc1
            Reporter: Stepan Koltsov
            Priority: Minor


SpringWebApplicationFactory loads WAC using ac.getBeansOfType() method.

However, we have configuration: WA is declared in the application context that 
is parent to WebApplicationContext provided to SpringWebApplicationFactory. So 
ac.getBeansOfType() returns nothing and SpringWebApplicationFactory cannot get 
WebApplication instance.

BeanFactoryUtils#beansOfTypeIncludingAncestors should be used instead.

java.lang.IllegalStateException: bean of type 
[org.apache.wicket.protocol.http.WebApplication] not found
        at 
org.apache.wicket.spring.SpringWebApplicationFactory.createApplication(SpringWebApplicationFactory.java:105)
        at 
org.apache.wicket.spring.SpringWebApplicationFactory.createApplication(SpringWebApplicationFactory.java:85)
        at 
org.apache.wicket.protocol.http.WicketFilter.init(WicketFilter.java:485)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to