kojak
kojak

Reputation: 36

WSO2 BAM 2.5.0 output adapters are missing

I would like to use email output event adapter in WSO2 BAM 2.5.0. So according to documentation I should go to Configure --> Output Event Adapters --> Add Output Event Adapter, but there is no email adapter in select list.

Why?

Where are output adaptors?

According to documentation there should be email, mysql, websocket etc. adapters.

Should I enable something in BAM configs files?

Or it just a bug, if yes, is there any patch?

Here is link to documentation: Output Event Adapters

Upvotes: 1

Views: 99

Answers (1)

dave
dave

Reputation: 91

The SOAP output event adaptor does not get loaded properly and this is a bug in this version. So you would need to remove the "org.wso2.carbon.event.output.adaptor.soap_1.0.2.jar" file from "repository/components/plugins" directory and restart the server. You should get the email output event adapter to work after doing this.

Upvotes: 1

Related Questions