Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.2/sources/HeuristicLab.Hive.Server/3.2/App.config @ 4539

Last change on this file since 4539 was 3011, checked in by kgrading, 14 years ago

changed the complete DAL to LINQ 2 SQL (with the exception of the job streaming), did a lot of refactoring, Introduced DTOs (that are named DTOs for better understanding), added the spring.NET Interceptor, reintroduced transactions and cleaned up the whole JobResult thing and updated a part of the config merger (#830)

File size: 362 bytes
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3  <configSections>
4    <sectionGroup name="spring">
5      <section name="context" type="Spring.Context.Support.ContextHandler, Spring.Core"/>
6      <section name="objects" type="Spring.Context.Support.DefaultSectionHandler, Spring.Core"/>
7    </sectionGroup>
8  </configSections>
9</configuration>
Note: See TracBrowser for help on using the repository browser.