Changeset aef156152991f65fcb92f36f5cad0fc2c6a704d1
- Timestamp:
- 05/17/08 13:47:58
(5 months ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1211024878 +0200
- git-parent:
[bd3106ac7b1730ceddf14be98d9a38e7998937c1]
- git-author:
- Christopher Jung <bktheg@web.de> 1211024878 +0200
- Message:
[feature] Framework-Exceptions werden nun auch in das Log geschrieben statt nur gemailt zu werden
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r869f5e9 |
raef1561 |
|
| 94 | 94 | } |
|---|
| 95 | 95 | catch( Throwable e ) { |
|---|
| | 96 | LOG.error("Fatal Framework Exception", e); |
|---|
| | 97 | |
|---|
| 96 | 98 | context.rollback(); |
|---|
| 97 | 99 | |
|---|
| … | … | |
| 123 | 125 | } |
|---|
| 124 | 126 | catch( Throwable e ) { |
|---|
| | 127 | LOG.error("Fatal Framework Exception", e); |
|---|
| | 128 | |
|---|
| 125 | 129 | mailThrowable(httpRequest, null, e); |
|---|
| 126 | 130 | } |
|---|