#1098 closed enhancement (done)
Remove dependency from Sping.net
Reported by: | cneumuel | Owned by: | cneumuel |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Hive.Server | Version: | 3.3 |
Keywords: | Cc: |
Description
- remove SpingServiceHost in WCF Service
- handle DB-Transactions manually instead of aspect oriented
Change History (5)
comment:1 Changed 14 years ago by cneumuel
- Status changed from new to assigned
comment:2 Changed 14 years ago by cneumuel
replaced transaction- and context management from Spring-advice by custom context management (see ContextFactory). The new implementation is not (at all) dependent on the Linq-Layer anymore. Whether to use automatic Transactions can be choosen by the user. A context is disposed after every single service call (injected manually; see Hive.Server.Core.Facades.*).
comment:3 Changed 14 years ago by cneumuel
- Resolution set to fixed
- Status changed from assigned to closed
comment:4 Changed 14 years ago by swagner
- Milestone set to HeuristicLab x.x.x
comment:5 Changed 14 years ago by swagner
- Summary changed from Remove Dependency from Sping.net to Remove dependency from Sping.net
Note: See
TracTickets for help on using
tickets.
removed SpringServiceHost (r4090)