Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

4. Copy the <G-REG_HOME>/ samples/handler/src/target/ org.wso2.carbon.registry.samples.handler-5.23.0.jar file into the <G-REG_HOME>/repository/components/dropins/ directory.

...

Info
titleTip

The axis2.xml file already includes a phaseOrder section with the OutFlow type. You can either replace it with the content above, or simply add the EmailTransformHandler to the MessageOut phase:

Code Block
languagehtml/xml
<handler name="EmailTransformHandler"
         class="org.wso2.carbon.registry.samples.notifications.EmailTransformHandler"/>

This might be useful if you have already defined any other handlers in the Out Flow.

6. Configure Governance Registry to send Ee-mails in GREG_HOME/repository/conf/axis2/axis2.xml.

...