wso2carbon

WSO2 external ldap not working

我的未来我决定 提交于 2019-12-10 11:40:24
问题 I edited the user-mgt.xml to try and connect to a newly installed Apache DS LDAP. I created an ldap user person object in apache ds ldap located at: cn=admin,ou=users,o=southpark I tried READ ONLY section: <UserStoreManager class="org.wso2.carbon.user.core.ldap.ReadOnlyLDAPUserStoreManager"> <Property name="ReadOnly">true</Property> <-Property name="MaxUserNameListLength">100</Property> <Property name="ConnectionURL">ldap://localhost:10389</Property> <Property name="ConnectionName">cn=admin

How to Create and Deploy a BPEL process with Human Tasks using wso2 BPEL

只愿长相守 提交于 2019-12-10 10:41:27
问题 I have not found any documentation regarding creation of BPEL process with Human Task using WSO2 BPEL . There is just once example called Claims Approval existing which is ready to deploy process. The documentation of creating that example process was also not there. Please help me out. Have found a similar question existing but unfortunately there was no answer for that question. Any help is greatly appreciated! Greetings Karthik 回答1: Please fing documentation on at Claims Approval [1].

How to set tenant to header in mediator with WSO2 API Manager

自作多情 提交于 2019-12-10 03:43:57
问题 I have an API that requires the tenant as a header. If I create a custom in-sequence: <sequence name="WSO2AM--Ext--In"> <header name="X-Tenant-Id" scope="transport" action="set" expression="???????????????????" /> </sequence> Is there an expression that I can use to achieve this? Or should I resort to creating a per-API mediator to set it? PS: Looking at WSO2 source code (CarbonTenantInfoConfigurator.java), I found this fragment that could be useful as a hint: PrivilegedCarbonContext cc =

CDATA in payload factory in WSO2 ESB

大兔子大兔子 提交于 2019-12-09 13:35:03
问题 I am trying to write a sequence in ESB and populate my payload data by using payload factory as i stated below example. <payloadFactory> <format> <p:echoInt xmlns:p="http://echo.services.core.carbon.wso2.org"> <in xmlns="">$1</in> </p:echoInt> </format> <args> <arg xmlns:ns="http://org.apache.synapse/xsd" expression="an-xml-formatted-string"/> </args> </payloadFactory> <send> <endpoint> <address uri="http://noon101:8280/services/echo" format="soap11"/> </endpoint> </send> Because my string is

Writing on a text file using VFS in WSO2 ESB 4.8.1

懵懂的女人 提交于 2019-12-08 05:10:05
问题 I am using VFS transport to poll a simple text file and then i send the text of a file to a queue. This flow works fine but in case of error scenario when fault sequence is executed , i want to write my error message to a simple text file and it is not Working. Note: I am using WSO2 ESB Version 4.8.1. I have enabled the VFS transport in my "axis2.xml" file. I have also tried all the solutions provided in this question which is related to mine. My Service Code: <?xml version="1.0" encoding=

WSO2 Identity Server AuthenticationAdmin API Authentication Failed

限于喜欢 提交于 2019-12-08 04:34:21
问题 I am following tutorial mentioned here: https://docs.wso2.com/display/IS500/Managing+Users+and+Roles+with+APIs And using the sample code provided on the page: http://cache.facilelogin.com/org.wso2.identity.um.sample.zip I have added the required JARs to the eclipse project. The project builds successfully without any issues. However, when i run the project, i get following errors: log4j:WARN No appenders could be found for logger (org.apache.axiom.om.util.StAXUtils). log4j:WARN Please

mysql throws Unknown column 'mac' in 'field list'

岁酱吖の 提交于 2019-12-08 03:17:09
问题 org.mozilla.javascript.WrappedException: Wrapped org.jaggeryjs.scriptengine.exceptions.ScriptException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'mac' in 'field list' ([driver]/driver.js#32) I encounter this error in Wso2 EMM 1.1.0 after upgrading from 1.0.0 did anyone face this issue while migrating mysql db for wso2emm_db? 回答1: There is an issue with the mysql.sql script for devices table and it has been reported in the public JIRA . In <PRODUCT_HOME>

Running WSO2 Carbon as Web Application in Tomcat

穿精又带淫゛_ 提交于 2019-12-06 11:52:03
I'm trying to run WSO2 Carbon as a web application in Apache Tomcat. I've followed the procedure discussed at http://pradeepfernando.blogspot.com/2012/09/running-wso2-carbon-as-web-app-apache.html . I've added the web application folders into Tomcat webapps folder, configured HTTPS listener of Tomcat. Server logs show that application is successfully deployed and OSGI console is started. When I try to connect to application from https://localhost:8443/crbn/carbon , I get a 404 error. There are no exceptions in server logs. Tomcat error screen contains reference to BridgeServlet: /crbn/carbon ,

How to Create and Deploy a BPEL process with Human Tasks using wso2 BPEL

删除回忆录丶 提交于 2019-12-06 07:06:47
I have not found any documentation regarding creation of BPEL process with Human Task using WSO2 BPEL . There is just once example called Claims Approval existing which is ready to deploy process. The documentation of creating that example process was also not there. Please help me out. Have found a similar question existing but unfortunately there was no answer for that question. Any help is greatly appreciated! Greetings Karthik Please fing documentation on at Claims Approval [1]. Regarding human task process creating , from [2] you can find about implementing a human task event listener.

WSO2 API Manager - Displaying Private IP in the store

旧街凉风 提交于 2019-12-05 20:50:54
I have installed the API manager 1.6.0 and got API Manager running as well. However the problem is IP address shown within store is the private IP of the server. Private IP is accessed via a VPN. Below is the URL which is shown in the store as Production and Sandbox URLs, http://192.168.6.162:8280/railway/2.0 For 192.168.6.162 I have assigned a public IP which is 103.11.35.xx and assigned a domain my-domain-name as well. What I would like to see is as below, http://my-domain-name/railway/2.0 How can I configure API Manager to show the domain name instead of an IP address with a port? You can