Reimplementing DefaultShellContainerFactory : IShellContainerFactory

Based on new interface which takes ShellTopology and returns ILifetimeScope
Other partial changes to DefaultOrchardHost
Several tests and web app currently broken

--HG--
branch : dev
This commit is contained in:
Louis DeJardin
2010-04-15 00:52:58 -07:00
parent a302fefbdf
commit 122ea0b629
11 changed files with 440 additions and 131 deletions

View File

@@ -136,7 +136,7 @@ namespace Orchard.Setup.Controllers {
_tenantManager.SaveSettings(shellSettings);
_orchardHost.Reinitialize();
_orchardHost.Reinitialize_Obsolete();
// redirect to the welcome page.
return Redirect("~/");