Advanced Search
Search Results
20 total results found
WSO2 Applications
WSO2 solutions give enterprises the flexibility to deploy applications and services on-premises, on private or public clouds, or in hybrid environments and easily migrate between them as needed. And because all of the products are pre-integrated, enterprises c...
Containers
A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another. A Docker container image is a lightweight, standalone, executable package of softw...
WSO2 Micro Integrator
The open-source, configuration-driven integrator with a graphical drag and drop designer based on the same battle-tested WSO2 EI/ESB runtime.It can facilitate any complex enterprise architecture by integrating APIs, services, data, and SaaS, proprietary, and l...
WSO2 Api Manager
WSO2 API Manager is a complete platform for building, integrating, and exposing your digital services as managed APIs in the cloud, on-premise, and hybrid architectures to drive your digital transformation strategy. It allows API developers to design, publi...
Docker
Docker is a platform designed to help developers build, share, and run modern applications. We handle the tedious setup, so you can focus on the code.
Kubernetes
Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications.
FAQ
Configurations
Learning
Learning
Configurations
FAQ
Build image dari wso2 mi failed. Caused by: com.spotify.docker.client.exceptions.DockerException
Ketika melakukan build image docker / kubernetes di integration studio tampil error di log : [ERROR] pull access denied for docker.wso2.com/wso2mi, repository does not exist or may require 'docker login': denied: requested access to the resource is denied In...
Tidak mendapatkan respon dari backend ketika menggunakan Call Mediator
Disaat memanggil backend menggunakan Call Mediator, backend mengeluarkan respon berupa json, akan tetapi ketika mendapatkan respon dengan json-eval atau $body, keluar error : ERROR {org.wso2.micro.integrator.core.json.JsonStreamBuilder} - Error occurred while...
Deploy Gateway Terdistribusi
Single Deployment Gateway Pada asalnya sebuah instance gateway mampu melayani 2 buah jenis token , yaitu Sandbox dan Production. yang dikena dengan model hybrid. Ketika ada request yang masuk ke gateway, maka gateway memeriksa token yang digunakan. Apakah tok...
Output dari query database tidak konsisten
Pada saat query ke database untuk select data, akan keluar output yang berbeda seperti berikut : - Jika result dari db hanya 1 row, respon dari micro integrator adalah json object.- Jika result db lebih dari 1, respon format adalah json arrayIf result return ...
Bagaimana cara menambahkan object kedalam array
Untuk menambahkan object kedalam array bisa menggunakan foreach dan enrich mediator untuk menambahkannya, contoh source code : <foreach expression="json-eval($.data)" id="foreach_1"> <sequence> <enrich> <source clone="true" type="in...
Build docker image, folder lib tidak ikut ke build
Ketika akan build image secara default WSO2 Integration Studio tidak akan memasukkan folder lib untuk ikut di build. Agar ikut terbuild, hapus komen # di COPY Libs/*.jar ${WSO2_SERVER_HOME}/lib/ di Dockerfile, dan build ulang imagenya.
Tidak bisa konek database sqlserver 2005 di kubernetes
Tambahkan script di dockerfile : FROM wso2/wso2mi:latest USER 0 RUN sed -i 's/TLSv1, TLSv1.1, //g' /opt/java/openjdk/conf/security/java.security USER ${USER}
Ketika mengirim value json ke dataservice value di encode
Ada request json yang akan dikirim ke dataservice, contoh request : { "email": "[email protected]", "extid": "55192922181742", "type": "", "va": "", "itemtype": "1", "serviceid": "15", "shippername": "Fachmi" } source c...