Versions Compared

Key

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

...

To add a custom query processor to Governanace Registry and the following configuration at [CARBON$GREG_HOME]/repository/conf/registry.xml

Code Block
languagehtml/xml
<queryProcessor>
    <processor>org.wso2.carbon.registry.samples.processor.SampleQueryProcessor</processor>
    <queryType>application/vnd.wso2.sample.query</queryType>
</queryProcessor>

...