Changeset 1093

Show
Ignore:
Timestamp:
11/30/07 00:07:38 (8 months ago)
Author:
mikey
Message:

bugfix: load log package
adjusted examples to new package structure

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/examples/docroot/core/error-simple.php

    r681 r1093  
    1313 
    1414require '../bootstrap-stubbles.php'; 
    15 stubClassLoader::load('net.stubbles.util.errorhandler.stubIllegalArgumentErrorHandler', 
    16                       'net.stubbles.util.errorhandler.stubCompositeErrorHandler', 
     15stubClassLoader::load('net.stubbles.lang.errorhandler.stubIllegalArgumentErrorHandler', 
     16                      'net.stubbles.lang.errorhandler.stubCompositeErrorHandler', 
    1717                      'net.stubbles.ipo.response.stubBaseResponse' 
    1818); 
  • trunk/examples/docroot/core/exception.php

    r1089 r1093  
    11<?php 
    22require '../bootstrap-stubbles.php'; 
    3 stubClassLoader::load('net.stubbles.util.errorhandler.stubProdModeExceptionHandler', 
    4                       'net.stubbles.util.errorhandler.stubDisplayExceptionHandler', 
     3stubClassLoader::load('net.stubbles.lang.errorhandler.stubProdModeExceptionHandler', 
     4                      'net.stubbles.lang.errorhandler.stubDisplayExceptionHandler', 
    55                      'net.stubbles.util.stubRegistry' 
    66); 
  • trunk/src/main/php/net/stubbles/lang/errorhandler/stubAbstractExceptionHandler.php

    r1092 r1093  
    88 */ 
    99stubClassLoader::load('net.stubbles.ipo.response.stubBaseResponse', 
    10                       'net.stubbles.lang.errorhandler.stubExceptionHandler' 
     10                      'net.stubbles.lang.errorhandler.stubExceptionHandler', 
     11                      'net.stubbles.util.log.log' 
    1112); 
    1213/**