Changeset 3246
- Timestamp:
- 03/26/11 01:13:45
- Files:
-
- trunk/build/buildfilters.xml (modified) (1 diff)
- trunk/config/bwbuild/jboss-postgresql/cal.options.xml (modified) (4 diffs)
- trunk/config/bwbuild/jboss-postgresql/cal.properties (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/buildfilters.xml
r3237 r3246 113 113 <filter token="SCHEMA-DELIMITER" 114 114 value="${propval.app.schema.delimiter}" /> 115 116 <filter token="calSoapWsURI" 117 value="${org.bedework.calws-soap.uri}" /> 118 119 <filter token="exsynchWsURI" 120 value="${org.bedework.exsynch.uri}" /> 115 121 </filterset> 116 122 trunk/config/bwbuild/jboss-postgresql/cal.options.xml
r3241 r3246 758 758 <webcalServiceURI>/webcal</webcalServiceURI> 759 759 760 <!-- Comment out or delete for soap web service --> 761 <calSoapWsURI>/calws-soap/</calSoapWsURI> 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 --> 762 770 <calSoapWsWSDLURI>http://localhost:8080/wsdls/calws-soap/wssvc.wsdl</calSoapWsWSDLURI> 763 771 </Usercaldav> … … 789 797 <webcalServiceURI>/webcal</webcalServiceURI> 790 798 791 <!-- The bedework end of the exch nage synch service. This is a web799 <!-- The bedework end of the exchange synch service. This is a web 792 800 service called by the synch engine to get information out of 793 801 bedework and to update events and status. … … 796 804 797 805 Coming up on a separate port might help to lock it down. 798 Comment out or delete for no exchange synch service --> 799 <exsynchWsURI>/exsynchws/</exsynchWsURI> 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> 800 811 </Pubcaldav> 801 812 … … 913 924 914 925 <!-- location of the WSDL - modified to include server element 915 localhost may be good enough 926 This corresponds to the wsdl deploy location defined in the 927 build properties file. 916 928 --> 917 929 <exchangeWSDLURI>http://localhost:8080/wsdls/exchange/Services.wsdl</exchangeWSDLURI> 918 930 919 <!-- location of the WSDL for the remote web service --> 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 --> 920 935 <remoteWSDLURI>http://localhost:8080/wsdls/exsynch/wssvc.wsdl</remoteWSDLURI> 921 936 trunk/config/bwbuild/jboss-postgresql/cal.properties
r3237 r3246 187 187 org.bedework.global.copy.activemq.config=yes 188 188 189 # ------------------------------------------------------------------------ 190 # Deployment locations for the wsdls and associated files. 191 # For each related service there is a run time URL to allow client services 192 # to access these deployed wsdls. 193 # 194 # In addition we define the location of the associated service which has to be 195 # embedded in the wsdl. 196 # ------------------------------------------------------------------------ 197 198 # All wsdls are under this directory 199 org.bedework.wsdl.deploy.dir=${org.bedework.appserver.dir}/${org.bedework.server.resource.root.dir}/wsdls 200 201 # The exchange web service - needed for exchnage synch service 202 org.bedework.exchange.wsdl.deploy.dir=${org.bedework.wsdl.deploy.dir}/exchange 203 204 # Exchange synch - wsdl 205 org.bedework.exsynch.wsdl.deploy.dir=${org.bedework.wsdl.deploy.dir}/exsynch 206 # Exchange synch - service 207 org.bedework.exsynch.uri=/exsynchws/ 208 org.bedework.exsynch.service=http://localhost:8080/pubcaldav${org.bedework.exsynch.uri} 209 210 org.bedework.calws.wsdl.deploy.dir=${org.bedework.wsdl.deploy.dir}/calws-soap 211 org.bedework.calws-soap.uri=/calws-soap/ 212 org.bedework.calws-soap.service=http://localhost:8080/ucaldav${org.bedework.calws-soap.uri} 213 214 org.bedework.exchange.ws.url=https://tootles-fe1.neverland.rpi.edu/EWS/Exchange.asmx 215 189 216 # 190 217 # ------------------------------------------------------------------------
