...
So this should be added to your config.xml file, for example
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<?xml version="1.0" encoding="UTF-8"?> <config xmlns="urn:com.cohga.server.config#1.0" xmlns:confirm="urn:com.cohga.weave.confirm#1.0"> ... </config> |
...
So to setup the link between Weave and Confirm you would use something like:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<?xml version="1.0" encoding="UTF-8"?> <config xmlns="urn:com.cohga.server.config#1.0" xmlns:confirm="urn:com.cohga.weave.confirm#1.0"> <confirm:config> <entity id="property" featuregroup="PROP"/> <entity id="roads" featuregroup="ROAD"/> </confirm:config> </config> |
...