Changeset 3338

Show
Ignore:
Timestamp:
09/09/11 11:01:18
Author:
douglm
Message:

Updated Oracle options

Files:

Legend:

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

    r3328 r3338  
    731731          <!-- Comment out or delete for no web calendar service --> 
    732732          <webcalServiceURI>/webcal</webcalServiceURI> 
     733 
     734          <!-- SOAP web service  
     735               This corresponds to the full uri in the properties file. 
     736               Defined as a global deployment property 
     737                
     738               NOTE: tthe value below is defined in the build properties  
     739                --> 
     740          <calSoapWsURI>@calSoapWsURI@</calSoapWsURI> 
     741           
     742          <!-- This corresponds to the deployment path in the properties file. 
     743               Defined as a global deployment property  --> 
     744          <calSoapWsWSDLURI>http://localhost:8080/wsdls/calws-soap/wssvc.wsdl</calSoapWsWSDLURI> 
    733745        </Usercaldav> 
    734746 
     
    865877          <debugEntity>false</debugEntity> 
    866878        </iosched> 
    867  
    868         <!-- ================================================================== 
    869                           Exchange synch 
    870              ================================================================== --> 
    871         <Exsynch classname="org.bedework.exchgsynch.ExsynchConfig"> 
    872           <appType>exsynch</appType> 
    873  
    874           <!-- location of the WSDL - modified to include server element --> 
    875           <exchangeWSDLURI>http://localhost:8080/exchange/Services.wsdl</exchangeWSDLURI> 
    876  
    877           <!-- Exchange sync callback. Comment out for no service --> 
    878           <exchangeWsPushURI>http://128.113.124.221/exsynch/</exchangeWsPushURI> 
    879  
    880           <!-- Path to keystore - comment out to use default -->           
    881           <keystore>@APPSERVER-DATA-DIR@/exsynchcerts</keystore> 
    882  
    883           <!-- location of the WSDL for the remote web service --> 
    884           <remoteWSDLURI>http://localhost:8080/exchange/wssvc.wsdl</remoteWSDLURI> 
    885            
    886           <remoteWsURL>http://localhost:8080/pubcaldav/exsynchws/</remoteWsURL> 
    887            
    888           <!-- seconds  -->  
    889           <remoteKeepAliveInterval>60</remoteKeepAliveInterval> 
    890         </Exsynch> 
    891879 
    892880        <!-- =============================================================== 
     
    918906          <hostPrincipalRoot>/principals/hosts</hostPrincipalRoot> 
    919907        </usercarddav> 
     908 
     909        <!-- =============================================================== 
     910                          User CardDAV server usercarddavweb 
     911             This should be pretty much identical to the above 
     912             =============================================================== --> 
     913        <usercarddavweb classname="org.bedework.carddav.util.CardDAVConfig" > 
     914          <sysintfImpl>org.bedework.carddav.bwserver.BwSysIntfImpl</sysintfImpl> 
     915           
     916          <webaddrServiceURI>/find</webaddrServiceURI> 
     917          <webaddrServicePropertiesList>fn,email,note,org</webaddrServicePropertiesList> 
     918          <webaddrPublicAddrbook>/principals/users</webaddrPublicAddrbook> 
     919 
     920          <directoryBrowsingDisallowed>false</directoryBrowsingDisallowed> 
     921 
     922          <defaultAddressbook>addressbook</defaultAddressbook> 
     923 
     924          <!-- This will act as the root for the file system --> 
     925          <addressBookHandlerPrefix>/user</addressBookHandlerPrefix> 
     926           
     927          <!-- Needed for access calculations --> 
     928          <userHomeRoot>/user</userHomeRoot> 
     929 
     930          <principalRoot>/principals</principalRoot> 
     931          <userPrincipalRoot>/principals/users</userPrincipalRoot> 
     932          <groupPrincipalRoot>/principals/groups</groupPrincipalRoot> 
     933          <resourcePrincipalRoot>/principals/resources</resourcePrincipalRoot> 
     934          <venuePrincipalRoot>/principals/locations</venuePrincipalRoot> 
     935          <ticketPrincipalRoot>/principals/tickets</ticketPrincipalRoot> 
     936          <hostPrincipalRoot>/principals/hosts</hostPrincipalRoot> 
     937        </usercarddavweb> 
    920938 
    921939        <!-- ===============================================================