wso2

What are the steps needed to build WSO2 Carbon Platform Patch Release 4.0.x?

ぃ、小莉子 提交于 2019-12-13 05:53:28
问题 I'm trying to build the Carbon Platform from source. I've tried this: svn co https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.0.0 cd patch-releases\4.0.9 set MAVEN_OPTS="-Xms512m -Xmx1024m -XX:MaxPermSize=1024m" mvn clean install -Dmaven.test.skip=true However, I had hit this problem: link After fixing that problem, I have now run into this: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0:compile (default-compile) on project org.wso2.carbon.message

wso2 api manager 1.6.0 problems with User store management using ActiveDirectoryUserStoreManager

回眸只為那壹抹淺笑 提交于 2019-12-13 05:17:39
问题 I'm trying to setup a ActiveDirectoryUserStoreManager as a secondary user store. But I cannot seem to get the Role assignment of users correct. What I have done so far: - Made the AD ldap-connection - Retrieved the users from the AD - Retrieved the roles from the AD - Can view Users that are connected to a specific role in API Manager Gui My problem: When I go to a user and click "View Roles" in the API Manager Gui ({IP}:9443/carbon/user/user-mgt.jsp) I get a "No matching roles found" dialog.

Error when accessing ESB Proxy with Jaggery WSStub

只谈情不闲聊 提交于 2019-12-13 05:15:42
问题 I created a web service and was able to send requests to it from a serverside Jaggery.js script with no problem. Then I created a WSDL Proxy Service inside WSO2 ESB and tested it using the "Try it!" feature. After I redirected my serverside script from the original web service to its proxy inside ESB, I got the error in System Logs: The endpoint reference (EPR) for the Operation not found is /services/BpmAdderProcessProxy.BpmAdderProcessProxyHttpSoap11Endpoint and the WSA Action = urn

WSO2 Application server CarbonAppUploader will not overwrite existing artifact

走远了吗. 提交于 2019-12-13 05:14:39
问题 I am trying to use CarbonAppUploader to deploy a carbon application on WSO2 Application Server. The service deploys the app as per log, but then complains if an artifact already exists. See below: TID: [0] [AS] [2014-01-14 15:14:52,496] ERROR {org.wso2.carbon.application.deployer.CappAxis2Deployer} - Error while deploying carbon application /...skip.../wso2as-5.1.0/repository/carbonapps/0/MY_ARTIFACT-1.0.1-SNAPSHOT.car {org.wso2.carbon.application.deployer.CappAxis2Deployer} java.lang

How do I get the list of SOAP services exposed by WSO2 Identity Server?

守給你的承諾、 提交于 2019-12-13 05:12:46
问题 I've recently started looking at WSO2 Identity Server as an alternative to what my company is currently using. I'm finding it difficult to determine what SOAP and REST services are exposed and what the URLs for those are. I've tried starting the server (on my Windows machine) with wso2server.bat -DosgiConosle , but I can't seem to get the OSGi console after the server has started. Is there any other way to get the list of services exposed by the product? Also, I'm not aware of the service API

WSO2 Auth off Facebook and Windows live

天涯浪子 提交于 2019-12-13 05:01:18
问题 I've been doing some reading up on wso2. I've installed the Identity server and hit a bit of a brick wall. I'm trying to allow users to auth via facebook and windows live. I assume i will be using oauth to do this. However, i just cant seem to figure out how or where i do this. Could someone please just direct me in the right direction. Thanks Rob 回答1: Yes you need to use oauth option. WSO2 IS 5 supports for many third party login providers. You need to create app on Oauth on provider &

Not able to install XACML and XACML Mediation in WSO2AM-2.5.0

不问归期 提交于 2019-12-13 04:40:53
问题 I am following this link I am stuck on this point given below e) Scroll down and find the XACML related features and install the features to the API Manager as shown below. I am not able to get "XACML Mediation" in wso2AM-2.5.0 And one more thing If any one know every step how to create API in API manager to access XACML policy. I followed many links but i got stuck many point like method parameter, end point of sandbox or production, access token. If any one know every step with clarity then

custom oAuth2 token after a sam2 assertion check

本小妞迷上赌 提交于 2019-12-13 04:37:19
问题 I need to release, using wso2 is, a custom oAuth2 token after a check on saml2 assertion as input. How is it possibile customized the oAuth2 token ? 回答1: You can retrieve OAuth access token for SAML2 assertion. As WSO2 Identity Server 4.5.0 supports saml2 bearer assertion grant type. You can find the doc. You can modify the returning OAuth2 access token by adding custom implementation. There is an interface that you can implement this. Here you have a method called "issue". Actually you may

SMPP using WSO2

非 Y 不嫁゛ 提交于 2019-12-13 04:33:45
问题 Hi Followed the blog mentioned in SMS Transport sender in wso2 ESB and configured axis2.xml for transportSender and transportReceiver . I am able to send a message from ESB to SMPP simulator but I am unable to receive message from SMPP simulator to ESB . In the SMPP Simulator, I tried by adding bot 't'/'r' to enable transmitter/receiver and also tried by giving tr assuming that it is for tranceiver in users.txt but still I am unable to get a response in ESB. Could you please help in

Monitor remote WSO2 ESB using JMX

风流意气都作罢 提交于 2019-12-13 04:24:58
问题 I want to monitor my ESB using Jconsole and JMX. I can connect to JMX server from the localhost but for connecting from remote machine to my esb I can establish the connection. I use WSO2 ESB 4.6 and this my JMX configuration in carbon.xml file. <JMX> <!--The port RMI registry is exposed--> <RMIRegistryPort>9999</RMIRegistryPort> <!--The port RMI server should be exposed--> <RMIServerPort>11111</RMIServerPort> </JMX> 回答1: I found the problem, my rmi service was running on the host ip which