I am trying to publish the flow traces of the wso2 EI 6.4.0 messages in Jaeger.
My question is:
Does Jaeger support WSO2 EI version 6.4.0? Are there other alternatives for this version of WSO2?
Thank you very much and greetings
Jaeger tracing support is available from EI-6.6.0 version onwards.
However you can use the Analytics profile of WSO2 EI-6.4.0 to monitor statistics related to the message mediation that is carried out by the ESB profile of WSO2 EI.
https://docs.wso2.com/display/EI640/Working+with+Analytics
Related
I want to add an api published on wso2 apim version 3.2 to apim v2.6.
I failed to do this.
Any idea?
I want to integrate with DocuSign and I found the wso2 connector for DocuSign 1.0.9 version.
The DocuSign connector has not been updated for some time now and I did not see the OAuth2 authentication capabilities there with the impersonation option.
Is this connector up-to-date and would work with wso2ei 6.4.0?
Is there another connector for DocuSign?
Best,
Pratyush
As per the connector store description for this connector this supports the EI 6.4.0 version. It seems that this is the only available connector for DocuSign.
Can you please check the documentation [2] this seems to be supporting OAuth2 authentication.
[1]-https://store.wso2.com/store/assets/esbconnector/details/335702ff-8e66-4a57-9e0a-b189aa4c50d2
[2]-https://docs.wso2.com/display/ESBCONNECTORS/Configuring+DocuSign+Operations
I know that WSO2 ESB is one of product of WSO2 EI platform.
But I need to connect oracle database and execute some sample queries, I cannot find this feature from WSO2 ESB, but WSO EI has that features
Please refer below Questions:
What if i use WSO2 EI instead of WSO2 ESB for integrate our systems and subsystems in productino usages ?
Which one is better to use ?
WSO2 EI is nothing more than a collection of profiles such as WSO2 ESB, WSO2 Message Broker etc. You can use WSO2 EI without any problem because WSO2 ESB is not released separately anymore. Download EI and start the ESB profile by going to [EI-HOME]/bin/integrator.sh.
I'm using WSO2 API MANAGER VERSION 1.10.0
Sample API published with script description in publisher portal
and i open the api detail in store portal
setting carbon.xml is below
<XSSPreventionConfig>
<Enabled>true</Enabled>
<Rule>allow</Rule>
<!--Patterns>
<Pattern></Pattern>
</Patterns-->
</XSSPreventionConfig>
How can I solve it with setting?
You can download security patches for APIM 1.10.0 from here. This is already fixed in them.
There are compatibility problems between versions of ESB and BAM?
I'm trying to configure the two products, installing ESB feature, BAM Activity Data Mediation(Version 3.2.0) with the p2_repo http://dist.wso2.org/p2-zip/carbon/releases/3.2.0/20-06-2011/p2-repo.zip
I am having problems adding the ESB server in the BAM monotored servers, thrown an exception: Error Adding Server. Failed to subscribe to https: //localhost: 9444/services/BAMEventBrokerService. (Adding the ESB server in the WSO2 BAM as: https:// localhost: 9444 - Eventing - Mediation)
I try various combinations:
WSO2 ESB 4.0.0 with WS02 BAM 1.3.2 - Fail;
WSO2 ESB 4.0.0 with WS02 BAM 1.3.0 - Fail;
WSO2 ESB 4.0.3 with WS02 BAM 1.3.2 - Fail;
WSO2 ESB 4.0.3 with WS02 BAM 1.3.0 - Ok, I managed to configure it
properly, but Bam no refresh the data statistics. I send some request
to a ESB service, but BAM not register any thing.
Thanks
I saw this question now. Can you try with Mediation Data Agent and BAM Mediator
with latest ESB 4.5.1 and BAM 2.0.1. You can use 4.0.3 p2-repo. Compatibility is tested.