Martin Grigorov created ISIS-1107:
-------------------------------------
Summary: Register Guice Injector in Wicket before trying to inject
the application's dependencies
Key: ISIS-1107
URL: https://issues.apache.org/jira/browse/ISIS-1107
Project: Isis
Issue Type: Improvement
Components: Core: Viewer: Wicket
Affects Versions: core-1.8.0
Reporter: Martin Grigorov
Assignee: Martin Grigorov
Priority: Minor
https://github.com/apache/isis/blob/master/core/viewer-wicket/impl/src/main/java/org/apache/isis/viewer/wicket/viewer/IsisWicketApplication.java#L255
tries to inject the members/dependencies of IsisWicketApplication before the
Injector is registered in Wicket-IOC.
This doesn't allow usage of the new GuiceBeanProvider in the dependencies,
because it needs to extract Guice Injector from the Application threadlocal.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)