Community
Participate
Working Groups
I would like to be able to use Spring IOC to create controller instances. This should be possible by providing a custom IExecutableExtensionFactory implementation as described here : http://martinlippert.blogspot.com/2008/05/dependency-injecti on-for-extensions.html. This is not currently possible as the controller instance is created using the class.newInstance method rather than delegating to a factory method. See this forum post for additional details: http://www.eclipse.org/forums/index.php?t=msg&th=170100&start=0&
Bug is fixed in Riena 2.1.0.M1 or HEAD.