Click here to Skip to main content
15,896,359 members
Articles / Desktop Programming / Windows Forms

Visual Application Launcher

Rate me:
Please Sign up or sign in to vote.
4.91/5 (37 votes)
23 Jan 2012CPOL23 min read 108.1K   3.7K   116  
A WinForms UI using WCF services, Entity Framework, repository data access, repository caching, Unit of Work, Dependency Injection, and every other buzz work you can think of!
2012-01-03 09:38:46,142 [12] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Acquiring stream from pool. 172.16.22.30:11211
2012-01-03 09:38:46,204 [12] DEBUG Enyim.Caching.Memcached.PooledSocket - Socket 1bc048d0-0dde-4234-991d-9e484b5a3ab6 was reset
2012-01-03 09:38:46,204 [12] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Socket was reset. 1bc048d0-0dde-4234-991d-9e484b5a3ab6
2012-01-03 09:38:46,204 [12] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Releasing socket 1bc048d0-0dde-4234-991d-9e484b5a3ab6
2012-01-03 09:38:46,204 [12] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Are we alive? True
2012-01-03 09:38:46,220 [12] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Acquiring stream from pool. 172.16.22.30:11211
2012-01-03 09:38:46,220 [12] DEBUG Enyim.Caching.Memcached.PooledSocket - Socket 1bc048d0-0dde-4234-991d-9e484b5a3ab6 was reset
2012-01-03 09:38:46,220 [12] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Socket was reset. 1bc048d0-0dde-4234-991d-9e484b5a3ab6
2012-01-03 09:38:46,220 [12] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Releasing socket 1bc048d0-0dde-4234-991d-9e484b5a3ab6
2012-01-03 09:38:46,220 [12] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Are we alive? True
2012-01-03 09:38:46,220 [12] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-03 09:39:01,032 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 09:39:01,032 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 09:39:01,032 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 09:39:01,032 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 09:39:01,032 [19] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 09:39:01,032 [19] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetUsers()
2012-01-03 09:39:01,064 [19] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetUsers()
2012-01-03 09:42:25,764 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 09:42:25,764 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 09:42:25,764 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 09:42:25,764 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 09:42:25,764 [19] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 09:42:25,764 [19] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.GroupTypeDomainService - VAL.Model.Entities.GroupType[] GetGroupTypes()
2012-01-03 09:42:25,795 [19] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.GroupTypeDomainService - VAL.Model.Entities.GroupType[] GetGroupTypes()
2012-01-03 09:42:28,217 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 09:42:28,217 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 09:42:28,217 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 09:42:28,217 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 09:42:28,217 [19] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 09:42:28,217 [19] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetGroupUsers(Int32)
2012-01-03 09:42:28,248 [19] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetGroupUsers(Int32)
2012-01-03 09:42:28,592 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 09:42:28,592 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 09:42:28,592 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 09:42:28,592 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 09:42:28,592 [19] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 09:42:28,592 [19] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-03 09:42:28,592 [19] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Acquiring stream from pool. 172.16.22.30:11211
2012-01-03 09:42:28,592 [19] DEBUG Enyim.Caching.Memcached.PooledSocket - Socket 1bc048d0-0dde-4234-991d-9e484b5a3ab6 was reset
2012-01-03 09:42:28,592 [19] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Socket was reset. 1bc048d0-0dde-4234-991d-9e484b5a3ab6
2012-01-03 09:42:28,592 [19] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Releasing socket 1bc048d0-0dde-4234-991d-9e484b5a3ab6
2012-01-03 09:42:28,592 [19] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Are we alive? True
2012-01-03 09:42:28,623 [19] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Acquiring stream from pool. 172.16.22.30:11211
2012-01-03 09:42:28,623 [19] DEBUG Enyim.Caching.Memcached.PooledSocket - Socket 1bc048d0-0dde-4234-991d-9e484b5a3ab6 was reset
2012-01-03 09:42:28,623 [19] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Socket was reset. 1bc048d0-0dde-4234-991d-9e484b5a3ab6
2012-01-03 09:42:28,623 [19] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Releasing socket 1bc048d0-0dde-4234-991d-9e484b5a3ab6
2012-01-03 09:42:28,623 [19] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Are we alive? True
2012-01-03 09:42:28,623 [19] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-03 09:42:41,670 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 09:42:41,670 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 09:42:41,670 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 09:42:41,670 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 09:42:41,670 [19] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 09:42:41,670 [19] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.GroupTypeDomainService - VAL.Model.Entities.GroupType[] GetGroupTypes()
2012-01-03 09:42:41,701 [19] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.GroupTypeDomainService - VAL.Model.Entities.GroupType[] GetGroupTypes()
2012-01-03 09:42:47,795 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 09:42:47,795 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 09:42:47,795 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 09:42:47,795 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 09:42:47,795 [19] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 09:42:47,795 [19] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetGroupUsers(Int32)
2012-01-03 09:42:47,811 [19] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetGroupUsers(Int32)
2012-01-03 09:42:48,154 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 09:42:48,154 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 09:42:48,154 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 09:42:48,154 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 09:42:48,154 [19] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 09:42:48,154 [19] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-03 09:42:48,154 [19] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Acquiring stream from pool. 172.16.22.30:11211
2012-01-03 09:42:48,154 [19] DEBUG Enyim.Caching.Memcached.PooledSocket - Socket 1bc048d0-0dde-4234-991d-9e484b5a3ab6 was reset
2012-01-03 09:42:48,154 [19] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Socket was reset. 1bc048d0-0dde-4234-991d-9e484b5a3ab6
2012-01-03 09:42:48,154 [19] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Releasing socket 1bc048d0-0dde-4234-991d-9e484b5a3ab6
2012-01-03 09:42:48,154 [19] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Are we alive? True
2012-01-03 09:42:48,154 [19] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Acquiring stream from pool. 172.16.22.30:11211
2012-01-03 09:42:48,154 [19] DEBUG Enyim.Caching.Memcached.PooledSocket - Socket 1bc048d0-0dde-4234-991d-9e484b5a3ab6 was reset
2012-01-03 09:42:48,154 [19] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Socket was reset. 1bc048d0-0dde-4234-991d-9e484b5a3ab6
2012-01-03 09:42:48,154 [19] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Releasing socket 1bc048d0-0dde-4234-991d-9e484b5a3ab6
2012-01-03 09:42:48,154 [19] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Are we alive? True
2012-01-03 09:42:48,154 [19] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-03 09:59:52,647 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 09:59:52,663 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 09:59:52,663 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 09:59:52,663 [27] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.UserDomainService - VAL.Model.Entities.User GetUser(System.String)
2012-01-03 09:59:53,554 [27] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.UserDomainService - VAL.Model.Entities.User GetUser(System.String)
2012-01-03 09:59:55,319 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 09:59:55,319 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 09:59:55,319 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 09:59:55,319 [27] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetUserFiles(Int32)
2012-01-03 10:00:05,460 [27] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetUserFiles(Int32)
2012-01-03 10:00:07,069 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:00:07,069 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:00:07,069 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:00:07,069 [27] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetUserFiles(Int32)
2012-01-03 10:00:10,460 [27] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetUserFiles(Int32)
2012-01-03 10:00:11,960 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:00:11,960 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:00:11,960 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:00:11,960 [27] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetUserFiles(Int32)
2012-01-03 10:00:14,366 [27] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetUserFiles(Int32)
2012-01-03 10:00:18,960 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:00:18,960 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:00:18,960 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:00:18,960 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:00:18,960 [27] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:00:18,976 [27] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.GroupTypeDomainService - VAL.Model.Entities.GroupType[] GetGroupTypes()
2012-01-03 10:00:19,101 [27] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.GroupTypeDomainService - VAL.Model.Entities.GroupType[] GetGroupTypes()
2012-01-03 10:00:21,007 [24] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:00:21,007 [24] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:00:21,007 [24] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:00:21,007 [24] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:00:21,007 [24] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:00:21,007 [24] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetGroupUsers(Int32)
2012-01-03 10:00:21,038 [24] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetGroupUsers(Int32)
2012-01-03 10:00:21,366 [24] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:00:21,366 [24] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:00:21,366 [24] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:00:21,366 [24] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:00:21,366 [24] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:00:21,366 [24] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-03 10:00:23,772 [24] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Pool has been inited for 172.16.22.30:11211 with 10 sockets
2012-01-03 10:00:23,772 [24] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Acquiring stream from pool. 172.16.22.30:11211
2012-01-03 10:00:23,772 [24] DEBUG Enyim.Caching.Memcached.PooledSocket - Socket 4128c757-f0f1-4128-89c3-5e73037a57e1 was reset
2012-01-03 10:00:23,772 [24] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Socket was reset. 4128c757-f0f1-4128-89c3-5e73037a57e1
2012-01-03 10:00:23,772 [24] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Releasing socket 4128c757-f0f1-4128-89c3-5e73037a57e1
2012-01-03 10:00:23,772 [24] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Are we alive? True
2012-01-03 10:00:23,788 [24] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Acquiring stream from pool. 172.16.22.30:11211
2012-01-03 10:00:23,788 [24] DEBUG Enyim.Caching.Memcached.PooledSocket - Socket 4128c757-f0f1-4128-89c3-5e73037a57e1 was reset
2012-01-03 10:00:23,788 [24] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Socket was reset. 4128c757-f0f1-4128-89c3-5e73037a57e1
2012-01-03 10:00:23,788 [24] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Releasing socket 4128c757-f0f1-4128-89c3-5e73037a57e1
2012-01-03 10:00:23,788 [24] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Are we alive? True
2012-01-03 10:00:23,788 [24] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-03 10:03:33,412 [21] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:03:33,428 [21] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:03:33,428 [21] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:03:33,428 [21] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.UserDomainService - VAL.Model.Entities.User GetUser(System.String)
2012-01-03 10:03:34,365 [21] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.UserDomainService - VAL.Model.Entities.User GetUser(System.String)
2012-01-03 10:03:36,209 [21] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:03:36,209 [21] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:03:36,209 [21] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:03:36,209 [21] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetUserFiles(Int32)
2012-01-03 10:03:36,412 [21] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetUserFiles(Int32)
2012-01-03 10:03:42,162 [24] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:03:42,162 [24] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:03:42,162 [24] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:03:42,162 [24] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetUserFiles(Int32)
2012-01-03 10:03:42,287 [24] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetUserFiles(Int32)
2012-01-03 10:03:46,568 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:03:46,568 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:03:46,584 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:03:46,584 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:03:46,584 [20] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:03:46,584 [20] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetActiveUsers()
2012-01-03 10:03:46,615 [20] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetActiveUsers()
2012-01-03 10:03:47,240 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:03:47,240 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:03:47,240 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:03:47,240 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:03:47,240 [20] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:03:47,240 [20] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.GroupTypeDomainService - VAL.Model.Entities.GroupType[] GetGroupTypes()
2012-01-03 10:03:47,365 [20] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.GroupTypeDomainService - VAL.Model.Entities.GroupType[] GetGroupTypes()
2012-01-03 10:03:47,834 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:03:47,834 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:03:47,834 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:03:47,834 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:03:47,834 [20] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:03:47,834 [20] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.GroupTypeDomainService - VAL.Model.Entities.GroupType[] GetGroupTypes()
2012-01-03 10:03:47,865 [20] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.GroupTypeDomainService - VAL.Model.Entities.GroupType[] GetGroupTypes()
2012-01-03 10:03:48,537 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:03:48,537 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:03:48,537 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:03:48,537 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:03:48,537 [20] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:03:48,537 [20] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.FileType[] GetFileTypes()
2012-01-03 10:03:48,537 [20] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.FileType[] GetFileTypes()
2012-01-03 10:03:48,599 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:03:48,599 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:03:48,599 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:03:48,599 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:03:48,599 [20] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:03:48,599 [20] INFO  VAL.Service.WcfServiceBase - Entered VAL.Service.AdministrationService - VAL.Model.Entities.File[] GetAllFiles()
2012-01-03 10:03:48,599 [20] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetAllFiles()
2012-01-03 10:03:48,599 [20] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetAllFiles()
2012-01-03 10:03:48,724 [20] DEBUG VAL.Service.WcfServiceBase - Got 130 files from the service
2012-01-03 10:03:48,724 [20] INFO  VAL.Service.WcfServiceBase - Completed VAL.Service.AdministrationService - VAL.Model.Entities.File[] GetAllFiles()
2012-01-03 10:03:49,506 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:03:49,506 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:03:49,506 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:03:49,506 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:03:49,506 [20] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:03:49,521 [20] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetActiveUsers()
2012-01-03 10:03:49,537 [20] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetActiveUsers()
2012-01-03 10:03:49,724 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:03:49,724 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:03:49,724 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:03:49,724 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:03:49,724 [20] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:03:49,724 [20] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetUsers()
2012-01-03 10:03:49,740 [20] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetUsers()
2012-01-03 10:03:59,630 [24] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:03:59,630 [24] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:03:59,630 [24] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:03:59,630 [24] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:03:59,630 [24] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:03:59,646 [24] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetGroupUsers(Int32)
2012-01-03 10:03:59,662 [24] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetGroupUsers(Int32)
2012-01-03 10:03:59,990 [24] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:03:59,990 [24] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:03:59,990 [24] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:03:59,990 [24] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:03:59,990 [24] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:03:59,990 [24] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-03 10:04:00,052 [24] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Pool has been inited for 172.16.22.30:11211 with 10 sockets
2012-01-03 10:04:00,068 [24] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Acquiring stream from pool. 172.16.22.30:11211
2012-01-03 10:04:00,068 [24] DEBUG Enyim.Caching.Memcached.PooledSocket - Socket 47766864-9f5e-4dac-a42f-259d2270ad38 was reset
2012-01-03 10:04:00,068 [24] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Socket was reset. 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:04:00,068 [24] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Releasing socket 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:04:00,068 [24] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Are we alive? True
2012-01-03 10:04:00,084 [24] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Acquiring stream from pool. 172.16.22.30:11211
2012-01-03 10:04:00,084 [24] DEBUG Enyim.Caching.Memcached.PooledSocket - Socket 47766864-9f5e-4dac-a42f-259d2270ad38 was reset
2012-01-03 10:04:00,084 [24] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Socket was reset. 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:04:00,084 [24] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Releasing socket 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:04:00,084 [24] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Are we alive? True
2012-01-03 10:04:00,084 [24] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-03 10:04:04,084 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:04:04,084 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:04:04,084 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:04:04,084 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:04:04,084 [20] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:04:04,084 [20] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetGroupUsers(Int32)
2012-01-03 10:04:04,115 [20] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetGroupUsers(Int32)
2012-01-03 10:04:04,443 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:04:04,443 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:04:04,443 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:04:04,443 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:04:04,443 [20] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:04:04,443 [20] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-03 10:04:04,443 [20] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Acquiring stream from pool. 172.16.22.30:11211
2012-01-03 10:04:04,443 [20] DEBUG Enyim.Caching.Memcached.PooledSocket - Socket 47766864-9f5e-4dac-a42f-259d2270ad38 was reset
2012-01-03 10:04:04,443 [20] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Socket was reset. 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:04:04,443 [20] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Releasing socket 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:04:04,443 [20] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Are we alive? True
2012-01-03 10:04:04,443 [20] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Acquiring stream from pool. 172.16.22.30:11211
2012-01-03 10:04:04,443 [20] DEBUG Enyim.Caching.Memcached.PooledSocket - Socket 47766864-9f5e-4dac-a42f-259d2270ad38 was reset
2012-01-03 10:04:04,443 [20] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Socket was reset. 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:04:04,443 [20] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Releasing socket 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:04:04,443 [20] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Are we alive? True
2012-01-03 10:04:04,443 [20] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-03 10:04:08,037 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:04:08,037 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:04:08,037 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:04:08,037 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:04:08,037 [20] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:04:08,037 [20] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetActiveFiles()
2012-01-03 10:04:08,052 [20] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetActiveFiles()
2012-01-03 10:04:08,162 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:04:08,162 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:04:08,162 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:04:08,162 [20] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:04:08,162 [20] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:04:08,162 [20] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-03 10:04:08,162 [20] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Acquiring stream from pool. 172.16.22.30:11211
2012-01-03 10:04:08,162 [20] DEBUG Enyim.Caching.Memcached.PooledSocket - Socket 47766864-9f5e-4dac-a42f-259d2270ad38 was reset
2012-01-03 10:04:08,162 [20] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Socket was reset. 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:04:08,162 [20] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Releasing socket 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:04:08,162 [20] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Are we alive? True
2012-01-03 10:04:08,162 [20] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Acquiring stream from pool. 172.16.22.30:11211
2012-01-03 10:04:08,162 [20] DEBUG Enyim.Caching.Memcached.PooledSocket - Socket 47766864-9f5e-4dac-a42f-259d2270ad38 was reset
2012-01-03 10:04:08,162 [20] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Socket was reset. 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:04:08,162 [20] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Releasing socket 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:04:08,162 [20] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Are we alive? True
2012-01-03 10:04:08,162 [20] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-03 10:04:15,583 [23] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:04:15,583 [23] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:04:15,583 [23] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:04:15,583 [23] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:04:15,583 [23] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:04:15,599 [23] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.GroupDomainService - Void AddFilesToGroup(Int32, Int32[])
2012-01-03 10:04:15,599 [23] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.GroupDomainService - VAL.Model.Entities.Group GetGroup(Int32)
2012-01-03 10:04:15,599 [23] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.GroupDomainService - VAL.Model.Entities.Group GetGroup(Int32)
2012-01-03 10:04:15,849 [23] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.GroupDomainService - Void AddFilesToGroup(Int32, Int32[])
2012-01-03 10:04:20,521 [23] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:04:20,521 [23] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:04:20,521 [23] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:04:20,521 [23] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:04:20,521 [23] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:04:20,521 [23] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.GroupTypeDomainService - VAL.Model.Entities.GroupType[] GetGroupTypes()
2012-01-03 10:04:20,552 [23] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.GroupTypeDomainService - VAL.Model.Entities.GroupType[] GetGroupTypes()
2012-01-03 10:04:22,333 [23] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:04:22,333 [23] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:04:22,333 [23] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:04:22,333 [23] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:04:22,333 [23] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:04:22,333 [23] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-03 10:04:22,333 [23] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Acquiring stream from pool. 172.16.22.30:11211
2012-01-03 10:04:22,333 [23] DEBUG Enyim.Caching.Memcached.PooledSocket - Socket 47766864-9f5e-4dac-a42f-259d2270ad38 was reset
2012-01-03 10:04:22,333 [23] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Socket was reset. 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:04:22,333 [23] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Releasing socket 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:04:22,333 [23] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Are we alive? True
2012-01-03 10:04:22,333 [23] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Acquiring stream from pool. 172.16.22.30:11211
2012-01-03 10:04:22,333 [23] DEBUG Enyim.Caching.Memcached.PooledSocket - Socket 47766864-9f5e-4dac-a42f-259d2270ad38 was reset
2012-01-03 10:04:22,333 [23] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Socket was reset. 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:04:22,333 [23] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Releasing socket 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:04:22,333 [23] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Are we alive? True
2012-01-03 10:04:22,333 [23] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-03 10:04:22,677 [23] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:04:22,677 [23] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:04:22,677 [23] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:04:22,677 [23] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:04:22,677 [23] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:04:22,677 [23] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetGroupUsers(Int32)
2012-01-03 10:04:22,708 [23] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetGroupUsers(Int32)
2012-01-03 10:04:29,927 [23] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:04:29,927 [23] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:04:29,943 [23] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:04:29,943 [23] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:04:29,943 [23] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:04:29,943 [23] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetActiveFiles()
2012-01-03 10:04:29,943 [23] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetActiveFiles()
2012-01-03 10:04:30,052 [23] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:04:30,052 [23] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:04:30,052 [23] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:04:30,052 [23] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:04:30,052 [23] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:04:30,052 [23] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-03 10:04:30,052 [23] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Acquiring stream from pool. 172.16.22.30:11211
2012-01-03 10:04:30,052 [23] DEBUG Enyim.Caching.Memcached.PooledSocket - Socket 47766864-9f5e-4dac-a42f-259d2270ad38 was reset
2012-01-03 10:04:30,052 [23] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Socket was reset. 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:04:30,052 [23] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Releasing socket 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:04:30,052 [23] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Are we alive? True
2012-01-03 10:04:30,052 [23] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Acquiring stream from pool. 172.16.22.30:11211
2012-01-03 10:04:30,052 [23] DEBUG Enyim.Caching.Memcached.PooledSocket - Socket 47766864-9f5e-4dac-a42f-259d2270ad38 was reset
2012-01-03 10:04:30,052 [23] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Socket was reset. 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:04:30,052 [23] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Releasing socket 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:04:30,052 [23] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Are we alive? True
2012-01-03 10:04:30,052 [23] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-03 10:04:41,755 [21] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:04:41,755 [21] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:04:41,755 [21] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:04:41,755 [21] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:04:41,755 [21] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:04:47,693 [21] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.GroupDomainService - Void AddFilesToGroup(Int32, Int32[])
2012-01-03 10:04:53,349 [21] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.GroupDomainService - VAL.Model.Entities.Group GetGroup(Int32)
2012-01-03 10:05:08,880 [21] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.GroupDomainService - VAL.Model.Entities.Group GetGroup(Int32)
2012-01-03 10:06:20,739 [21] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.GroupDomainService - Void AddFilesToGroup(Int32, Int32[])
2012-01-03 10:06:32,786 [21] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:06:32,786 [21] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:06:32,786 [21] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:06:32,786 [21] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:06:32,786 [21] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:06:32,786 [21] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.GroupTypeDomainService - VAL.Model.Entities.GroupType[] GetGroupTypes()
2012-01-03 10:06:32,801 [21] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.GroupTypeDomainService - VAL.Model.Entities.GroupType[] GetGroupTypes()
2012-01-03 10:06:36,583 [21] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:06:36,583 [21] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:06:36,583 [21] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:06:36,583 [21] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:06:36,583 [21] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:06:36,583 [21] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetGroupUsers(Int32)
2012-01-03 10:06:36,614 [21] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetGroupUsers(Int32)
2012-01-03 10:06:36,942 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:06:36,942 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:06:36,942 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:06:36,942 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:06:36,942 [27] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:06:36,942 [27] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-03 10:06:36,942 [27] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Acquiring stream from pool. 172.16.22.30:11211
2012-01-03 10:06:36,942 [27] DEBUG Enyim.Caching.Memcached.PooledSocket - Socket 47766864-9f5e-4dac-a42f-259d2270ad38 was reset
2012-01-03 10:06:36,942 [27] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Socket was reset. 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:06:36,942 [27] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Releasing socket 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:06:36,942 [27] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Are we alive? True
2012-01-03 10:06:36,942 [27] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Acquiring stream from pool. 172.16.22.30:11211
2012-01-03 10:06:36,942 [27] DEBUG Enyim.Caching.Memcached.PooledSocket - Socket 47766864-9f5e-4dac-a42f-259d2270ad38 was reset
2012-01-03 10:06:36,942 [27] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Socket was reset. 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:06:36,942 [27] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Releasing socket 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:06:36,942 [27] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Are we alive? True
2012-01-03 10:06:36,942 [27] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-03 10:06:37,708 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:06:37,708 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:06:37,708 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:06:37,708 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:06:37,708 [27] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:06:37,708 [27] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-03 10:06:37,708 [27] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Acquiring stream from pool. 172.16.22.30:11211
2012-01-03 10:06:37,708 [27] DEBUG Enyim.Caching.Memcached.PooledSocket - Socket 47766864-9f5e-4dac-a42f-259d2270ad38 was reset
2012-01-03 10:06:37,708 [27] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Socket was reset. 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:06:37,708 [27] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Releasing socket 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:06:37,708 [27] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Are we alive? True
2012-01-03 10:06:37,708 [27] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Acquiring stream from pool. 172.16.22.30:11211
2012-01-03 10:06:37,708 [27] DEBUG Enyim.Caching.Memcached.PooledSocket - Socket 47766864-9f5e-4dac-a42f-259d2270ad38 was reset
2012-01-03 10:06:37,708 [27] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Socket was reset. 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:06:37,708 [27] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Releasing socket 47766864-9f5e-4dac-a42f-259d2270ad38
2012-01-03 10:06:37,708 [27] DEBUG Enyim.Caching.Memcached.MemcachedNode.InternalPoolImpl - Are we alive? True
2012-01-03 10:06:37,708 [27] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-03 10:06:38,067 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-03 10:06:38,067 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-03 10:06:38,067 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-03 10:06:38,067 [27] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-03 10:06:38,067 [27] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-03 10:06:38,067 [27] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetGroupUsers(Int32)
2012-01-03 10:06:38,083 [27] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetGroupUsers(Int32)
2012-01-10 09:04:20,305 [6] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-10 09:04:20,337 [6] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-10 09:04:20,337 [6] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-10 09:04:20,352 [6] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.UserDomainService - VAL.Model.Entities.User GetUser(System.String)
2012-01-10 09:04:21,899 [6] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.UserDomainService - VAL.Model.Entities.User GetUser(System.String)
2012-01-10 09:04:24,180 [6] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-10 09:04:24,180 [6] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-10 09:04:24,180 [6] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-10 09:04:24,180 [6] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetUserFiles(Int32)
2012-01-10 09:04:24,415 [6] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetUserFiles(Int32)
2012-01-10 09:04:50,274 [10] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-10 09:04:50,274 [10] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-10 09:04:50,274 [10] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-10 09:04:50,274 [10] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-10 09:04:50,274 [10] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-10 09:04:50,274 [10] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetUsers()
2012-01-10 09:04:50,305 [10] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetUsers()
2012-01-10 09:04:58,446 [10] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-10 09:04:58,446 [10] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-10 09:04:58,446 [10] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-10 09:04:58,446 [10] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-10 09:04:58,446 [10] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-10 09:04:58,446 [10] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.FileType[] GetFileTypes()
2012-01-10 09:04:58,446 [10] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.FileType[] GetFileTypes()
2012-01-10 09:04:58,524 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-10 09:04:58,524 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-10 09:04:58,524 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-10 09:04:58,524 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-10 09:04:58,524 [11] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-10 09:04:58,524 [11] INFO  VAL.Service.WcfServiceBase - Entered VAL.Service.AdministrationService - VAL.Model.Entities.File[] GetAllFiles()
2012-01-10 09:04:58,524 [11] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetAllFiles()
2012-01-10 09:04:58,524 [11] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetAllFiles()
2012-01-10 09:04:58,633 [11] DEBUG VAL.Service.WcfServiceBase - Got 130 files from the service
2012-01-10 09:04:58,633 [11] INFO  VAL.Service.WcfServiceBase - Completed VAL.Service.AdministrationService - VAL.Model.Entities.File[] GetAllFiles()
2012-01-10 09:05:02,102 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-10 09:05:02,102 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-10 09:05:02,102 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-10 09:05:02,102 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-10 09:05:02,102 [11] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-10 09:05:02,102 [11] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.GroupTypeDomainService - VAL.Model.Entities.GroupType[] GetGroupTypes()
2012-01-10 09:05:02,337 [11] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.GroupTypeDomainService - VAL.Model.Entities.GroupType[] GetGroupTypes()
2012-01-10 09:05:03,727 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-10 09:05:03,727 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-10 09:05:03,727 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-10 09:05:03,727 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-10 09:05:03,727 [11] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-10 09:05:03,743 [11] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetGroupUsers(Int32)
2012-01-10 09:05:03,758 [11] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetGroupUsers(Int32)
2012-01-10 09:05:04,087 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-10 09:05:04,087 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-10 09:05:04,087 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-10 09:05:04,087 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-10 09:05:04,087 [11] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-10 09:05:04,087 [11] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-10 09:05:04,133 [11] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-10 09:05:14,946 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-10 09:05:14,946 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-10 09:05:14,946 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-10 09:05:14,946 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-10 09:05:14,946 [11] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-10 09:05:14,946 [11] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetGroupUsers(Int32)
2012-01-10 09:05:14,962 [11] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetGroupUsers(Int32)
2012-01-10 09:05:15,290 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-10 09:05:15,290 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-10 09:05:15,290 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-10 09:05:15,290 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-10 09:05:15,290 [11] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-10 09:05:15,290 [11] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetGroupUsers(Int32)
2012-01-10 09:05:15,321 [12] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-10 09:05:15,321 [12] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-10 09:05:15,321 [12] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-10 09:05:15,321 [12] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-10 09:05:15,321 [12] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-10 09:05:15,321 [12] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-10 09:05:15,321 [11] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetGroupUsers(Int32)
2012-01-10 09:05:15,383 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-10 09:05:15,383 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-10 09:05:15,383 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-10 09:05:15,383 [11] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-10 09:05:15,383 [11] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-10 09:05:15,383 [11] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-10 09:05:15,430 [12] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-10 09:05:15,446 [11] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetGroupFiles(Int32)
2012-01-10 09:09:06,462 [13] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-10 09:09:06,462 [13] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-10 09:09:06,462 [13] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-10 09:09:06,462 [13] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.UserDomainService - VAL.Model.Entities.User GetUser(System.String)
2012-01-10 09:09:06,477 [13] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.UserDomainService - VAL.Model.Entities.User GetUser(System.String)
2012-01-10 09:09:07,555 [13] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-10 09:09:07,555 [13] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-10 09:09:07,555 [13] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-10 09:09:07,555 [13] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetUserFiles(Int32)
2012-01-10 09:09:07,680 [13] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.FileDomainService - VAL.Model.Entities.File[] GetUserFiles(Int32)
2012-01-10 09:09:23,993 [14] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-10 09:09:23,993 [14] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-10 09:09:23,993 [14] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-10 09:09:23,993 [14] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-10 09:09:23,993 [14] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-10 09:09:23,993 [14] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetUsers()
2012-01-10 09:09:24,024 [14] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.UserDomainService - VAL.Model.Entities.User[] GetUsers()
2012-01-10 09:09:27,274 [14] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-10 09:09:27,274 [14] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-10 09:09:27,274 [14] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-10 09:09:27,274 [14] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-10 09:09:27,274 [14] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-10 09:09:27,274 [14] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.UserDomainService - Void DeleteUser(Int32)
2012-01-10 09:09:27,274 [14] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.UserDomainService - VAL.Model.Entities.User GetUser(Int32)
2012-01-10 09:09:27,321 [14] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.UserDomainService - VAL.Model.Entities.User GetUser(Int32)
2012-01-10 09:09:27,462 [14] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.UserDomainService - Void DeleteUser(Int32)
2012-01-10 09:14:15,493 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.FileDomainService
2012-01-10 09:14:15,493 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupDomainService
2012-01-10 09:14:15,493 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.GroupTypeDomainService
2012-01-10 09:14:15,493 [19] DEBUG VAL.BusinessService.DomainServiceBase - Created domain service of type: VAL.BusinessService.UserDomainService
2012-01-10 09:14:15,493 [19] DEBUG VAL.Service.WcfServiceBase - Creating an instance of AdministrationService
2012-01-10 09:14:15,493 [19] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.UserDomainService - Void DeleteUser(Int32)
2012-01-10 09:14:15,493 [19] DEBUG VAL.BusinessService.DomainServiceBase - Entered VAL.BusinessService.UserDomainService - VAL.Model.Entities.User GetUser(Int32)
2012-01-10 09:14:15,587 [19] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.UserDomainService - VAL.Model.Entities.User GetUser(Int32)
2012-01-10 09:14:15,649 [19] DEBUG VAL.BusinessService.DomainServiceBase - Completed VAL.BusinessService.UserDomainService - Void DeleteUser(Int32)

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions