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

@@ -33,7 +33,7 @@ namespace Orchard.Tests.Modules.Setup {
//hostContainer.Resolve<IAppDataFolder>().SetBasePath(_tempFolder);
//var host = (DefaultOrchardHost)hostContainer.Resolve<IOrchardHost>();
//_container = host.CreateShellContainer().BeginLifetimeScope();
//_container = host.CreateShellContainer_Obsolete().BeginLifetimeScope();
//var updater = new ContainerUpdater();
//updater.RegisterType<SetupController>();
//updater.Update(_container);