Changeset 3262

Show
Ignore:
Timestamp:
05/05/11 15:52:44
Author:
douglm
Message:

Bring default (hsql) schema up to date with postgres

Files:

Legend:

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

    r3259 r3262  
    757757          <!-- Comment out or delete for no web calendar service --> 
    758758          <webcalServiceURI>/webcal</webcalServiceURI> 
     759 
     760          <!-- SOAP web service  
     761               This corresponds to the full uri in the properties file. 
     762               Defined as a global deployment property 
     763                
     764               NOTE: tthe value below is defined in the build properties  
     765                --> 
     766          <calSoapWsURI>@calSoapWsURI@</calSoapWsURI> 
     767           
     768          <!-- This corresponds to the deployment path in the properties file. 
     769               Defined as a global deployment property  --> 
     770          <calSoapWsWSDLURI>http://localhost:8080/wsdls/calws-soap/wssvc.wsdl</calSoapWsWSDLURI> 
    759771        </Usercaldav> 
    760772 
     
    784796          <!-- Comment out or delete for no web calendar service --> 
    785797          <webcalServiceURI>/webcal</webcalServiceURI> 
     798 
     799          <!-- The bedework end of the exchange synch service. This is a web 
     800               service called by the synch engine to get information out of 
     801               bedework and to update events and status. 
     802                
     803               This path should probably be restricted to a given host only. 
     804                
     805               Coming up on a separate port might help to lock it down. 
     806               Comment out or delete for no exchange synch service  
     807                
     808               NOTE: tthe value below is defined in the build properties  
     809               --> 
     810          <exsynchWsURI>@exsynchWsURI@</exsynchWsURI> 
    786811        </Pubcaldav> 
    787812 
     
    898923          <appType>exsynch</appType> 
    899924 
    900           <!-- location of the WSDL - modified to include server element --> 
    901           <exchangeWSDLURI>http://localhost:8080/exchange/Services.wsdl</exchangeWSDLURI> 
     925          <!-- location of the WSDL - modified to include server element  
     926               This corresponds to the wsdl deploy location defined in the 
     927               build properties file. 
     928          --> 
     929          <exchangeWSDLURI>http://localhost:8080/wsdls/exchange/Services.wsdl</exchangeWSDLURI> 
     930 
     931          <!-- location of the WSDL for the remote web service  
     932               This corresponds to the wsdl deploy location defined in the 
     933               build properties file. 
     934          --> 
     935          <remoteWSDLURI>http://localhost:8080/wsdls/exsynch/wssvc.wsdl</remoteWSDLURI> 
    902936 
    903937          <!-- Exchange sync callback. Comment out for no service --> 
    904           <exchangeWsPushURI>http://128.113.124.221/exsynch/</exchangeWsPushURI> 
     938          <exchangeWsPushURI>http://128.113.124.225:8080/exsynch/</exchangeWsPushURI> 
    905939 
    906940          <!-- Path to keystore - comment out to use default -->           
    907941          <keystore>@APPSERVER-DATA-DIR@/exsynchcerts</keystore> 
    908  
    909           <!-- location of the WSDL for the remote web service --> 
    910           <remoteWSDLURI>http://localhost:8080/exchange/wssvc.wsdl</remoteWSDLURI> 
    911942           
    912943          <remoteWsURL>http://localhost:8080/pubcaldav/exsynchws/</remoteWsURL> 
  • trunk/config/bwbuild/default/cal.properties

    r3259 r3262  
    189189org.bedework.global.copy.activemq.config=yes 
    190190 
     191# ------------------------------------------------------------------------ 
     192# Deployment locations for the wsdls and associated files. 
     193# For each related service there is a run time URL to allow client services  
     194# to access these deployed wsdls. 
     195# 
     196# In addition we define the location of the associated service which has to be 
     197# embedded in the wsdl. 
     198# ------------------------------------------------------------------------ 
     199 
     200# All wsdls are under this directory 
     201org.bedework.wsdl.deploy.dir=${org.bedework.appserver.dir}/${org.bedework.server.resource.root.dir}/wsdls 
     202 
     203# The exchange web service - needed for exchnage synch service 
     204org.bedework.exchange.wsdl.deploy.dir=${org.bedework.wsdl.deploy.dir}/exchange 
     205 
     206# Exchange synch - wsdl 
     207org.bedework.exsynch.wsdl.deploy.dir=${org.bedework.wsdl.deploy.dir}/exsynch 
     208# Exchange synch - service 
     209org.bedework.exsynch.uri=/exsynchws/ 
     210org.bedework.exsynch.service=http://localhost:8080/pubcaldav${org.bedework.exsynch.uri} 
     211 
     212org.bedework.calws.wsdl.deploy.dir=${org.bedework.wsdl.deploy.dir}/calws-soap 
     213org.bedework.calws-soap.uri=/calws-soap/ 
     214org.bedework.calws-soap.service=http://localhost:8080/ucaldav${org.bedework.calws-soap.uri} 
     215 
     216org.bedework.exchange.ws.url=https://exchange.mysite.edu/EWS/Exchange.asmx 
     217 
    191218# 
    192219# ------------------------------------------------------------------------ 
     
    711738org.bedework.app.exsynchwcb.name=Demoexsynchw 
    712739#org.bedework.app.exsynchwcb.deploy.dir=${org.bedework.appserver.deploy.dir} 
    713 org.bedework.app.exsynchwcb.wsdl,deploy.dir=/exchange 
     740org.bedework.app.exsynchwcb.wsdl,deploy.dir=/wsdl/exsynch 
    714741org.bedework.app.exsynchwcb.logprefix=exsynch 
    715742