These notes assume a multi-server configuration where it matters. There is a 2 way interaction between the calendar server and the sync engine.
...
- Create a database for the sync engine
- Update the standalone.xml to provide a datasource (and drivers)
- Update the configuration.
- Start it.
- Create the table(s)
Update the configuration
There may be a number of changes to make - both in the calendar server which will interact with the sync engine and for the sync engine itself.
...
In localBedework.xml the name should match the name in the Connector Id above. The bwWSDLURI element refers to either the soap wsdl loaded from the remote server or it can be loaded locally. In either case that file must provide the location of the calendar server in the soap:address element right near the end of wssvc.wsdl. That file is deployed as part of the bwxml module. The files is in wildfly-10.1.0.Final/standalone/deployments/bw-xml-3.11.0.ear/bwwsdls-3.11.0.war/synch/wssvc.wsdl. The server location can be set as part of the build process or edited in later (but that will need to be done on each rebuild/redeploy). The build uses the value in the build time property org.bedework.bwsynch.service which is set in .default/cal.properties.
This process needs to be changed to use the deploy.properties invoked after the build.
Create the tables
The previously created database will have no tables. To make it usable you need to install the schema. Either use the hawtio jmx console or the cli.
Using hawtio to install schema
- Navigate to the sync configuration.
- Switch to operations
- Invoke the "schema" operation
Using the cli to install the schema
- Build the cli if not already built - cd quickstart;./bw -bwcli
- cd into the built tool - cd quickstart/bwcli/dist/temp/shellscr/bwcli
- invoke it - ./bwcli.sh
- enter the admin id and password
- Enter "sync schema"
In either case tables should appear in the database.
Sync Engine operations
The sync engine needs to operate in a firewalled environment. It uses connectors handle subscriptions and has the connector types:
...