Replaced object load and update with direct HQL execution to resolve database locks...
authorPanagiotis Kanavos <pkanavos@gmail.com>
Thu, 5 Jan 2012 18:08:09 +0000 (20:08 +0200)
committerPanagiotis Kanavos <pkanavos@gmail.com>
Thu, 5 Jan 2012 18:08:09 +0000 (20:08 +0200)
commita0dcfcc90503dcecbd0d0a649024b8b9e4699b5d
tree54d866b4acbdc99b88314d54e5865d603f336afd
parent4ec636f65d38f52059589267124969d0487daef0
parentab2f6f7915af9731514edb4e288e3e332defeebc
Replaced object load and update with direct HQL execution to resolve database locks, especially in StatusAgent.cs and FileState.cs
Removed dead code in StatusAgent.cs
trunk/Pithos.Core/Agents/FileAgent.cs
trunk/Pithos.Core/Agents/NetworkAgent.cs
trunk/Pithos.Core/Agents/StatusAgent.cs
trunk/Pithos.Core/Agents/WorkflowAgent.cs
trunk/Pithos.Core/FileState.cs
trunk/Pithos.Core/NativeMethods.cs
trunk/Pithos.Interfaces/ObjectInfo.cs
trunk/Pithos.Network/CloudFilesClient.cs