WSO2, Open Source Java based Middleware Service provider. All WSO2 products are 100% open source and released under the Apache License Version 2.0.
0
votes
0answers
4 views
change response from xml to json in wso2 esb
I have created a rest service as:
<api xmlns="http://ws.apache.org/ns/synapse" name="StudentAPI" context="/students">
<resource methods="GET" uri-template="/{registrationNumber}" ...
0
votes
0answers
7 views
How to prevent a web app from calling System.exit() in WSO2?
WSO2 folks,
I'm looking at WSO2 Application Server, and I created a web app to invoke System.exit(), which brings down the whole app server. I'm asking because the apps from multiple tenants could be ...
0
votes
0answers
9 views
Custom Mediator in Sequence only run when WSO2 StartUp
I make a custom mediator that simply print "Hello World" my custom mediator look like this :
public class HelloWorld extends AbstractMediator implements ManagedLifecycle{
public static void ...
0
votes
0answers
7 views
WSO2 EBS- WSDL Proxy- 2 Ports
We want to create a WSDL proxy on WSO2 ESB. The WSDL has 2 ports defined, each port defines its own
operations.
The problem is when I create the WSDL proxy and specify one of the port, the operation ...
1
vote
1answer
13 views
set up multiple worker nodes in a WSO2 DSS cluster fronting with ELB
I followed this documentation http://docs.wso2.org/wiki/display/DSS301/Clustered+Deployment to set up a minimum Data Services cluster; this includes a manager node, a worker node and fronting them I ...
0
votes
1answer
11 views
Invoke Secured web service in wso2esb
I have created a web service in WSO2 ESB. The security implements that only a particular user-role can access it.
Now, when I hit this service useing SOAP-UI, by providing username, password, ...
0
votes
0answers
9 views
WSO2 Application Server - REST Service, deploy as Application or Service?
If I have some functionality I want to expose via REST in the WSO2 Application Server and it seems that I have two main choices:
Deploy as a JAX-RS Application
Deploy as a Service
When deploying ...
0
votes
1answer
19 views
Issue in Get argument property inside the Payload Factory
I am trying to call a request from JSON client to an DSS server via ESB,I am trying to call a fetch data service,The client Code,ESB Insequence configuration are given below.I am getting an server ...
0
votes
2answers
18 views
wso2 esb proxy registry persistence
I have configured WSO2 ESB to listen from registry instead of filesystem. However, proxy services are still getting saved into filesystem and cannot be searched from WSO2 Greg.
Please advise
0
votes
1answer
15 views
Multiple WSO2 ESB nodes clustered without Greg
Is it possible that 2 WSO2 ESB nodes points to external datastore and sharing deployed artifacts without having WSO2 GReg product in place ?
0
votes
2answers
25 views
WSO2 application server 5.1.0 - implications of keys and keystores?
The WSO2 Application Server wiki documentation describes how to manage keys and keystore: wiki link.
However, the documentation does not describe WHY or WHEN you would manage the keys and keystores ...
0
votes
2answers
30 views
How to get informations from DB using HTTP request in WSO2 ESB
I am new to esb and to wso2. I want to call stored procedure and pass the parameters to the procedures from HTTP. I read about how to call stored procedure in the documentation but How can I pass ...
0
votes
2answers
17 views
WSO2 ESB overwrites a ContentType property
I am working on the WSO2 ESB Proxy service, which involves exposing the internal RESTful service via SOAP endpoint on the ESB.
My RESTful service requires Content-type = "application/rdf+xml". I ...
0
votes
0answers
13 views
WSO2 Thrift Asynchronous
WSO2 folks,
I heard there's a Data Bridge in WSO2 that can support thrift asynchronous RPC, I looked throught the documents but couldn't find it anywhere. Can somebody point me to such a document on ...
1
vote
1answer
17 views
What are the Jar files required to connect from Wso2DSS to CassandraDB
I am connecting from Wso2DSS to CassandraDB, i added the (apache-cassandra-cql-1.0.3,cassandra-all-0.8.0-beta2) jar files, still I am getting the following error.
java.sql.SQLException: ...
0
votes
1answer
20 views
WSO2 web links asks for user authentication
I was trying to learn about WSO2 ESB and use some examples available on the web by WSO2 employees. However accessing these links ask for user authentication. Do I have to register somewhere or is ...
0
votes
2answers
22 views
How to access the rest services in wso2 esb
I have implemented the steps described in this blog Post by Amila Suriarachchi :
http://wso2.com/library/articles/2012/10/implementing-restful-services-wso2-esb
I have done everything mentioned in ...
0
votes
0answers
20 views
how to return input values as response value in wso2 data service
I am using Mac OS-X 10.7.5 and wso2 esb 4.0.3 with data service(3.2.3) feature added in it.
I have created a wso2 data service which is working fine.But now I have to implement a ping operation in ...
0
votes
3answers
32 views
Make flow between WSO2 EBS to WSO2 Appserver
I successfully installed WSO2 EBS and WSO2 Application server in same machine and also i resolved the port conflict issue. I installed backend services in app server mentioned in wso2 portal. My ...
0
votes
0answers
26 views
error when starting servers
AS I start any of the wso2 server, the log prints:
[2013-06-19 08:51:18,112] ERROR {org.wso2.carbon.core.bootup.validator.internal.BootupValidationActivator} - Error occured w
hile starting Bootup ...
0
votes
3answers
28 views
Export WSO2 ESB's data source
Can i export data source from WSO2 ESB, and import them into another ESB service ?
If it is couldn't, how can I copy data source from on ESB service to another?
Thanks.
0
votes
0answers
16 views
“Anonymous” throttling in wso02 api manager?
We're looking to replace an existing API manager with wso2 and one of the features of the other platform is that we can identify a 'user' of the API at run time and have the throttling work.
The ...
0
votes
0answers
11 views
How to Configure Multiple Ldap Connection- WSO2 Indentity Server
I have multiple tenants. Some tenant has single ldap server and some are using multiple so I want to configure multiple ldap connection using some user interface in WSO2 Identity Server. Please ...
0
votes
1answer
23 views
How to configure WSO2 API Manager for hourly logs
can someone tell me how to configure WSO2 API Manager to use hourly logging files instead of daily?
0
votes
3answers
26 views
read from a file in wso2 esb
I want to read from an xml file in my esb home directory called test.xml whose content is:
<a>Helloo
<b>World</b>
</a>
I have written a proxy to access content of node b ...
0
votes
1answer
15 views
WSO2 Carbon: get local entry remotely
I have Local Entry on WSO2 ESB 4.6.0.
Is it possible to fetch it remotely?(I mean outside of Synapse; like it is possible to get Resources/Collection from Registry with RemoteRegistry).
P.S. I've ...
0
votes
0answers
20 views
Wso2 bam 2.3.0 ERROR ExecDriver “No such file or directory” why?
I install Wso2 bam 2.3.0 and started Analytics.
I completed all the steps from "Introduction to BAM Analytics Framework"
My system Windows 7 64bit.
I installed cygwin with packages base, net, security ...
0
votes
0answers
24 views
WSO2 ESB proxy service Escaping JSON payload when passing to jaggery js
I am POSTing to a ESB (4.6.0) proxy service with a JSON payload. This is a pass through proxy service that routes to a jaggery JS app. The jaggery app is trying to access the JSON from the payload, ...
0
votes
1answer
11 views
DBreport mediator into MySQL insert syntax
I am feeling quite green with WSO2, but have a good understanding about how systems fit together and about MySQL.
I have a listener set up in WSO2 ESB and have a TCP feed with XML coming into it that ...
0
votes
1answer
24 views
Issue with Iterator Mediator in WSO2 ESB
I have an scenario like this:
A proxy service in ESB do a call to a service and receive a payload, between 2.3 and 4.9MB.
This payload have a list of Persons.
With this list I use the iterator ...
0
votes
0answers
23 views
WSO2 Identity Server XKMS samples [closed]
I've read the section on XKMS in the WSO2 Identity Server (docs). The docs list some use cases,
Registration of a Key Pair
Reissuing of an X509Certificate
Recovering a Key Pair
Locating a Public ...
0
votes
1answer
18 views
WSO2 API Manager showing “null” in every text and label of the UI
I'm having the same problem presente in this topic.
WSO2 API Manager 1.4 Publisher/Store UI not working
In a browser outside the server, the UI is always showing "null" instead of the right texts of ...
0
votes
0answers
21 views
write custom class to be used in scheduled task in wso2 esb
I have written a class implementing org.apache.synapse.startup.Task as:
package liverpool.server.notification;
import org.apache.synapse.ManagedLifecycle;
import org.apache.synapse.MessageContext;
...
1
vote
1answer
15 views
WSO2 Application Server 5.1.0 - JSR356 Websockets API
I have a requirement to build a web application using JSR356 Websockets API and deploy it in WSO2 Application Server.
It looks like WSO2 AS 5.1.0 does not support JSR356 Websockets out-of-the-box ...
0
votes
1answer
33 views
How to call sequence in Task Scheduler in wso2 esb
I want to run a proxy(pass through) or a sequence(pass through type) repeatatively after every 60 seconds so i started with Task Scheduler but i am not able to figure out how can i achieve my ...
0
votes
1answer
21 views
Jaggery JS Convert WSRequest to JSON
I am calling a data service from a jaggery js app using http://jaggeryjs.org/apidocs/ws.jag . The data comes back in XML with members .responseText and .responseE4X. Is there an easy way to convert ...
0
votes
0answers
21 views
Translation of C# security policy into policy for WSO2 ESB
I've been given some documentation for access to a secured backend service that assumes the consumer is writing a C# client. This service requires signed parts using an X.509 certificate.
While I ...
0
votes
1answer
46 views
add http request header an WSO2 proxy service
I have a proxy service who uses an XSLT mediator, I want to add a request header to it, this information representes a basic HTTP authentication :
Authorization:Basic YWRtaW46YWRtaW4=
The last key is ...
2
votes
3answers
37 views
+250
limitations of running WSO2 Carbon 4.x and WSO2 Carbon based products in webapp mode?
WSO2 Carbon is not officially supported in webapp mode (see the selected answer here). However, I have no choice - If I want to run carbon, it must be run in webapp mode.
There are some detailed ...
0
votes
1answer
22 views
WSO2 - call a data service within a jaggery app
We have data services setup, and we would like to call this data service within our jaggery app.
Here is our Jaggery Code:
function invokeWS() {
var ws = require("ws");
var ds = ws.WSRequest();
var ...
0
votes
0answers
12 views
Using custom registered DSN ODBC for MSSQL Server with WSO2 Data Service
Is it possible to use a registered ODBC driver in WSO2's Data Services? I am trying to connect to a MSSQL database, and I can successfully connect to it with the regular MSSQL ODBC driver, but that ...
1
vote
1answer
21 views
WSO2 ESB Get Authentification Name
I'm using a ESB-Proxy with https Authentification.
If I send a message to this proxy with curl i get this log:
[2013-06-14 13:56:05,138] INFO - LogMediator To: /services/Username, From: 127.0.0.1, ...
2
votes
0answers
22 views
Common Data Model with wso2bps and wso2greg
I am evaluating wso2 and came across the following issue: imagine that my company already has a well defined Common Data Model for their business. Those schemas (and even service definitions - wsdls) ...
0
votes
0answers
10 views
No permission to access the server buffers {org.wso2.carbon.cloud.gateway.transport.CGTransportSender} - WSO2 Cloud Gateway and ESB
I am working with WSO2 Cloud Gateway and WSO2 ESB. I have created few Proxy Services(Which calls RESTful service) in ESB and published them successfully to Cloud Gateway server.
Previously, When I ...
3
votes
1answer
21 views
using the wso2 carbon registry to store configuration data for SOA services
I have a number of different SOA services that use different approaches for storing configuration data for the service. For example the configuration data is stored in database tables, property ...
0
votes
0answers
38 views
Connecting from WSO2DSS to MongoDB, receiving error: java.lang.NoClassDefFoundError: com/mongodb/ServerAddres.
I added the mongo Java driver and ds-connector-mongodb java driver jar files.
When I am connecting from WSO2DSS to MongoDB , I get the following error:
ERROR ...
0
votes
1answer
21 views
WSO2 API Manager redirect according to client
Is it possible to have the API Manager redirect an incoming client API call to a back-end URL customized according to the client data?
In our back-end we're activating different instance URLs for ...
0
votes
0answers
20 views
how to disable ws-addressing in wso2 bps 3.0.0
Is it possible, and how, to disable ws-addressing in the call of partner link in BPS 3.0.0?
On Jira it seems that there is an option for doing this, but in the deploy.xml there is no feature to force ...
1
vote
2answers
43 views
WSO2 ESB adding namespace to SOAP Envelope
I need to add a new Namespace to the SOAP Envelope.
At the moment it's looking like that:
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
But what I need is this:
...
0
votes
1answer
30 views
What are the WSO2 tested Operating Systems?
I run WSO2 ESB 4.6 on my Windows 8 and on the Windows Server 2012 machine. But on both machine I get one of the following messages:
WARN - ValidationResultPrinter The running OS : Windows Server ...
