Changeset 5342bef3598d94437fb2ee342cbe342766b2be39
- Timestamp:
- 04/07/08 13:17:21
(6 months ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1207567041 +0200
- git-parent:
[f27b23c6866cbbb428e34c899221f1ba0acfc853]
- git-author:
- Christopher Jung <bktheg@web.de> 1207567041 +0200
- Message:
Commit verschoben
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1df5786 |
r5342bef |
|
| 157 | 157 | |
|---|
| 158 | 158 | log("Execution-Time: "+(System.currentTimeMillis()-exectime)+"s"); |
|---|
| | 159 | |
|---|
| | 160 | getContext().commit(); |
|---|
| 159 | 161 | } |
|---|
| 160 | 162 | catch( Exception e ) { |
|---|
| 161 | 163 | e.printStackTrace(); |
|---|
| 162 | 164 | getDB().getTransaction().rollback(); |
|---|
| 163 | | } |
|---|
| 164 | | finally { |
|---|
| 165 | | getContext().commit(); |
|---|
| 166 | 165 | } |
|---|
| 167 | 166 | } |
|---|