wso2carbon

WSO2 MDM Connection Failer

北慕城南 提交于 2019-12-02 07:51:28
Im trying to setup WSO2MDM on Nexus 07 tablet. I have configured web based backend and its up and running. I followed the guide lines in documentation to set up Client mobile app on the tablet. (Already set the configuration according to steps on documentation and compiled it.) But When I try to register using tablet it gives me an error saying "Authentication failed due to a connection failure do you want to try again?"; Please advise me how to sort this out. What's the authentication parameters you tried? In a fresh pack, you may not have configured tenants. So your basic login parameters

XML to XML transformation with wso2

£可爱£侵袭症+ 提交于 2019-12-02 06:25:01
I am using wso2 esb 4.8.1. I am trying to do xml to xml transformation with the help of smooks mediator but I am getting following exception when is hit request from the try it from application deployment console of wso2, [2014-11-07 09:39:20,401] ERROR - SmooksMediator Failed to filter source. org.milyn.SmooksException: Failed to filter source. at org.milyn.delivery.sax.SmooksSAXFilter.doFilter(SmooksSAXFilter.java:86) at org.milyn.delivery.sax.SmooksSAXFilter.doFilter(SmooksSAXFilter.java:61) at org.milyn.Smooks._filter(Smooks.java:516) at org.milyn.Smooks.filterSource(Smooks.java:475) at

How to send json request to restful webservice using wso2 proxy service

∥☆過路亽.° 提交于 2019-12-02 06:17:41
问题 I am new to wso2.. I have asked lot of question regarding wso2 proxy service,i am not getting a correct response,can anyone help me on this please I want to send a JSON request to a Restful webservice using a WSO2 proxy service.. I have tried the below configuration <target> <inSequence> <log level="custom"> <property name="in seq --------------of proxy" expression="$trp:Content-Type"/> </log> <property name="messageType" value="application/json" scope="axis2" type="STRING"/> <log level=

WSo2 EMM - App Management Database Bug

可紊 提交于 2019-12-02 05:51:44
问题 Running WSo2 EMM 1.1.0, everything has been working just fine except for one big issue. From the moment I first click on an app in the App Management tab, the WSO2EMM_DB.h2.db file starts to steadily grow as long as the server is running, even with absolutely no changes. Eventually, it gets so big that clicking an app on that tab takes a ridiculously long time to load the list of devices using the app. We're talking 5+ minutes, it becomes completely unusable. I have checked the error logs and

Is it possible with WSO2ESB to send E-Mail Using Header

谁说我不能喝 提交于 2019-12-02 03:55:03
问题 i wish to send a e-mail to my client using Header mediator . Is it possible with that or not My proxy like this <?xml version="1.0" encoding="UTF-8"?> <proxy xmlns="http://ws.apache.org/ns/synapse" name="Mail" transports="https http" startOnLoad="true" trace="disable"> <description/> <target> <inSequence> <log/> <property name="workpartybranchid" expression="//workpartybranchid/text()" scope="default" type="STRING"/> <payloadFactory> <format> <p:SelectMail_Op xmlns:p="http://ws.wso2.org

Is Sun/Oracle JDK required to build WSO2 4.1.x?

大兔子大兔子 提交于 2019-12-02 03:14:09
问题 Is Sun/Oracle JDK required to build WSO2 4.1.x? I tried building with OpenJDK , but ran into the following issue: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project axis2-transport-testkit: Compilation failure: Compilation failure: [ERROR] ... carbon_kernel_4.1.0/dependencies/transports/1.1.0-wso2v8/modules/testkit/ src/main/java/org/apache/axis2/transport/testkit/doclet/ResourceInfoDoclet.java:[27,22] error: package com

WSo2 EMM - App Management Database Bug

穿精又带淫゛_ 提交于 2019-12-02 02:24:49
Running WSo2 EMM 1.1.0, everything has been working just fine except for one big issue. From the moment I first click on an app in the App Management tab, the WSO2EMM_DB.h2.db file starts to steadily grow as long as the server is running, even with absolutely no changes. Eventually, it gets so big that clicking an app on that tab takes a ridiculously long time to load the list of devices using the app. We're talking 5+ minutes, it becomes completely unusable. I have checked the error logs and found no errors at all, every time. Restarting the server does nothing to correct the issue. Even if I

How to send json request to restful webservice using wso2 proxy service

末鹿安然 提交于 2019-12-02 01:58:02
I am new to wso2.. I have asked lot of question regarding wso2 proxy service,i am not getting a correct response,can anyone help me on this please I want to send a JSON request to a Restful webservice using a WSO2 proxy service.. I have tried the below configuration <target> <inSequence> <log level="custom"> <property name="in seq --------------of proxy" expression="$trp:Content-Type"/> </log> <property name="messageType" value="application/json" scope="axis2" type="STRING"/> <log level="custom"> <property name="in seq --------------of proxy" expression="$trp:Content-Type"/> </log> <property

Is Sun/Oracle JDK required to build WSO2 4.1.x?

丶灬走出姿态 提交于 2019-12-02 01:54:18
Is Sun/Oracle JDK required to build WSO2 4.1.x? I tried building with OpenJDK , but ran into the following issue: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project axis2-transport-testkit: Compilation failure: Compilation failure: [ERROR] ... carbon_kernel_4.1.0/dependencies/transports/1.1.0-wso2v8/modules/testkit/ src/main/java/org/apache/axis2/transport/testkit/doclet/ResourceInfoDoclet.java:[27,22] error: package com.sun.javadoc does not exist Yes, Oracle JDK is required to build Carbon. Currently Open JDK is not

Is it possible with WSO2ESB to send E-Mail Using Header

我的梦境 提交于 2019-12-02 01:37:25
i wish to send a e-mail to my client using Header mediator . Is it possible with that or not My proxy like this <?xml version="1.0" encoding="UTF-8"?> <proxy xmlns="http://ws.apache.org/ns/synapse" name="Mail" transports="https http" startOnLoad="true" trace="disable"> <description/> <target> <inSequence> <log/> <property name="workpartybranchid" expression="//workpartybranchid/text()" scope="default" type="STRING"/> <payloadFactory> <format> <p:SelectMail_Op xmlns:p="http://ws.wso2.org/dataservice"> <p:workpartybranchid>$1</p:workpartybranchid> </p:SelectMail_Op> </format> <args> <arg