Changeset 3390
- Timestamp:
- 11/02/11 22:08:51
- Files:
-
- releases/bedework-3.8/config/bwbuild/.defaults/cal.options.xml (modified) (1 diff)
- releases/bedework-3.8/config/bwbuild/.defaults/synch-config.xml (modified) (4 diffs)
- releases/bedework-3.8/config/bwbuild/jboss-postgresql-devel/cal.options.xml (modified) (7 diffs)
- releases/bedework-3.8/deployment/bw-core-appjars.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
releases/bedework-3.8/config/bwbuild/.defaults/cal.options.xml
r3361 r3390 78 78 <hostPrincipalRoot>/principals/hosts</hostPrincipalRoot> 79 79 </systemRoots> 80 81 <synchWsdlUri>@synchWsdlURI@</synchWsdlUri> 82 <synchManagerUri>@synchServiceManager@</synchManagerUri> 83 84 <!-- This must match the connector id in the synch config. 85 It identifies which connection we are using for communication 86 with the synch engine. 87 --> 88 <synchConnectorId>localBedework</synchConnectorId> 80 89 81 90 <!-- To enable mapping of calendar addresses e.g. mailto:fred@example.org releases/bedework-3.8/config/bwbuild/.defaults/synch-config.xml
r3388 r3390 7 7 <!-- ===================================================================== 8 8 Synch engine configuration 9 10 Eventually this data will migrate into a database to allow for dynamic 11 persistent configuration of the system. Many of these properties can be 12 changed via the jmx console but currently the chanegs will not survive 13 a restart. 9 14 ===================================================================== --> 10 15 <bean id="synchConfig" … … 45 50 value="http://localhost:8080/tzsvr" /> 46 51 52 <!-- The table of connectors we define. Each has an id, the key and a 53 value which is the class of the connector for that id. The ids must be 54 unique, but we may have more than one occurrence of connectors with the 55 class. 56 57 For example we could have two bedework connectors to allow synch 58 between the local bedework and some other remote bedework. 59 --> 47 60 <property name="connectors"> 48 61 <map> … … 57 70 value="org.bedework.synch.cnctrs.exchange.ExchangeConnector" /> 58 71 59 <!-- A bedework connector --> 60 <entry key="bwdemo" 72 <!-- A local bedework connector. This handles connections to the local 73 bedework system. This name is configured in to bedework so that 74 it can locate its own connections. 75 --> 76 <entry key="localBedework" 61 77 value="org.bedework.synch.cnctrs.bedework.BedeworkConnector" /> 62 78 … … 92 108 </bean> 93 109 94 <!-- The connector " bwdemo" will load the following config -110 <!-- The connector "localBedework" will load the following config - 95 111 the suffix "BedeworkConfig" is appended to the connector id --> 96 <bean id=" bwdemoBedeworkConfig"112 <bean id="localBedeworkBedeworkConfig" 97 113 class="org.bedework.synch.cnctrs.bedework.BedeworkConnectorConfig"> 98 114 <property name="readOnly" value="false" /> releases/bedework-3.8/config/bwbuild/jboss-postgresql-devel/cal.options.xml
r3361 r3390 81 81 <synchWsdlUri>@synchWsdlURI@</synchWsdlUri> 82 82 <synchManagerUri>@synchServiceManager@</synchManagerUri> 83 84 <!-- This must match the connector id in the synch config. 85 It identifies which connection we are using for communication 86 with the synch engine. 87 --> 88 <synchConnectorId>localBedework</synchConnectorId> 83 89 84 90 <!-- To enable mapping of calendar addresses e.g. mailto:fred@example.org … … 539 545 540 546 <!-- Where the browser finds css and other resources --> 541 <browserResourceRoot> http://localhost:8080/caladminrsrc</browserResourceRoot>547 <browserResourceRoot>/caladminrsrc</browserResourceRoot> 542 548 543 549 <!-- Where the server finds xsl etc --> … … 572 578 573 579 <!-- Where the browser finds css and other resources --> 574 <browserResourceRoot> http://localhost:8080/eventsubmitrsrc</browserResourceRoot>580 <browserResourceRoot>/eventsubmitrsrc</browserResourceRoot> 575 581 576 582 <!-- Where the server finds xsl etc --> … … 608 614 609 615 <!-- Where the browser finds css and other resources --> 610 <browserResourceRoot> http://localhost:8080/calrsrc</browserResourceRoot>616 <browserResourceRoot>/calrsrc</browserResourceRoot> 611 617 612 618 <!-- Where the server finds xsl etc --> … … 646 652 647 653 <!-- Where the browser finds css and other resources --> 648 <browserResourceRoot> http://localhost:8080/calfeedrsrc</browserResourceRoot>654 <browserResourceRoot>/calfeedrsrc</browserResourceRoot> 649 655 650 656 <!-- Where the server finds xsl etc --> … … 684 690 685 691 <!-- Where the browser finds css and other resources --> 686 <browserResourceRoot> http://localhost:8080/calrsrc</browserResourceRoot>692 <browserResourceRoot>/calrsrc</browserResourceRoot> 687 693 688 694 <!-- Where the server finds xsl etc --> … … 719 725 720 726 <!-- Where the browser finds css and other resources --> 721 <browserResourceRoot> http://localhost:8080/ucalrsrc</browserResourceRoot>727 <browserResourceRoot>/ucalrsrc</browserResourceRoot> 722 728 723 729 <!-- Where the server finds xsl etc --> releases/bedework-3.8/deployment/bw-core-appjars.xml
r3322 r3390 222 222 <getJar lib="${org.bedework.temp.extrajars.dir}" 223 223 libcache="${org.bedework.libcache.dir}" 224 name="commons-lang" version="2. 1"/>224 name="commons-lang" version="2.6"/> 225 225 226 226 <getJar lib="${org.bedework.temp.extrajars.dir}"
