wso2

WSO2 : API Manager 1.6.0 on WSO2ESB 4.8.1

时间秒杀一切 提交于 2019-12-25 03:04:34
问题 Is it possible to install API Manager 1.6.0 Feature on wso2esb 4.8.1 .I tried to install using Feature Management,but it is showing dependency problem.. While trying to install using feature management,i am getting the below error Your original install request has been modified. org.wso2.carbon.registry.core.server.feature.group-4.2.1 is already present because other installed software requires it. It will be added to the installed software list. org.wso2.carbon.security.mgt.feature.group-4.2

Combine WSO2 ESB with WSO2 IS

家住魔仙堡 提交于 2019-12-25 02:53:31
问题 I'm considering using the functions of WSO2 IS. However, I already have WSO2 ESB deployed in a production environment, so I'd prefer to add IS features to the already existent ESB environment. I was able to start with the IS 4.1.0 bundle, add the Carbon 4.0.5 P2 repository (ESB 4.6.0 is built upon that version of Carbon) and install ESB 4.6.0 features, but I cannot seem to be able to do the opposite, since as far as I can tell WSO2 IS is based on Carbon 4.0.6, but there's no P2 repo for it.

WSO2ESB has Bug According to this Configuration

别等时光非礼了梦想. 提交于 2019-12-25 02:50:14
问题 i am using 4.6.0 WSO2ESB as per my configuration its working some scenarios but giving unkonow faults is it a fulfilled tool. i tried in many ways this below scenarios is i am passing wrong value which primary key dependant but WSO2 esb unable to handle this even i tried all the properties .if any one knows about WSO2 enough well help me i am struck past too many days about this small issue my insertion is working but if any primary key violation error is thier in WSO2DSS ESb unable to send

How Event stream Works in wso2cep3.0.0

社会主义新天地 提交于 2019-12-25 02:13:49
问题 I am working with wso2cep3.0.0, My input source and out put source is JMs.I written my Input event adapter and output event adapter like this Input adapter is <?xml version="1.0" encoding="UTF-8"?> <inputEventAdaptor name="jmsProxy" statistics="disable" trace="enable" type="jms" xmlns="http://wso2.org/carbon/eventadaptormanager"> <property name="java.naming.provider.url">tcp://localhost:61616</property> <property name="transport.jms.SubscriptionDurable">false</property> <property name=

WSO2 Error - Exception encountered but no fault handler found - message dropped

会有一股神秘感。 提交于 2019-12-25 01:59:43
问题 I am getting the above error,Below is my configuration I configured a proxy service and i want to use Filter Mediator to check some conditon (JSON format i passed through request) and need to call another back end service Here is my configuration <?xml version="1.0" encoding="UTF-8"?><proxy xmlns="http://ws.apache.org/ns/synapse" name="SampleProxy" transports="https,http" statistics="disable" trace="disable" startOnLoad="true"> <target> <inSequence> <payloadFactory media-type="json"> <format>

Issue building WSO2 Governance registry source code

蹲街弑〆低调 提交于 2019-12-25 01:53:31
问题 I have been trying to build the WSO2 Governance registry from the source code checked out from '_http://svn.wso2.org/repos/wso2/carbon/platform/tags/4.0.5/products/greg/4.5.3' as mentioned in the site. I am getting the following error while running the pom.xml ------------------------------------------------------------------------ [INFO] Building WSO2 Governance Registry Source 4.5.3 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- incremental

WSO2 - Add local authentication step BEFORE basic auth

回眸只為那壹抹淺笑 提交于 2019-12-25 01:26:31
问题 WSO2 5.3.0. I am attempting to put in a local authentication step into my flow BEFORE basic auth runs. This is to aid in upgrading our password hashing algorithm (see this other question I asked) The problem (I think) I am running into is that the initiateAuthenticationRequest is not being called for my new local authenticator (so username is null at the time, the basic authenticator runs to pop the login screen and fill it in, but my code never reruns). EDIT: My initiateAuthenticationRequest

Can't login WSO2 API manager via wso2 identity server and Facebook credential

ぐ巨炮叔叔 提交于 2019-12-25 01:15:38
问题 What I wanna do is : 1.SSO with wso2 Identity server 5.1.0 and wso2 API manager 1.10.0 (done) reference : https://docs.wso2.com/display/AM1100/Configuring+Single+Sign-on+with+SAML2 2.Login wso2 API manager 1.10.0 via Facebook credential (fail) reference : https://docs.wso2.com/display/IS510/How+To%3A+Login+to+the+Identity+Server+using+Facebook+Credentials The situation is : 1.When I go to the login page of APIM , it will redirect to Facebook login page via Identity server. 2.I login to

Pass a Custom Authorization Token to the Backend

a 夏天 提交于 2019-12-25 00:13:49
问题 I am trying to send a custom token to an existing API via WSO2. As in, I have a token for the backend API and I want it included in the header WSO2 sends to that API. All google queries appear to lead to this page. Unfortunately, those instructions assume WSO2 cloud, where I am using a local install. Are there instructions on how to do this with a local install? Preferably without Eclipse? Even more preferably within the WSO2 GUI? Thanks! EDIT: As per an answer below, I've made some progress.

How to configure password expire time in bulk import from CSV in WSO2 Identity Server 5.3.0

半世苍凉 提交于 2019-12-24 23:45:17
问题 Hi I am using WSO2 Identity Server 5.3.0. I want to create users by using bulk import from a CSV File. I am able to do it successfully. Problem Statement: Users are created successfully but in the documentation link, it is mentioned that the default password expiry for the users is 24 hours. Is there any way possible through configuration that we can turn this setting off. OR Increase the time for this password expiry. Document Link: I enabled the Bulk storage from user-mgt.xml file.