Changeset 3032

Show
Ignore:
Timestamp:
10/26/10 15:30:53
Author:
douglm
Message:

Move en/decryption classes into rpiutil.

Change configs to match

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/bwbuild/default/cal.options.xml

    r3018 r3032  
    4040        <!-- Timezone server locations --> 
    4141        <timezonesUri>http://localhost:8080/tzsvr</timezonesUri> 
     42 
     43        <!-- Public/private key locations --> 
     44        <privKeys>@DATA_DIR@/data/bedework/privkeys</privKeys> 
     45        <pubKeys>@DATA_DIR@/data/bedework/pubkeys</pubKeys> 
    4246 
    4347        <systemRoots classname="org.bedework.calfacade.configs.SystemRoots" > 
     
    117121            <disabled>false</disabled> 
    118122          </dummymail> 
    119  
    120           <default-pwencrypt classname="org.bedework.calfacade.security.DefaultPwEncryptionConfig"> 
    121             <privKeys>@DATA_DIR@/data/bedework/privkeys</privKeys> 
    122             <pubKeys>@DATA_DIR@/data/bedework/pubkeys</pubKeys> 
    123  
    124             <debug>true</debug> 
    125             <verbose>true</verbose> 
    126           </default-pwencrypt> 
    127123        </module> 
    128124      </global> 
     
    589585          <debugEntity>false</debugEntity> 
    590586        </iosched> 
     587 
     588        <Exsynch classname="org.bedework.exchgsynch.ExsynchConfig"> 
     589          <appType>exsynch</appType> 
     590 
     591          <!-- location of the WSDL - modified to include server element --> 
     592          <exchangeWSDLURI>http://localhost:8080/exchange/Services.wsdl</exchangeWSDLURI> 
     593 
     594          <!-- Exchange sync callback. Comment out for no service --> 
     595          <exchangeWsPushURI>http://128.113.124.221/exsynch/</exchangeWsPushURI> 
     596 
     597          <!-- Path to keystore - comment out to use default -->           
     598          <keystore>@APPSERVER-DATA-DIR@/exsynchcerts</keystore> 
     599        </Exsynch> 
    591600      </app> 
    592601    </bedework> 
  • trunk/config/bwbuild/jboss-mysql/cal.options.xml

    r3018 r3032  
    4040        <!-- Timezone server locations --> 
    4141        <timezonesUri>http://localhost:8080/tzsvr</timezonesUri> 
     42 
     43        <!-- Public/private key locations --> 
     44        <privKeys>@DATA_DIR@/data/bedework/privkeys</privKeys> 
     45        <pubKeys>@DATA_DIR@/data/bedework/pubkeys</pubKeys> 
    4246 
    4347        <systemRoots classname="org.bedework.calfacade.configs.SystemRoots" > 
     
    117121            <disabled>false</disabled> 
    118122          </dummymail> 
    119  
    120           <default-pwencrypt classname="org.bedework.calfacade.security.DefaultPwEncryptionConfig"> 
    121             <privKeys>@DATA_DIR@/data/bedework/privkeys</privKeys> 
    122             <pubKeys>@DATA_DIR@/data/bedework/pubkeys</pubKeys> 
    123  
    124             <debug>true</debug> 
    125             <verbose>true</verbose> 
    126           </default-pwencrypt> 
    127123        </module> 
    128124      </global> 
     
    589585          <debugEntity>false</debugEntity> 
    590586        </iosched> 
     587 
     588        <Exsynch classname="org.bedework.exchgsynch.ExsynchConfig"> 
     589          <appType>exsynch</appType> 
     590 
     591          <!-- location of the WSDL - modified to include server element --> 
     592          <exchangeWSDLURI>http://localhost:8080/exchange/Services.wsdl</exchangeWSDLURI> 
     593 
     594          <!-- Exchange sync callback. Comment out for no service --> 
     595          <exchangeWsPushURI>http://128.113.124.221/exsynch/</exchangeWsPushURI> 
     596 
     597          <!-- Path to keystore - comment out to use default -->           
     598          <keystore>@APPSERVER-DATA-DIR@/exsynchcerts</keystore> 
     599        </Exsynch> 
    591600      </app> 
    592601    </bedework> 
  • trunk/config/bwbuild/jboss-postgresql/build.properties

    r3012 r3032  
    2525org.bedework.carddav.options=${env.BEDEWORK_CONFIG}/carddav.options.xml 
    2626 
    27 org.bedework.exsynch.options=${env.BEDEWORK_CONFIG}/exsynch.options.xml 
     27#org.bedework.exsynch.options=${env.BEDEWORK_CONFIG}/exsynch.options.xml 
    2828 
    2929# Enable/disable replacement of log4j config during deployment 
  • trunk/config/bwbuild/jboss-postgresql/cal.options.xml

    r3018 r3032  
    4040        <!-- Timezone server locations --> 
    4141        <timezonesUri>http://localhost:8080/tzsvr</timezonesUri> 
     42 
     43        <!-- Public/private key locations --> 
     44        <privKeys>@DATA_DIR@/data/bedework/privkeys</privKeys> 
     45        <pubKeys>@DATA_DIR@/data/bedework/pubkeys</pubKeys> 
    4246 
    4347        <systemRoots classname="org.bedework.calfacade.configs.SystemRoots" > 
     
    117121            <disabled>false</disabled> 
    118122          </dummymail> 
    119  
    120           <default-pwencrypt classname="org.bedework.calfacade.security.DefaultPwEncryptionConfig"> 
    121             <privKeys>@DATA_DIR@/data/bedework/privkeys</privKeys> 
    122             <pubKeys>@DATA_DIR@/data/bedework/pubkeys</pubKeys> 
    123  
    124             <debug>true</debug> 
    125             <verbose>true</verbose> 
    126           </default-pwencrypt> 
    127123        </module> 
    128124      </global> 
     
    589585          <debugEntity>false</debugEntity> 
    590586        </iosched> 
     587 
     588        <Exsynch classname="org.bedework.exchgsynch.ExsynchConfig"> 
     589          <appType>exsynch</appType> 
     590 
     591          <!-- location of the WSDL - modified to include server element --> 
     592          <exchangeWSDLURI>http://localhost:8080/exchange/Services.wsdl</exchangeWSDLURI> 
     593 
     594          <!-- Exchange sync callback. Comment out for no service --> 
     595          <exchangeWsPushURI>http://128.113.124.221/exsynch/</exchangeWsPushURI> 
     596 
     597          <!-- Path to keystore - comment out to use default -->           
     598          <keystore>@APPSERVER-DATA-DIR@/exsynchcerts</keystore> 
     599        </Exsynch> 
    591600      </app> 
    592601    </bedework>