[Dev] cannot publish api using istio integrated api manager

2019-05-31 Thread Akila Nimantha [IT/EKO/LOITS]
Dear All, I'm trying to test newly released istio api manager integration within my kubernetes cluster, Istio version : 1.1.6 Kubernetes version: 1.11 (Oracle kubernetes engine) Istio-wso2apim version : 1.0 Followed below mentioned documentation,

[Dev] access identity server sso page through haproxy / nginx load balancer

2017-01-23 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, I am trying to access wso2 identity servers single sign on functionality through haproxy / nginx load balancer. When I try to login to the application through the load balancer, identity server still gives me its direct sso url(with identity servers real ip and port) other than through

[Dev] wso2 message broker 3.1.0 documentation link refers to the previous version

2016-06-14 Thread Akila Nimantha [IT/EKO/LOITS]
Hi All, It seems the link to the documentation(Docs) in the message broker management console in 3.1.0 version still refers to a previous version(3.0.0). Regards, Akila Rathnayake This message (including any attachments) is intended only for the use of the individual or entity to which it is

[Dev] use jaggeryJS for developments

2016-05-11 Thread Akila Nimantha [IT/EKO/LOITS]
Hi All, We are planning to use JaggeryJS for a new project which is fully service oriented. Jaggery is an awesome product but unfortunately didn't hear more about in the public last year. Is it still on the wso2's priority list Is it ok to use jaggeryJS in an upcoming project???

[Dev] create separate log4j log file for proxy service in ESB

2016-02-24 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, Do I need to restart ESB server after changing log4j.properties file??? What I want to do is to stop logs in the wso2carbon.log file and create a separate log file for a specific proxy service. What I did was added below lines to the log4j file,

[Dev] error in calling to generated stub from wso2 ESB service

2015-11-01 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, I've generated a Stub using Axis2 for given WSDL using WSO2-ESB. So I've to add following parameters to header when i call the WS 1. Simple Authentication (Username , Password) 2. WS-Addressing (true) - WS-A 3. WS-Reliable Messaging (true) - WS-RM To add WS-RM to Header I've

[Dev] WSO2 GREG Promote services are not displayed in wso2 gerg-5.0.1

2015-10-12 Thread Akila Nimantha [IT/EKO/LOITS]
Hi All, Previously I used wso2 greg-4.6.0 version and now evaluating the latest greg version ( 5.0.1 ). In wso2 greg-4.6.0, promote services are displayed in "_system/governance/branches/testing" path successfully. But in wso2 greg-5.0.1, promote services are not displayed in above path. And

[Dev] Error in wso2 greg - Artifact list does not appear

2015-10-03 Thread Akila Nimantha [IT/EKO/LOITS]
Hi All, I used following SCM xml code for integrate wso2 G-Reg with SVN. [cid:image004.png@01D0FDE8.D51EF440] When I promote the service form development stage to Testing stage, service is successfully promote. And also service is successfully copy to the SVN working directory. But after all

[Dev] problem in integrating g-reg with svn

2015-09-24 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, I want to know if the SCM configuration in the registry.xml of wso2 governance registry allows to synchronize with the subversion repository. I used below SCM code in registry.xml, but it's not working. There is no specific server log in registry carbon log.

[Dev] error creating ESB Proxy Service based on G-REG wsdl which is created from data service (DSS)

2015-08-25 Thread Akila Nimantha [IT/EKO/LOITS]
Hi All, I am working on integration of wso2 governance registry with wso2 DSS and wso2 ESB. What I did was configured a central governance registry for both DSS and ESB swiched on ws-discovery option. Then I created a data service in DSS. When I trying to create a ESB proxy service based on

[Dev] Error adding provider in wso2 identity server 5

2015-08-21 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, I'm using IDS 5.0 Created a SP and then deleted and tried to add the same service provider but it displays the following error, could not add service provider. You might be entering a duplicate service provider. And Below is the snapshot. [cid:image001.png@01D0DC05.57BC74A0] When I

[Dev] wso2 ESB created API not working

2015-08-14 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, I have created a API using soap service which is hosted in another wso2 ESB. But when I trying to access the service, it gives below error every time(used soapui rest service tester). soapenv:Reason xmlns:soapenv=http://www.w3.org/2003/05/soap-envelope; soapenv:Text

[Dev] How can we pass parameters to WSO2 identity server Assertion Consumer URL

2015-08-10 Thread Akila Nimantha [IT/EKO/LOITS]
Dear All, How can we pass parameters to WSO2 identity server Assertion Consumer URL. That means we need to get some parameters at the initial login to the web application. We found that we can use RelayState in the below URL but couldn't find any example or sample code for this.

[Dev] error in accessing simpleQuery operation in HumanTaskClientAPIAdmin services in wso2 BPS

2015-07-30 Thread Akila Nimantha [IT/EKO/LOITS]
Dear All; I'm creating a java client to invoke BPS admin service. So first I obtained the JSESSIONID by invoking AuthenticationAdmin services', login operation .Then I did try to invoke HumanTaskClientAPIAdmin services', simpleQuery operation with ALL_TASKS parameter. There I did pass

[Dev] oracle function with table return type not working in wso2 dss

2015-07-06 Thread Akila Nimantha [IT/EKO/LOITS]
Hi All, I am working on wso2 data service server and trying to create data service using oracle function as the data source. in the function return type is a table type one. i tried many times but its not working for me. Is table type accessible through WSO2 DSS? also i have attached data

[Dev] maven offline repository for WSO2 BPS AXIS2

2015-07-02 Thread Akila Nimantha [IT/EKO/LOITS]
Hi All, I am working on wso2 bps engine and created some process. Now we want to create java clients from these processes. So I use your product's WSDL2Java engine to create those. It successfully create the pom file when use online repositories. But due to some regulations in my company

[Dev] manage more services in wso2 esb from different projects

2015-06-25 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, Let's say I have nearly 40 web services for a single project and also another 30 services for another project, etc. My concern is how to manage those services in a proper way? Do I need to create tenants for each project( but for me I already have tenants for DEV, QA, UAT)??? Do I need

[Dev] control access web services by their operations wise through ESB

2015-06-01 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, Is there a way to control access web services by their operations wise in WSO2 ESB rather than creating single web service for each operation. Let's say there is a web service which include to different operations. And there are two different users, user one going to access both two

[Dev] wso2 ESB Illegal incoming connection- Possibly two send backs are happening for the same request

2015-03-16 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, I am using wso2 esb 4.8.1 and I just noted below error in my ESB log file. Also I checked in the internet for a solution and I found it in jira, https://wso2.org/jira/browse/ESBJAVA-2234 But there is no clear answer to overcome this error. Are there any changes to overcome this error in

[Dev] wso2 ESB error accessing https proxy service - No subject alternative names present

2015-02-19 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, I'm trying to create a proxy service where the endpoint URL uses HTTPS and uses a ip address instead of a fqdn. I've done the following steps imported the certificate to /repository/resources/security/client-truststore.jks set the parameter parameter

[Dev] ESB Proxy service invocation error | Error while building Passthrough stream - DOCTYPE Return not allowed

2015-02-11 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, I am using wso2 ESB 4.8.1 server. I am trying to access proxy service created using ESB and it gives me some error Error while building Passthrough stream - DOCTYPE is not allowed . full error log is below. Also I tried adding property name=REQUEST_HOST_HEADER

[Dev] canot delete proxy service in wso2 ESB

2015-02-06 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, I have deleted some proxy services in the ESB using management console and then restarted the server after few hours. Now I can see all deleted services again. I am using ESB 4.8.1 version. are there any best practice to delete/remove services or any patch to resolve this problem?

[Dev] possibility of use WSO2 ELB with non WSO2 products

2015-01-15 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, Is it possible to use wso2 ELB with non wso2 products like jboss(app server). Regards, Akila This message (including any attachments) is intended only for the use of the individual or entity to which it is addressed and may contain information that is non-public, proprietary,

[Dev] deploy an undeployed proxy service at the ESB server startup

2014-12-29 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, I have created a proxy service in the ESB. Then I had to restart the ESB server. When the time of start endpoint wsdl of the proxy service was not worked. So ESB gives me a error regarding couldn't find the url ... TID: [0] [ESB] [2014-12-29 10:21:01,385] INFO

Re: [Dev] ESB Unsupported content type faultString

2014-11-12 Thread Akila Nimantha [IT/EKO/LOITS]
[mailto:mal...@wso2.com] Sent: 12 November 2014 12:33 PM To: Akila Nimantha [IT/EKO/LOITS] Cc: dev@wso2.org Subject: Re: [Dev] ESB Unsupported content type faultString Hi Akila, For the mentioned error in [1], it seems SOAPAction is required by the backend service. Use the Header mediator to set

Re: [Dev] ESB Unsupported content type faultString

2014-11-11 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, Any updates on this. Still searching on the internet but couldn't find correct answer. :( Regards, Akila From: Akila Nimantha [IT/EKO/LOITS] Sent: 11 November 2014 9:56 AM To: dev@wso2.org Subject: ESB Unsupported content type faultString Hi all, I am trying to invoke a web service

[Dev] ESB Unsupported content type faultString

2014-11-10 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, I am trying to invoke a web service created in oracle application server using ESB proxy service. What I did was created a passthrough proxy using endpoind and endpoint wsdl. When first time I trying to invoke it, it gives me below error, the endpoint reference (epr) for the operation

Re: [Dev] integrating IS 5.0 with Active Directory

2014-11-02 Thread Akila Nimantha [IT/EKO/LOITS]
: 31 October 2014 6:13 PM To: Akila Nimantha [IT/EKO/LOITS] Cc: Dinesh J Weerakkody; Godwin Amila Shrimal; dev@wso2.org Subject: Re: [Dev] integrating IS 5.0 with Active Directory Hi Akila, While going through your configuration, I just noticed that the two properties UserNameAttribute

Re: [Dev] AM Store and Publisher too slow in cluster setup

2014-10-22 Thread Akila Nimantha [IT/EKO/LOITS]
)(it says to put “true”) . It will help others like me. Regards, Akila From: Lakshman Udayakantha [mailto:lakshm...@wso2.com] Sent: 21 October 2014 9:32 PM To: Akila Nimantha [IT/EKO/LOITS] Cc: dev@wso2.org Subject: Re: [Dev] AM Store and Publisher too slow in cluster setup Hi akila, Can you

[Dev] AM Store and Publisher too slow in cluster setup

2014-10-21 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, I deployed API Manager cluster(gateway,keymanager,publisher and store) in a same server machine and when starting four servers, started with specific profiles(ex. Gateway node started with gateway profile). Even before creating APIs , Publisher and Store applications are very slow(ex.

[Dev] API manager - mechanism for access api manager random generated keys

2014-10-20 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, Is there any way to randomly generate api keys(token,secret and cosumer keys)??? If yes, Is there a way to access those randomly generated keys(apis) from outside without hardcoding(ex. adding manually in web.xml ). Is there any documents or blogposts regarding above concerns ???

Re: [Dev] error in setup BAM server in API cluster setup

2014-10-16 Thread Akila Nimantha [IT/EKO/LOITS]
Goonewardena [mailto:in...@wso2.com] Sent: 16 October 2014 3:37 PM To: Akila Nimantha [IT/EKO/LOITS] Cc: Dinesh J Weerakkody; Gihan Anuruddha; dev@wso2.org Subject: Re: [Dev] error in setup BAM server in API cluster setup Hi Akila, Seems like you haven't create the datasource for WSO2AM_STATS_DB

[Dev] error in setup BAM server in API cluster setup

2014-10-13 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, I am trying add BAM server(https://docs.wso2.com/display/AM170/Publishing+API+Runtime+Statistics) in API manager Cluster setup(https://docs.wso2.com/display/CLUSTER420/Clustering+API+Manager). I just trying with default H2 database configurations and I get following error.

Re: [Dev] error in setup BAM server in API cluster setup

2014-10-13 Thread Akila Nimantha [IT/EKO/LOITS]
...@wso2.com] Sent: 13 October 2014 4:46 PM To: Akila Nimantha [IT/EKO/LOITS] Cc: dev@wso2.org Subject: Re: [Dev] error in setup BAM server in API cluster setup Hi Akila, Seems like it's a connection issue. Have you specified correct IPs and ports in the configurations. Thanks, Harsha On Mon, Oct

Re: [Dev] error in setup BAM server in API cluster setup

2014-10-13 Thread Akila Nimantha [IT/EKO/LOITS]
Hi Manoj, I used no 6 as BAM server offset. Regards, Akila From: Manoj Gunawardena [mailto:man...@wso2.com] Sent: 13 October 2014 4:46 PM To: Akila Nimantha [IT/EKO/LOITS] Cc: dev@wso2.org Subject: Re: [Dev] error in setup BAM server in API cluster setup Hi Akila, This seems to be you

Re: [Dev] error in setup BAM server in API cluster setup

2014-10-13 Thread Akila Nimantha [IT/EKO/LOITS]
did same configuration in both four components(Gateway,keymanager,publisher and store). Regards, Akila From: Gihan Anuruddha [mailto:gi...@wso2.com] Sent: 13 October 2014 5:50 PM To: Akila Nimantha [IT/EKO/LOITS] Cc: dev@wso2.org Subject: Re: [Dev] error in setup BAM server in API cluster setup

Re: [Dev] error in setup BAM server in API cluster setup

2014-10-13 Thread Akila Nimantha [IT/EKO/LOITS]
Hi manoj, Please check the attachment for bam log. Regards, Akila From: Manoj Gunawardena [mailto:man...@wso2.com] Sent: 13 October 2014 5:59 PM To: Akila Nimantha [IT/EKO/LOITS] Cc: dev@wso2.org Subject: Re: [Dev] error in setup BAM server in API cluster setup Hi Akila, Can you attach the BAM

[Dev] BPEL - Error deploying HumanTask package

2014-10-03 Thread Akila Nimantha [IT/EKO/LOITS]
Hi All, We are trying to create humantask based on sample in http://docs.oasis-open.org/bpel4people/ws-humantask-1.1-spec-cs-01.html ( I.sample 200 page ).This error coming while I'm trying to deploy this human task project to BPS server. What should we do ? TID: [0] [BPS] [2014-10-03

Re: [Dev] API manager - Error while getting Subscriber

2014-10-03 Thread Akila Nimantha [IT/EKO/LOITS]
Weerakkody [mailto:dine...@wso2.com] Sent: Friday, October 03, 2014 4:25 PM To: Akila Nimantha [IT/EKO/LOITS] Cc: Udara Rathnayake; dev@wso2.org Subject: Re: [Dev] API manager - Error while getting Subscriber Akila, Do you get this error at each and every time when you starts nodes or just one time error

Re: [Dev] API manager - Error while getting Subscriber

2014-10-02 Thread Akila Nimantha [IT/EKO/LOITS]
...@wso2.commailto:uda...@wso2.com wrote: Hi Akila, Are you getting the same error when you login to store app continuously? On Wed, Oct 1, 2014 at 7:46 AM, Akila Nimantha [IT/EKO/LOITS] aki...@lolctech.commailto:aki...@lolctech.com wrote: Hi all, I am trying to deploy api manager in cluster pattern

[Dev] API manager - Error while getting Subscriber

2014-10-01 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, I am trying to deploy api manager in cluster pattern with targeting oracle db. I just followed https://docs.wso2.com/display/CLUSTER420/Clustering+API+Manager and changed to oracle db from mysql. now all four components are up and running but in Store node, when I trying to login, in

Re: [Dev] schema error in uploading a process to the BPS

2014-09-18 Thread Akila Nimantha [IT/EKO/LOITS]
process? (I used the updated wsdl file which you have sent) Regards, Akila From: Thilini Ishaka [mailto:thil...@wso2.com] Sent: Thursday, September 18, 2014 11:21 AM To: Akila Nimantha [IT/EKO/LOITS] Cc: dev@wso2.org Subject: Re: [Dev] schema error in uploading a process to the BPS Hi Akila, Please

Re: [Dev] way for develop CRUD Form with JSP and data services server

2014-09-17 Thread Akila Nimantha [IT/EKO/LOITS]
Hi Harsha, Thank you very much for your helpful resources. also we did the same for generate stubs and call services. Regards, Akila From: Harsha Kumara [mailto:hars...@wso2.com] Sent: Friday, September 12, 2014 7:10 PM To: Akila Nimantha [IT/EKO/LOITS] Cc: dev@wso2.org Subject: Re: [Dev] way

Re: [Dev] schema error in uploading a process to the BPS

2014-09-17 Thread Akila Nimantha [IT/EKO/LOITS]
?? (or should I write definition namespaces myself.) Regards, Akila From: Thilini Ishaka [mailto:thil...@wso2.com] Sent: Wednesday, September 17, 2014 11:37 AM To: Akila Nimantha [IT/EKO/LOITS] Cc: dev@wso2.org Subject: Re: [Dev] schema error in uploading a process to the BPS Hi Akila

[Dev] way for develop CRUD Form with JSP and data services server

2014-09-12 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, As we know we can easily call soap services using few lines of jaggery code. also jaggery is very much friendly for developers(and get addicted to it :)). But if we use jsp as one of our application interface, now AFAIK we have to generate stubs for each call. And it is a difficult

[Dev] Failed to execute goal on project WSO2-Axis2-Client

2014-08-27 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, We tried to build application server Helloservice jar file using maven. When I trying to build the project using “mvn clean install” I got following error.also I have attached generated POM file and wsdl file as well. “ Failed to execute goal on project WSO2-Axis2-Client: Could not

Re: [Dev] Failed to execute goal on project WSO2-Axis2-Client

2014-08-27 Thread Akila Nimantha [IT/EKO/LOITS]
Hi Rajith, Now it generated target files without errors. Thanks for your instant reply. Regards, Akila From: Rajith Vitharana [mailto:raji...@wso2.com] Sent: Wednesday, August 27, 2014 12:49 PM To: Akila Nimantha [IT/EKO/LOITS] Cc: dev@wso2.org Subject: Re: [Dev] Failed to execute goal

Re: [Dev] Failed to execute goal on project WSO2-Axis2-Client

2014-08-27 Thread Akila Nimantha [IT/EKO/LOITS]
: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException Regards, Akila From: Danushka Fernando [mailto:danush...@wso2.com] Sent: Wednesday, August 27, 2014 2:20 PM To: Rajith Vitharana Cc: Akila Nimantha [IT/EKO/LOITS]; dev@wso2.org Subject: Re: [Dev] Failed

Re: [Dev] create single dss service by join two different excel workbooks

2014-08-12 Thread Akila Nimantha [IT/EKO/LOITS]
) sheets in same excel document…??? Thank you very much for your time. Regards, Akila From: Rajith Vitharana [mailto:raji...@wso2.com] Sent: Tuesday, August 12, 2014 3:39 PM To: Akila Nimantha [IT/EKO/LOITS] Cc: dev@wso2.org Subject: Re: [Dev] create single dss service by join two different excel

Re: [Dev] create single dss service by join two different excel workbooks

2014-08-12 Thread Akila Nimantha [IT/EKO/LOITS]
replies Rajith. Regards, Akila From: Rajith Vitharana [mailto:raji...@wso2.com] Sent: Wednesday, August 13, 2014 8:21 AM To: Akila Nimantha [IT/EKO/LOITS] Cc: dev@wso2.org Subject: Re: [Dev] create single dss service by join two different excel workbooks Hi Akila, I assume you have enabled the Use

[Dev] create single dss service by join two different excel workbooks

2014-08-11 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, I am trying to make a single data service server service by using two different excel workbooks. In both excel files common 'ID' column. I want to extract data from both excel files by joining those files. How can I do that with dss ...??? Regards, Akila This message (including any

Re: [Dev] G-reg is not starting

2014-08-08 Thread Akila Nimantha [IT/EKO/LOITS]
: Harsha Kumara [mailto:hars...@wso2.com] Sent: Friday, August 08, 2014 12:02 PM To: Akila Nimantha [IT/EKO/LOITS] Cc: dev@wso2.org Subject: Re: [Dev] G-reg is not starting What's the JDK version you using for the installation and the oracle linux version? We recommend to use oracle java 6 and our

Re: [Dev] G-reg is not starting

2014-08-08 Thread Akila Nimantha [IT/EKO/LOITS]
...@wso2.com] Sent: Friday, August 08, 2014 2:11 PM To: Akila Nimantha [IT/EKO/LOITS] Cc: dev@wso2.org Subject: Re: [Dev] G-reg is not starting Akila, are you just unzip and run a GReg server or did you do any customization such as mounting greg in oracle database? 4.6.0 works fine with linux

[Dev] G-reg is not starting

2014-08-07 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, When we start G-reg it hangs and the following message keep repeating. TID: [0] [Greg] [2014-08-07 17:12:03,829] INFO {org.wso2.carbon.user.core.internal.UserStoreMgtDSComponent} - Carbon UserStoreMgtDSComponent activated successfully.

Re: [Dev] G-reg is not starting

2014-08-07 Thread Akila Nimantha [IT/EKO/LOITS]
Hi Harsha, I installed in oracle Linux environment. G-Reg version is 4.6.0. and I didn’t install additional features. Regards, Akila From: Harsha Kumara [mailto:hars...@wso2.com] Sent: Thursday, August 07, 2014 6:39 PM To: Akila Nimantha [IT/EKO/LOITS] Cc: dev@wso2.org Subject: Re: [Dev] G-reg

Re: [Dev] identity server 5.0.0 dashboard app logout fail

2014-08-05 Thread Akila Nimantha [IT/EKO/LOITS]
} - No Established Sessions corresponding to Session Indexe s provided. Regards, Akila From: Johann Nallathamby [mailto:joh...@wso2.com] Sent: Tuesday, August 05, 2014 11:12 AM To: Danushka Fernando Cc: Akila Nimantha [IT/EKO/LOITS]; dev@wso2.org Subject: [Caution: Message contains Suspicious URL

[Dev] identity server 5.0.0 dashboard app logout fail

2014-08-04 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, After log in to the dashboard app(https://localhost:9443/dashboard/) in identity server, after some time(nearly more than 10 or 15 minutes) , I canot logout from my dashboard using logout option in the app and receive following error. This happen in both firefox and chrome browsers.

[Dev] calling a jaggery function using button onclick

2014-08-01 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, Im in a little trouble calling a jaggery function through html button onclick event. When I click on the button my browser firebug console says , ReferenceError: startTask is not defined. What I did was, % Var id = 8605; Print('button onclick=startTask(id)Start/button'); var

Re: [Dev] calling a jaggery function using button onclick

2014-08-01 Thread Akila Nimantha [IT/EKO/LOITS]
like this outside the scripting segment (%%) button onclick=startTask(%=id%)Start/button Thanks, Milinda On Fri, Aug 1, 2014 at 12:36 PM, Akila Nimantha [IT/EKO/LOITS] aki...@lolctech.commailto:aki...@lolctech.com wrote: Hi all, Im in a little trouble calling a jaggery function through html

Re: [Dev] canot invoke bps service using jaggery app

2014-07-31 Thread Akila Nimantha [IT/EKO/LOITS]
application code. Regards, Akila From: Danushka Fernando [mailto:danush...@wso2.com] Sent: Wednesday, July 30, 2014 6:55 PM To: Akila Nimantha [IT/EKO/LOITS] Cc: dev@wso2.org Subject: Re: [Dev] canot invoke bps service using jaggery app Hi Akila I guess error you attached is the error

Re: [Dev] canot invoke bps service using jaggery app

2014-07-31 Thread Akila Nimantha [IT/EKO/LOITS]
(); } return cookieString; }; Regards, Akila From: Danushka Fernando [mailto:danush...@wso2.com] Sent: Thursday, July 31, 2014 12:01 PM To: Akila Nimantha [IT/EKO/LOITS] Cc: dev@wso2.org Subject: Re: [Dev] canot invoke bps service using jaggery app Hi Akila Seems you are not extracting

Re: [Dev] canot invoke bps service using jaggery app

2014-07-31 Thread Akila Nimantha [IT/EKO/LOITS]
it is correct or wrong. Regards, Akila From: Danushka Fernando [mailto:danush...@wso2.com] Sent: Thursday, July 31, 2014 1:25 PM To: Akila Nimantha [IT/EKO/LOITS] Cc: dev@wso2.org Subject: Re: [Dev] canot invoke bps service using jaggery app The request is an object of WSRequest object. Sorry

Re: [Dev] canot invoke bps service using jaggery app

2014-07-31 Thread Akila Nimantha [IT/EKO/LOITS]
copied it from SoapUI). Can you please look at that variable whether it is correct or wrong. Regards, Akila From: Danushka Fernando [mailto:danush...@wso2.commailto:danush...@wso2.com] Sent: Thursday, July 31, 2014 1:25 PM To: Akila Nimantha [IT/EKO/LOITS] Cc: dev@wso2.orgmailto:dev@wso2.org

[Dev] canot invoke bps service using jaggery app

2014-07-30 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, I am trying to invoke human task adminService using jaggery application. What I did was, first created a function called invokeWebService to create login to bps server. Its working fine and give the result as true. Next I get the JSESSIONID using same function. Afterthat I created

Re: [Dev] api manager clustering

2014-07-29 Thread Akila Nimantha [IT/EKO/LOITS]
(EventManager.java:340) what should i do for this...??? please check attachment files for full log trace of all four server components... Regards, Akila From: Udara Liyanage [mailto:ud...@wso2.com] Sent: Monday, July 21, 2014 12:06 PM To: Akila Nimantha [IT/EKO/LOITS] Cc: dev@wso2.org Subject: Re

Re: [Dev] api manager clustering

2014-07-29 Thread Akila Nimantha [IT/EKO/LOITS]
with govregistry dbConfig. dbConfig name=wso2registry dataSourcejdbc/WSO2CarbonDB/dataSource /dbConfig On Wed, Jul 30, 2014 at 9:12 AM, Akila Nimantha [IT/EKO/LOITS] aki...@lolctech.commailto:aki...@lolctech.com wrote: Hi Amila, Please check the attachment . I have attached

Re: [Dev] caramel framework supported servers

2014-07-25 Thread Akila Nimantha [IT/EKO/LOITS]
Hi Tanya, Thank you very much again. This will help me to build a better jaggery app. Regards, Akila From: Tanya Madurapperuma [mailto:ta...@wso2.com] Sent: Friday, July 25, 2014 11:12 AM To: Akila Nimantha [IT/EKO/LOITS] Cc: dev@wso2.org Subject: Re: [Dev] caramel framework supported servers

[Dev] caramel framework supported servers

2014-07-24 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, Are wso2application server-5.2.1 and jaggery-0.9.0-SNAPSHOT_ALPHA3 server supports caramel framework...??? Because I put a jaggery application written with caramel in jiggery server, and it says the server cannot read the application. What are the servers support caramel framework...???

Re: [Dev] caramel framework supported servers

2014-07-24 Thread Akila Nimantha [IT/EKO/LOITS]
[mailto:ta...@wso2.com] Sent: Friday, July 25, 2014 10:51 AM To: Akila Nimantha [IT/EKO/LOITS] Cc: dev@wso2.org Subject: Re: [Dev] caramel framework supported servers Correction : Product_Home/modules/ On Fri, Jul 25, 2014 at 10:48 AM, Tanya Madurapperuma ta...@wso2.commailto:ta...@wso2.com wrote: Hi

[Dev] BPS Issue in invoking multiple web services

2014-07-22 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, I am deploying a BPEL process with invoking two web services. In my process I am using following named wsdl files; WSDL Partner Link Name excelCapexService.wsdl ItemServicePL excelPriceService.wsdl PriceServicePL after I creating the BPEL diagram at the deploy.xml it shows my

[Dev] expose images like jpg, png as a service

2014-07-20 Thread Akila Nimantha [IT/EKO/LOITS]
hi all, I am from LOITS, sri lanka. Currently I am looking at wso2 data service server as a RD project in our organization. My problem is, Is there a way to expose images(files) like jpg, png as a services?? Regards, Akila This message (including any attachments) is intended only for the use

[Dev] api manager clustering

2014-07-20 Thread Akila Nimantha [IT/EKO/LOITS]
Hi all, I tried configure api manger clustering using document, https://docs.wso2.com/display/CLUSTER420/Clustering+API+Manager . also I used freshly downloaded api manager 1.7.0 version. I tried to setup Minimum cluster with an external store without load balancer pattern. My problem is,