Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

So this should be added to your config.xml file, for example

Code Block
xml
xml
linenumberstruexml
<?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
xml
linenumberstruexml
<?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>

...