Changeset 944

Show
Ignore:
Timestamp:
09/26/07 14:36:17 (1 year ago)
Author:
mikey
Message:

allow xincludes in json-rpc-service config

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/service/jsonrpc/stubJsonRpcProcessor.php

    r937 r944  
    134134        $xjconf = new stubXJConfFacade(new XJConfFacade(array('__default' => stubXJConfLoader::getInstance()))); 
    135135        $xjconf->addDefinitions(stubFactory::getResourceURIs('xjconf/json-rpc-service.xml')); 
     136        $xjconf->enableXIncludes(); 
    136137        $xjconf->parse($serviceConfigFile); 
    137138        $this->classMap = $xjconf->getConfigValue('services');