Changeset 1728

Show
Ignore:
Timestamp:
08/23/08 18:24:30 (5 months ago)
Author:
lmajano
Message:

Testing of new Deploy interceptor for cluster reloadings.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • coldbox/trunk/system/interceptors/ses.cfc

    r1727 r1728  
    3838                         
    3939                        /* Setup the config Path */ 
    40                         configFilePath = configFilePath & getProperty('configFile'); 
     40                        configFilePath = configFilePath & reReplace(getProperty('ConfigFile'),"^/",""); 
    4141                         
    4242                        /* We are ready to roll. Import config to setup the routes. */ 
  • coldbox/trunk/testharness/config/coldbox.xml.cfm

    r1695 r1728  
    125125                        <Property name="fireOnInit">true</Property> 
    126126                </Interceptor> 
     127                <Interceptor class="coldbox.CodeDepot.interceptors.com.ortussolutions.deployment.Deploy"> 
     128                        <Property name="tagFile">config/_deploy.tag</Property> 
     129                        <Property name="cleanupCommandObject">coldbox.testharness.model.DeployCleanup</Property> 
     130                </Interceptor> 
    127131                <Interceptor class="coldbox.system.interceptors.autowire"> 
    128132                        <Property name="debugMode">true</Property> 
    129133                        <Property name="enableSetterInjection">false</Property> 
    130134                </Interceptor> 
     135                <!--  
    131136                <Interceptor class="coldbox.testharness.interceptors.executionTracer"> 
    132137                        <Property name="Simple">Luis</Property> 
    133138                        <Property name="Complex">[1,2,3,4,5]</Property> 
    134                 </Interceptor>   
     139                </Interceptor> 
     140                        -->      
    135141                <Interceptor class="coldbox.system.interceptors.ses"> 
    136                         <Property name="configFile">config/routes.cfm</Property> 
     142                        <Property name="configFile">/config/routes.cfm</Property> 
    137143                </Interceptor> 
    138144                 

Copyright 2006 ColdBox Framework by Luis Majano