Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/25/09 13:09:48 (15 years ago)
Author:
msteinbi
Message:

commit was missing after send job (#531)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Core/3.2/ClientCommunicator.cs

    r2092 r2097  
    371371    /// <returns></returns>
    372372    public ResponseJob SendJob(Guid clientId) {
    373        ISession session = factory.GetSessionForCurrentThread();
     373      ISession session = factory.GetSessionForCurrentThread();
    374374      ITransaction tx = null;
    375375
     
    398398          response.StatusMessage = ApplicationConstants.RESPONSE_COMMUNICATOR_NO_JOBS_LEFT;
    399399        }
     400
     401        tx.Commit();
    400402
    401403        return response;
Note: See TracChangeset for help on using the changeset viewer.