Questions tagged [wso2-data-services-server]

WSO2 DSS is an Open Source component in the WSO2 product family and available under the Apache Software License v2.0.

The WSO2 Data Services Server is an extremely simple and elegant mechanism to take data and make it available as a set of WS-* style Web services or as a set of REST style Web resources. It augments SOA development efforts by providing an easy to use platform for creating and hosting data services. This enables easy integration of data into business processes, mashups, gadgets, BI applications and any service in general.

Extract from the official wiki at: http://wso2.org/project/data-services/2.6.3/docs/

602 questions
2
votes
1 answer

Inconsistent expiry time coming from WSO2. Does anyone knows the reason ?

We are getting the authentication token from the service which gets it from the WSO2. The expiry time that comes along with the token is not consistent. The expiry time sometimes comes less than 3600. For example: 400 or less etc. For this reason,…
2
votes
0 answers

WSO2 EI Connector for Neo4j Graph database

Is there a connector in WSO2 to integrate with Neo4j Graph database? The Connector should provide an ability to execute CQL statements and run basic operations, such as create, update, delete, and select nodes against a Neo4j Graph database…
2
votes
1 answer

ERROR: "Table 'wso2db.API_REQUEST_SUMMARY' doesn't exist" when WSO2 API Manager and Analytics were both deployed and started on the same machine

The error in carbon.log on API Manager as below: TID: [-1234] [] [2017-05-14 18:06:40,604] ERROR {org.wso2.carbon.apimgt.usage.client.impl.APIUsageStatisticsRdbmsClientImpl} - Error occurred while querying from JDBC database Table…
2
votes
0 answers

Error in browser console XMLHttpRequest.send @ csrf.js:103 wso2carbon

I'm currently working in wso2das. after creation of dashboard when ever i go to design console showing an error of https://192.168.2.104:9443/portal/csrf.js Failed to load resource: the server responded with a status of 404 (Not Found) I tried to…
2
votes
1 answer

WSO2 DSS - SQLServerException: This operation is not supported

Currently using WSO2 DSS 3.5.0 to execute a stored procedure in MSSQL that does an insert in a transaction. The procedure responds with a return code and a return message. The DSS is able to execute the statement in the database as the new entries…
2
votes
0 answers

WSO2 DSS : maximum length SQL statement / compound SQL statement (SQL Server)

I have created a compound SQL statement as a query for a dataservice. It works when the statement is +/- 600 characters long. When I add more functionality to the SQL statement, after saving the SQL statement the full service becomes invalid…
2
votes
1 answer

DSS cannot connect to different Oracle database versions

I'm using the WSO2 Data Services (3.5.1) Server to connect with some Oracle 12c databases. However, to support the legacy, I also need to connect to different versions like 10g and 8i. There's the problem, using the ojdbc14.jar driver, the…
elias
  • 15,010
  • 4
  • 40
  • 65
2
votes
2 answers

WSO2 ESB DSS Integration, sending multiple records to DSS

i have requirement where in i have to insert multiple values from ESB 4.8.1 into Oracle Database table via WSO2 DSS. Oracle DB table (Student) consists of below fields 1) Id 2) Name 3) Class 4) School Name ESB will receive a SOAP request which…
2
votes
1 answer

WSO2 ESB does not sent a clinicId param to WSO2 DSS

In WSO2 configured proxy service, does not send the clinicId param to DSS. In logs from DSS gives exception : Default Namespace: https://bur.test.ru/dss/services/tfoms Current Request Name: get_single_inserted_branch_by_id Current Params:…
2
votes
2 answers

How to invoke DSS service from ESB - I feel that I'm close, I just need a nudge

I think i'm getting close with this. I'm trying to invoke an insert call on a DSS service from and ESB in WSO2. I have the DSS service setup and I am able to insert data into the table from the 'try it' link. I copied the WSDL to the ESB and…
John
  • 73
  • 7
2
votes
1 answer

Wso2dss connection closed exception from postgresql DB

Hi am working with WSO2 DSS 3.0.0 and postgresql. I have deployed several Data services and are called my Wso2esb proxy services everything works fine but after some point of time am facing an error in my dss as shown below DS Fault Message: Error…
Nag
  • 357
  • 2
  • 9
  • 28
2
votes
0 answers

wso2 demo DSS services returns 202 and esb api times out

I'm trying to implement the services from the wso2 tutorial found here: http://wso2.com/library/tutorials/2015/05/tutorial-hosting-restful-web-services-using-oauth-with-the-wso2-platform-0/ Not sure what I'm doing wrong. The DSS service keeps…
AlphaGeek
  • 21
  • 4
2
votes
1 answer

WSO2 DSS appends timezone information to mysql date result

So I'm trying to use dates with mysql on the wso2 dss. Simple code SELECT DATE(date) AS date FROM dateTest
Jegsar
  • 501
  • 6
  • 22
2
votes
1 answer

Input Mapping Blob Shows Error in WSO2 DSS

What are the steps to upload and save images in db through wso2 dss service? I need to store image as blob in database , so i created services in wso2 dss to insert image , in that,i gave input mapping of image as BLOB for sqltype , but it makes…
user3663725
  • 188
  • 1
  • 6
2
votes
2 answers

How to create a Global Variable in Wso2 ESB

I am new to the WSO2 esb,Am working with wso2esb 4.7.0,wso2dss 3.0.0. I want to create a global variable and call that variable into my proxy services My proxy is as shown below
Nag
  • 357
  • 2
  • 9
  • 28
1 2
3
40 41