This is a sample service client implementation for WSO2 Governance Registry 5.1.0 which traverse through a registry resource tree and copy all resources to a desired location. Also it can ignore specified paths in a resources tree while copying.
Source and binary can be found in this location.
Follow the instructions mentioned in the README.md file to run the client.
You can modify following properties in the 'resources/client.properties' file to change the behaviour of this service client
Source and binary can be found in this location.
Follow the instructions mentioned in the README.md file to run the client.
You can modify following properties in the 'resources/client.properties' file to change the behaviour of this service client
Property Name | Description |
---|---|
GREG.URL | Services endpoint of the G-REG server URL (ex: https://localhost:9443/services/) |
GREG.USERNAME | User name (This user must have read/write access to the registry) |
GREG.PASSWORD | Password |
FROM.PATH | Source location (ex: /_system/config) |
TO.PATH | Destination (ex: /_system/config/dev) |
ESCAPE.PATHS | Paths to skip while copying. Add paths here in a comma separated manner |
AXIS2.REPO | Required to create axis2 configuration context |
AXIS2.CONF | Axis2 configuration file path |
TRUST.STORE.LOCATION | Trust store location which contains public certificate of the G-REG server |
TRUST.STORE.PASSWORD | Trust store password |
Comments
Post a Comment