Changeset 1232

Show
Ignore:
Timestamp:
01/13/08 12:31:45 (7 months ago)
Author:
mikey
Message:

continued refactoring #119: fixed issues introduced while replacing dots

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/examples/pages/conf/index.xml

    r1156 r1232  
    99    </properties> 
    1010    <resources> 
    11       <resource name="counter">org.stubbles.examples.resources.MyResource</resource> 
     11      <resource name="counter">org::stubbles::examples::resources::MyResource</resource> 
    1212    </resources> 
    13     <xmlElement type="org.stubbles.examples.pageelements.TestXMLPageElement" name="Test" /> 
     13    <xmlElement type="org::stubbles::examples::pageelements::TestXMLPageElement" name="Test" /> 
    1414 
    1515    <xmlElementCachingDecorator lifetime="60"> 
    16       <xmlElement type="org.stubbles.examples.pageelements.CurrentTimeXMLPageElement" name="cached" /> 
     16      <xmlElement type="org::stubbles::examples::pageelements::CurrentTimeXMLPageElement" name="cached" /> 
    1717    </xmlElementCachingDecorator> 
    18     <xmlElement type="org.stubbles.examples.pageelements.CurrentTimeXMLPageElement" name="uncached" /> 
    19     <xmlElement type="org.stubbles.examples.pageelements.TestElementWithInjectedResource" name="counter" /> 
     18    <xmlElement type="org::stubbles::examples::pageelements::CurrentTimeXMLPageElement" name="uncached" /> 
     19    <xmlElement type="org::stubbles::examples::pageelements::TestElementWithInjectedResource" name="counter" /> 
    2020 
    2121    <xmlPassThru fileName="test.xml" name="passThru"> 
  • trunk/examples/pages/conf/shop.xml

    r1156 r1232  
    99    </properties> 
    1010 
    11     <xmlElement type="org.stubbles.examples.pageelements.TestShopPageElement" name="shopData"/> 
     11    <xmlElement type="org::stubbles::examples::pageelements::TestShopPageElement" name="shopData"/> 
    1212  </page> 
    1313</xj:configuration> 
  • trunk/pages/conf/form.xml

    r1156 r1232  
    77      <property name="skin">default</property> 
    88    </properties> 
    9     <element type="org.stubbles.examples.pageelements.TestXMLPageElement" name="Test" /> 
     9    <element type="org::stubbles::examples::pageelements::TestXMLPageElement" name="Test" /> 
    1010  </page> 
    1111</xj:configuration> 
  • trunk/pages/conf/index.xml

    r1156 r1232  
    77      <property name="skin">default</property> 
    88    </properties> 
    9     <xmlElement type="org.stubbles.examples.pageelements.TestXMLPageElement" name="Test" /> 
     9    <xmlElement type="org::stubbles::examples::pageelements::TestXMLPageElement" name="Test" /> 
    1010 
    1111    <xmlElementCachingDecorator lifetime="60"> 
    12       <xmlElement type="org.stubbles.examples.pageelements.CurrentTimeXMLPageElement" name="cached" /> 
     12      <xmlElement type="org::stubbles::examples::pageelements::CurrentTimeXMLPageElement" name="cached" /> 
    1313    </xmlElementCachingDecorator> 
    14     <xmlElement type="org.stubbles.examples.pageelements.CurrentTimeXMLPageElement" name="uncached" /> 
     14    <xmlElement type="org::stubbles::examples::pageelements::CurrentTimeXMLPageElement" name="uncached" /> 
    1515  </page> 
    1616</xj:configuration> 
  • trunk/src/main/php/net/stubbles/ioc/stubIOCPreInterceptor.php

    r1222 r1232  
    88 * @subpackage  ioc 
    99 */ 
    10 stubClassLoader::load('net::stubbles::ipo::interceptors.stubPreInterceptor', 
     10stubClassLoader::load('net::stubbles::ipo::interceptors::stubPreInterceptor', 
    1111                      'net::stubbles::ioc::stubBinder', 
    1212                      'net::stubbles::util::stubRegistry' 
  • trunk/src/main/php/net/stubbles/ipo/request/broker/annotations/stubAbstractFilterAnnotation.php

    r1223 r1232  
    99stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotation', 
    1010                      'net::stubbles::reflection::annotations::stubAbstractAnnotation', 
    11                       'net::stubbles::ipo::request::broker::.stubRequestBrokerException', 
     11                      'net::stubbles::ipo::request::broker::stubRequestBrokerException', 
    1212                      'net::stubbles::ipo::request::broker::annotations::stubFilterAnnotation' 
    1313); 
  • trunk/src/main/php/net/stubbles/ipo/request/broker/stubRequestBroker.php

    r1223 r1232  
    1515                      'net::stubbles::ipo::request::broker::annotations::stubPasswordFilterAnnotation', 
    1616                      'net::stubbles::ipo::request::broker::annotations::stubStringFilterAnnotation', 
    17                       'net::stubbles::ipo::request::broker::annotations::.stubTextFilterAnnotation', 
     17                      'net::stubbles::ipo::request::broker::annotations::stubTextFilterAnnotation', 
    1818                      'net::stubbles::lang::exceptions::stubIllegalArgumentException', 
    1919                      'net::stubbles::reflection::stubReflectionClass' 
  • trunk/src/main/php/net/stubbles/ipo/request/filters/stubNumberFilter.php

    r1223 r1232  
    77 * @subpackage  ipo_request_filters 
    88 */ 
    9 stubClassLoader::load('net::stubbles::ipo::request::filters.stubAbstractFilter', 
     9stubClassLoader::load('net::stubbles::ipo::request::filters::stubAbstractFilter', 
    1010                      'net::stubbles::ipo::request::stubRequestValueErrorFactory', 
    1111                      'net::stubbles::util::validators::stubValidator' 
  • trunk/src/main/php/net/stubbles/ipo/session/stubSession.php

    r1223 r1232  
    77 * @subpackage  ipo_session 
    88 */ 
    9 stubClassLoader::load('net::stubbles::ipo.session::stubSessionException'); 
     9stubClassLoader::load('net::stubbles::ipo::session::stubSessionException'); 
    1010/** 
    1111 * interface for sessions 
  • trunk/src/main/php/net/stubbles/rdbms/persistence/serializer/stubDatabaseSerializer.php

    r1225 r1232  
    1111                      'net::stubbles::rdbms::persistence::stubPersistenceHelper', 
    1212                      'net::stubbles::rdbms::persistence::stubSetterMethodHelper', 
    13                       'net::stubbles::rdbms::persistence::serializer.stubDatabaseSerializerException', 
     13                      'net::stubbles::rdbms::persistence::serializer::stubDatabaseSerializerException', 
    1414                      'net::stubbles::rdbms::querybuilder::stubDatabaseQueryBuilderFactory', 
    1515                      'net::stubbles::rdbms::querybuilder::stubDatabaseTableRow' 
  • trunk/src/main/php/net/stubbles/rdbms/persistence/stubSetterMethodHelper.php

    r1225 r1232  
    99stubClassLoader::load('net::stubbles::rdbms::querybuilder::stubDatabaseTableColumn', 
    1010                      'net::stubbles::rdbms::persistence::stubPersistenceException', 
    11                       'net::stubbles::reflection.reflection' 
     11                      'net::stubbles::reflection::reflection' 
    1212); 
    1313/** 
  • trunk/src/main/php/net/stubbles/reflection/annotations/parser/stubAnnotationStateParser.php

    r1228 r1232  
    99 */ 
    1010stubClassLoader::load('net::stubbles::reflection::annotations::parser::stubAnnotationParser', 
    11                       'net::stubbles::reflection::annotations::parser::state.stubAnnotationArgumentState', 
    12                       'net::stubbles::reflection::annotations::parser::state.stubAnnotationDocblockState', 
    13                       'net::stubbles::reflection::annotations::parser::state.stubAnnotationAnnotationState', 
    14                       'net::stubbles::reflection::annotations::parser::state.stubAnnotationNameState', 
    15                       'net::stubbles::reflection::annotations::parser::state.stubAnnotationParamNameState', 
    16                       'net::stubbles::reflection::annotations::parser::state.stubAnnotationParamsState', 
    17                       'net::stubbles::reflection::annotations::parser::state.stubAnnotationParamValueState', 
    18                       'net::stubbles::reflection::annotations::parser::state.stubAnnotationTextState', 
    19                       'net::stubbles::reflection::annotations::parser::state.stubAnnotationTypeState' 
     11                      'net::stubbles::reflection::annotations::parser::state::stubAnnotationArgumentState', 
     12                      'net::stubbles::reflection::annotations::parser::state::stubAnnotationDocblockState', 
     13                      'net::stubbles::reflection::annotations::parser::state::stubAnnotationAnnotationState', 
     14                      'net::stubbles::reflection::annotations::parser::state::stubAnnotationNameState', 
     15                      'net::stubbles::reflection::annotations::parser::state::stubAnnotationParamNameState', 
     16                      'net::stubbles::reflection::annotations::parser::state::stubAnnotationParamsState', 
     17                      'net::stubbles::reflection::annotations::parser::state::stubAnnotationParamValueState', 
     18                      'net::stubbles::reflection::annotations::parser::state::stubAnnotationTextState', 
     19                      'net::stubbles::reflection::annotations::parser::state::stubAnnotationTypeState' 
    2020); 
    2121/** 
  • trunk/src/main/php/net/stubbles/util/datespan/stubDateSpanCustom.php

    r1230 r1232  
    99 */ 
    1010stubClassLoader::load('net::stubbles::util::datespan::stubDateSpan', 
    11                       'net::stubbles::reflection.reflection' 
     11                      'net::stubbles::reflection::reflection' 
    1212); 
    1313/** 
  • trunk/src/main/php/net/stubbles/util/net/http/stubHTTPURL.php

    r1230 r1232  
    164164    public function getConnection() 
    165165    { 
    166         stubClassLoader::load('net::stubbles::util.net.http.stubHTTPConnection'); 
     166        stubClassLoader::load('net::stubbles::util::net::http::stubHTTPConnection'); 
    167167        $httpconnection = new stubHTTPConnection($this); 
    168168        return $httpconnection; 
  • trunk/src/main/php/net/stubbles/websites/stubPageXJConfFactory.php

    r1231 r1232  
    9696         
    9797        if (file_exists(dirname($cacheSource)) == false) { 
    98             mkdir(dirname($cacheSource), stubRegistry::getConfig('net::stubbles::filemode', 0700), true); 
     98            mkdir(dirname($cacheSource), stubRegistry::getConfig('net.stubbles.filemode', 0700), true); 
    9999        } 
    100100         
     
    113113    { 
    114114        if (null == self::$xjconf) { 
    115             stubClassLoader::load('net::stubbles::util.stubFactory', 
    116                                   'net::stubbles::util.xjconf.xjconfReal' 
     115            stubClassLoader::load('net::stubbles::util::stubFactory', 
     116                                  'net::stubbles::util::xjconf::xjconfReal' 
    117117            ); 
    118118            self::$xjconf = new stubXJConfFacade(new XJConfFacade(array('__default' => stubXJConfLoader::getInstance()))); 
  • trunk/src/main/php/net/stubbles/xml/stubXMLXIncludeStreamWrapper.php

    r1229 r1232  
    99stubClassLoader::load('net::stubbles::lang::exceptions::stubIOException', 
    1010                      'net::stubbles::util::stubRegistry', 
    11                       'net::stubbles::xml.stubXMLException', 
    12                       'net::stubbles::xml.xsl.stubXSLProcessor' 
     11                      'net::stubbles::xml::stubXMLException', 
     12                      'net::stubbles::xml::xsl::stubXSLProcessor' 
    1313); 
    1414/** 
  • trunk/src/main/php/org/stubbles/test/TestLogData.php

    r1221 r1232  
    77 * @subpackage  util_log_test 
    88 */ 
    9 stubClassLoader::load('net.stubbles.util.log.stubBaseLogData'); 
     9stubClassLoader::load('net::stubbles::util::log::stubBaseLogData'); 
    1010/** 
    1111 * Class to test net::stubbles::util::log::stubLogDataFactory. 
  • trunk/src/test/php/net/stubbles/ioc/annotations/stubNamedAnnotationTestCase.php

    r1222 r1232  
    77 * @subpackage  ioc_injection_test 
    88 */ 
    9 stubClassLoader::load('net::stubbles::ioc.::annotations::stubNamedAnnotation'); 
     9stubClassLoader::load('net::stubbles::ioc::annotations::stubNamedAnnotation'); 
    1010 
    1111/** 
  • trunk/src/test/php/net/stubbles/ioc/stubBinderTestCase.php

    r1222 r1232  
    11<?php 
    22/** 
    3  * Test for net.::stubbles::ioc::stubBinder 
     3 * Test for net::stubbles::ioc::stubBinder 
    44 * 
    55 * @author      Stephan Schmidt <schst@stubbles.net> 
  • trunk/src/test/php/net/stubbles/ioc/stubInjectorImplementedByTestCase.php

    r1222 r1232  
    3131 
    3232/** 
    33  * Test for net.::stubbles::ioc::stubInjector with the ImplementedBy annotation. 
     33 * Test for net::stubbles::ioc::stubInjector with the ImplementedBy annotation. 
    3434 * 
    3535 * @package     stubbles 
  • trunk/src/test/php/net/stubbles/ipo/request/stubAbstractRequestTestCase.php

    r1223 r1232  
    88 */ 
    99stubClassLoader::load('net::stubbles::ipo::request::stubAbstractRequest', 
    10                       'net::stubbles::ipo::request::filters.::stubAbstractFilter' 
     10                      'net::stubbles::ipo::request::filters::stubAbstractFilter' 
    1111); 
    1212Mock::generate('stubValidator'); 
  • trunk/src/test/php/net/stubbles/rdbms/pdo/stubDatabasePDOConnectionTestCase.php

    r1225 r1232  
    2727} 
    2828/** 
    29  * Test for net::stubbles::rdbms::pdo::.stubDatabasePDOConnection. 
     29 * Test for net::stubbles::rdbms::pdo::stubDatabasePDOConnection. 
    3030 * 
    3131 * @package     stubbles 
  • trunk/src/test/php/net/stubbles/rdbms/persistence/stubSetterMethodHelperTestCase.php

    r1225 r1232  
    88 */ 
    99stubClassLoader::load('net::stubbles::rdbms::persistence::stubSetterMethodHelper', 
    10                       'net::stubbles::rdbms::persistence::annotations.stubDBColumnAnnotation' 
     10                      'net::stubbles::rdbms::persistence::annotations::stubDBColumnAnnotation' 
    1111); 
    1212require_once dirname(__FILE__) . '/../persistence/MockSinglePrimaryKeyEntity.php'; 
  • trunk/src/test/php/net/stubbles/service/jsonrpc/util/stubJsonRpcProxyGeneratorTestCase.php

    r1226 r1232  
    2323    { 
    2424        $generator = new stubJsonRpcProxyGenerator(); 
    25         $code = $generator->generateJavascriptProxy('org.stubbles.examples.service.MathService', 'MathService', 'my.js.ns'); 
     25        $code = $generator->generateJavascriptProxy('org::stubbles::examples::service::MathService', 'MathService', 'my.js.ns'); 
    2626        $expected = "my.js.ns.MathService = function(clientObj) { 
    2727    this.dispatcher = new stubbles.json.rpc.Client(clientObj); 
  • trunk/src/test/php/net/stubbles/stubClassLoaderTestCase.php

    r1209 r1232  
    3838        $this->assertEqual(stubClassLoader::getFullQualifiedClassName('WithStatic'), 'org::stubbles::test::WithStatic'); 
    3939        $this->assertEqual(stubClassLoader::getNonQualifiedClassName('org::stubbles::test::WithStatic'), 'WithStatic'); 
    40         stubClassLoader::load('org::stubbles:.test:.WithStatic'); 
     40        stubClassLoader::load('org::stubbles:test::WithStatic'); 
    4141        $this->assertEqual(WithStatic::getCalled(), 1); 
    4242    } 
  • trunk/src/test/php/net/stubbles/websites/processors/stubAbstractProcessorResolverTestCase.php

    r1231 r1232  
    9393    public function testFalseProcessor() 
    9494    { 
    95         $this->abstractProcessorResolver->setReturnValue('doResolve', 'org.stubbles.test.BazProcessor'); 
     95        $this->abstractProcessorResolver->setReturnValue('doResolve', 'org::stubbles::test::BazProcessor'); 
    9696        $this->expectException('stubProcessorException'); 
    9797        $this->abstractProcessorResolver->resolve($this->mockRequest, $this->mockSession, $this->mockResponse); 
     
    103103    public function testCorrectProcessor() 
    104104    { 
    105         $this->abstractProcessorResolver->setReturnValue('doResolve', 'org.stubbles.test.FooProcessor'); 
     105        $this->abstractProcessorResolver->setReturnValue('doResolve', 'org::stubbles::test::FooProcessor'); 
    106106        $processor = $this->abstractProcessorResolver->resolve($this->mockRequest, $this->mockSession, $this->mockResponse); 
    107107        $this->assertIsA($processor, 'FooProcessor'); 
     
    130130    public function testSerialize() 
    131131    { 
    132         $this->mockPageFactory->setReturnValue('getClassName', 'mock.AnotherMockstubPageFactory'); 
     132        $this->mockPageFactory->setReturnValue('getClassName', 'mock::AnotherMockstubPageFactory'); 
    133133        $serialized = serialize($this->abstractProcessorResolver); 
    134134        $unserialized = unserialize($serialized);