[Dev] CEP 3.1.0 Nightly Build Pack

2014-03-19 Thread Lasantha Fernando
Hi all, Please find the nightly build packs for CEP 3.1.0 from [1]. Please use the latest one (wso2cep-3.1.0-19-03-2014.zip). [1] https://svn.wso2.org/repos/wso2/people/mohan/CEP_3.1.0_NightlyBuilds Thanks, Lasantha -- *Lasantha Fernando* Software Engineer - Data Technologies Team WSO2 Inc.

Re: [Dev] Rendering the BPMN diagram in process definition page

2014-03-19 Thread Amal Gunatilake
Hi Chathura, Syntax highlighting for BPMN xml is also done. I achieved this by embedding the SyntaxHighlighter https://code.google.com/p/syntaxhighlighter/. Please find the patch @ https://wso2.org/jira/browse/BPS-485 I have a BPMN sample for testing the instance variables but in-order to start

[Dev] WSO2 Committers += Ushani Balasooriya

2014-03-19 Thread Evanthika Amarasiri
Hi, It's my pleasure to announce Ushani Balasooriya as a WSO2 commiter. She is an active member of the QA team and has been a great contributor during ESB, API-M, App-Factory IS releases. Welcome aboard Ushani and keep up the good work! Regards, Evanthika Amarasiri Senior Technical Lead -

[Dev] Use of URL template in ESB with a wildcard for query parameters

2014-03-19 Thread Pushpalanka Jayawardhana
Hi, We need to read in some parameters from the URL path as well as some optional query parameters. (in ESB 4.6.0) Have tried few combinations of URL-mapping and URI- templates. Is it possible to use something similar to resource methods=GET url-mapping=/case/{grade}/{studentId}?* This did not

Re: [Dev] WSO2 Committers += Ushani Balasooriya

2014-03-19 Thread Malintha Adikari
Congratulations Ushani!! On Wed, Mar 19, 2014 at 1:18 PM, Evanthika Amarasiri evanth...@wso2.comwrote: Hi, It's my pleasure to announce Ushani Balasooriya as a WSO2 commiter. She is an active member of the QA team and has been a great contributor during ESB, API-M, App-Factory IS

Re: [Dev] Use of URL template in ESB with a wildcard for query parameters

2014-03-19 Thread Sanjeewa Malalgoda
First for this type of definitions you need to use uri-template instead of url-mapping. With uri-templates only you will be able to define resource variables as you mentioned. See following examples. URITemplate /sanjeewa/{name,id}/* matches /sanjeewa/user,190/test matches

Re: [Dev] Student Introduction, GSoC-2014 project: UI Testing Framework for Developer Studio

2014-03-19 Thread Lali Devamanthri
Hi, FYI, You can find a meeting note under subject '[Meeting Notes] ESB flow debugger Planning Meeting' in architecture mailing list. Thanks, /Lali On Tue, Mar 18, 2014 at 7:47 AM, Jasintha Dasanayake jasin...@wso2.comwrote: HI Tharshayene Almost all the projects in developer studio has

Re: [Dev] Student Introduction, GSoC-2014 project: UI Testing Framework for Developer Studio

2014-03-19 Thread Nila
Hi, Thank you. I've gone through the Jira pages that you have mentioned above and checked the Plugins (zipped files) by importing in the Eclipse IDE. Please consider that I've requested for access to the Google spreadsheet that the link was given as the documentation [1]. I could grab the basics

Re: [Dev] Use of URL template in ESB with a wildcard for query parameters

2014-03-19 Thread Pushpalanka Jayawardhana
Thanks, Pushpalanka. -- Pushpalanka Jayawardhana, B.Sc.(Hons). Software Engineer, WSO2 Lanka (pvt) Ltd; wso2.com/ Mobile: +94779716248 Blog: pushpalankajaya.blogspot.com/ | LinkedIn: lk.linkedin.com/in/pushpalanka/ | Twitter: @pushpalanka On Wed, Mar 19, 2014 at 1:44 AM, Sanjeewa Malalgoda

Re: [Dev] Student Introduction, GSoC-2014 project: UI Testing Framework for Developer Studio

2014-03-19 Thread Nila
Lali, Thank you. I believe you mean this entry [1]. I found that the user guide of Developer Studio [2] has documented several UI scenarios (product wise I guess) to be tested. I've scanned through those scenarios only from the UI perspective and I found that mainly the ESB has GMF components

Re: [Dev] Use of URL template in ESB with a wildcard for query parameters

2014-03-19 Thread Sanjeewa Malalgoda
On Wed, Mar 19, 2014 at 2:56 PM, Pushpalanka Jayawardhana la...@wso2.comwrote: Thanks, Pushpalanka. -- Pushpalanka Jayawardhana, B.Sc.(Hons). Software Engineer, WSO2 Lanka (pvt) Ltd; wso2.com/ Mobile: +94779716248 Blog: pushpalankajaya.blogspot.com/ | LinkedIn:

Re: [Dev] Student Introduction, GSoC-2014 project: UI Testing Framework for Developer Studio

2014-03-19 Thread Krishantha Samaraweera
You better evaluate robot framework eclipse library. Eclipse Library is a Robot Framework http://www.robotframework.org/ library for testing Eclipse RCP applications using SWT widgets and this Eclipse Library is based on SWTBothttp://wiki.eclipse.org/SWTBot. The library provides comprehensive set

[Dev] WSO2 identity server - adding user attributes.

2014-03-19 Thread Kendale, Sachin (GE Healthcare)
1. I added new claims (Policy Id) to http://wso2.org/claims dialect 2. Policy Id field appeared in my user profile page. 3. When I tried to set it, I got following error [cid:image001.png@01CF429E.CE59A080] How can I add attribute to my user store? Thanks, Sachin inline:

Re: [Dev] AS integration test migration

2014-03-19 Thread Krishantha Samaraweera
Hi Sagara, I've finish test case migration. However there are test failure which need AS team support to verify/debug. Migrated tests are not committed to master repository yet. I can disable the failure cases and commit the tests. Let me know how to proceed. Thanks, Krishantha. On Thu, Mar

Re: [Dev] AS integration test migration

2014-03-19 Thread Sagara Gunathunga
On Wed, Mar 19, 2014 at 3:43 PM, Krishantha Samaraweera krishan...@wso2.com wrote: Hi Sagara, I've finish test case migration. However there are test failure which need AS team support to verify/debug. Migrated tests are not committed to master repository yet. I can disable the failure

Re: [Dev] Student Introduction, GSoC-2014 project: UI Testing Framework for Developer Studio

2014-03-19 Thread Nila
Krishantha, Thank you. I was going through the Robot Framework and it seems to be adding extra complexities on top my vague understandings. Anyway I'll try an exemplary work and refine my understandings. Please anyone clarify my initial requests. // I'm trying to come up with a proposal. Is

[Dev] Restful backend service - Apimgt 2.0.0

2014-03-19 Thread Dimuthu De Lanerolle
We have added a new RestFul backend service to api manager 2.0.0. You can find it from the following svn location. https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/products/apimgt/2.0.0/modules/integration/backend-service/ Also note that we will be adding a few sample test

Re: [Dev] OCSP/CRL in transport listener

2014-03-19 Thread Jeewantha Dharmaparakrama
[Adding @dev] Hi Sudheera, Did you remove ServerConnFactoryBuilder and ClientConnFactoryBuilder from the source and added the changed classes again? Its difficult to see which lines have changed in the patch file. Please remove ServerConnFactoryBuilder and ClientConnFactoryBuilder from your

Re: [Dev] WSO2 Committers += Ushani Balasooriya

2014-03-19 Thread Shani Ranasinghe
cngrts On Wed, Mar 19, 2014 at 1:31 AM, Malintha Adikari malin...@wso2.com wrote: Congratulations Ushani!! On Wed, Mar 19, 2014 at 1:18 PM, Evanthika Amarasiri evanth...@wso2.comwrote: Hi, It's my pleasure to announce Ushani Balasooriya as a WSO2 commiter. She is an active

Re: [Dev] Restful backend service - Apimgt 2.0.0

2014-03-19 Thread Sumedha Rubasinghe
Dimuthu, What's the final objective here? I had a quick look @ the source and right now there only 3 services. Do you guys have a full test scenario in mind? On Wed, Mar 19, 2014 at 7:08 PM, Dimuthu De Lanerolle dimut...@wso2.comwrote: We have added a new RestFul backend service to api

Re: [Dev] WSO2 Committers += Ushani Balasooriya

2014-03-19 Thread Dimuthu De Lanerolle
Congrats Ushani !!! Regards Dimuthu. On Wednesday, 19 March 2014, Shani Ranasinghe sh...@wso2.com wrote: cngrts On Wed, Mar 19, 2014 at 1:31 AM, Malintha Adikari malin...@wso2.comjavascript:_e(%7B%7D,'cvml','malin...@wso2.com'); wrote: Congratulations Ushani!! On Wed,

[Dev] GsoC 2014: binary protocol for the SOAP/REST service requests on WSO2 Application Server

2014-03-19 Thread Yaroslav Porshnev
Hello. My name is Yaroslav and I'd like to participate in GSoC. As I'm interestied in topics like SOA, services/Web-services, ESB WSO2 organization and its ideas look greate for me. So I would like to know, if any other student have already applied for proposal 2: Implement support for a binary

[Dev] [ESB] Adding attachment to Synapse MessageContext

2014-03-19 Thread Ramindu Deshapriya
Hi, I am attempting to add an attachment via DataHandler to the Synapse Message Context in a class mediator via the following code: DataHandler dataHandler = new DataHandler(new InputStreamDataSource(photoStream)); ((Axis2MessageContext)

Re: [Dev] [ESB] Adding attachment to Synapse MessageContext

2014-03-19 Thread Ramindu Deshapriya
Hi Paul, Paul Fremantle-2 wrote How are you serializing the message? I'm not serializing it, as far as I can tell. I'm receiving an input stream for a file from a backend service (Google Contacts API) and attempting to attach it to the Synapse message context by assigning it to a DataHandler.

Re: [Dev] [ESB] Adding attachment to Synapse MessageContext

2014-03-19 Thread Paul Fremantle
How are you serializing the message? Paul On 19 March 2014 20:00, Ramindu Deshapriya rasad...@gmail.com wrote: Hi, I am attempting to add an attachment via DataHandler to the Synapse Message Context in a class mediator via the following code: DataHandler dataHandler = new DataHandler(new

Re: [Dev] Use of URL template in ESB with a wildcard for query parameters

2014-03-19 Thread Pushpalanka Jayawardhana
Thanks, Pushpalanka. -- Pushpalanka Jayawardhana, B.Sc.(Hons). Software Engineer, WSO2 Lanka (pvt) Ltd; wso2.com/ Mobile: +94779716248 Blog: pushpalankajaya.blogspot.com/ | LinkedIn: lk.linkedin.com/in/pushpalanka/ | Twitter: @pushpalanka On Wed, Mar 19, 2014 at 2:50 AM, Sanjeewa Malalgoda

Re: [Dev] WSO2 Committers += Ushani Balasooriya

2014-03-19 Thread Manula Chathurika Thantriwatte
Congratulations !!! On Wed, Mar 19, 2014 at 9:23 PM, Dimuthu De Lanerolle dimut...@wso2.comwrote: Congrats Ushani !!! Regards Dimuthu. On Wednesday, 19 March 2014, Shani Ranasinghe sh...@wso2.com wrote: cngrts On Wed, Mar 19, 2014 at 1:31 AM, Malintha Adikari

Re: [Dev] WSO2 Committers += Ushani Balasooriya

2014-03-19 Thread Nuwan Silva
Congratz Ushani !!! On Thu, Mar 20, 2014 at 9:14 AM, Manula Chathurika Thantriwatte manu...@wso2.com wrote: Congratulations !!! On Wed, Mar 19, 2014 at 9:23 PM, Dimuthu De Lanerolle dimut...@wso2.comwrote: Congrats Ushani !!! Regards Dimuthu. On Wednesday, 19 March 2014,

Re: [Dev] WSO2 Committers += Ushani Balasooriya

2014-03-19 Thread Sandapa Handakumbura
Congratulations Ushani!!! On Wed, Mar 19, 2014 at 1:18 PM, Evanthika Amarasiri evanth...@wso2.comwrote: Hi, It's my pleasure to announce Ushani Balasooriya as a WSO2 commiter. She is an active member of the QA team and has been a great contributor during ESB, API-M, App-Factory IS

Re: [Dev] OCSP/CRL in transport listener

2014-03-19 Thread Sudheera Palihakkara
Hi Jeewantha, I have moved ServerConnFactoryBuilder and ClientConnFactoryBuilder from /transport/nhttp/config/ to /transport/http/config/ because those two classed are common to both nhttp and passthru transports. Here are the diff files of the two files that I edited. I used an online tool to

Re: [Dev] WSO2 Committers += Ushani Balasooriya

2014-03-19 Thread Suneth Ranasinghe
Congratz Ushani...!!! On Thu, Mar 20, 2014 at 10:05 AM, Sandapa Handakumbura sand...@wso2.comwrote: Congratulations Ushani!!! On Wed, Mar 19, 2014 at 1:18 PM, Evanthika Amarasiri evanth...@wso2.comwrote: Hi, It's my pleasure to announce Ushani Balasooriya as a WSO2

Re: [Dev] WSO2 Committers += Ushani Balasooriya

2014-03-19 Thread Asanka Vithanage
Congrats Ushani !!! On Thu, Mar 20, 2014 at 10:38 AM, Suneth Ranasinghe sun...@wso2.com wrote: Congratz Ushani...!!! On Thu, Mar 20, 2014 at 10:05 AM, Sandapa Handakumbura sand...@wso2.comwrote: Congratulations Ushani!!! On Wed, Mar 19, 2014 at 1:18 PM, Evanthika

Re: [Dev] WSO2 Committers += Ushani Balasooriya

2014-03-19 Thread Nirmal Fernando
Congratulations Ushani! On Thu, Mar 20, 2014 at 10:41 AM, Asanka Vithanage asan...@wso2.com wrote: Congrats Ushani !!! On Thu, Mar 20, 2014 at 10:38 AM, Suneth Ranasinghe sun...@wso2.comwrote: Congratz Ushani...!!! On Thu, Mar 20, 2014 at 10:05 AM, Sandapa Handakumbura

[Dev] Using Jquery autocomplete and Solr within API Manager 1.6.0 Store search

2014-03-19 Thread Cameron, Antonio
Is it possible to expose the embedded Solr functionality to be used in API Manager Store API search? I would like to integrate it with the jquery autocomplete plugin bound to a textbox. Is this functionality exposed via an Axis2 webservice? Can anyone provide any examples of how to

Re: [Dev] WSO2 Committers += Ushani Balasooriya

2014-03-19 Thread Shashika Ubhayaratne
Congrats Ushani Shashika Ubhayaratne Associate Technical Lead - QA WSO2 Inc: http://www.wso2.com/ Mobile: *+94773383831* On Thu, Mar 20, 2014 at 10:43 AM, Nirmal Fernando nir...@wso2.com wrote: Congratulations Ushani! On Thu, Mar 20, 2014 at 10:41 AM, Asanka Vithanage

Re: [Dev] WSO2 Committers += Ushani Balasooriya

2014-03-19 Thread Manoj Kumara
Congratulations Ushani . *Manoj Kumara* Software Engineer WSO2 Inc. http://wso2.com/ *lean.enterprise.middleware* Mobile: +94713448188 On Thu, Mar 20, 2014 at 10:51 AM, Shashika Ubhayaratne shash...@wso2.comwrote: Congrats Ushani Shashika Ubhayaratne Associate Technical Lead - QA

[Dev] Invitation: CEP Code Review on Kafka Default Event Builder/Formatter @ Thu Mar 20, 2014 2pm - 3pm (mo...@wso2.com)

2014-03-19 Thread Mohanadarshan Vivekanandalingam
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20140320T083000Z DTEND:20140320T093000Z DTSTAMP:20140320T053217Z ORGANIZER;CN=Mohanadarshan Vivekanandalingam:mailto:mo...@wso2.com

Re: [Dev] WSO2 Committers += Ushani Balasooriya

2014-03-19 Thread Chanaka Fernando
Congrats Ushani !!! On Thu, Mar 20, 2014 at 10:53 AM, Manoj Kumara ma...@wso2.com wrote: Congratulations Ushani . *Manoj Kumara* Software Engineer WSO2 Inc. http://wso2.com/ *lean.enterprise.middleware* Mobile: +94713448188 On Thu, Mar 20, 2014 at 10:51 AM, Shashika Ubhayaratne

Re: [Dev] Using Jquery autocomplete and Solr within API Manager 1.6.0 Store search

2014-03-19 Thread Lalaji Sureshika
Hi Cameron, In AM 1.6.0,we have added embedded Solr functionality only for listing paginated APIs,but not with the Store search functionality due to release time constraints.We'll be adding embedded solr functionality to Store API search with upcoming release in which you can try with. Adding to

Re: [Dev] WSO2 Committers += Ushani Balasooriya

2014-03-19 Thread Sohani Weerasinghe
Congratulations ! Regards, Sohani Sohani Weerasinghe Software Engineer WSO2, Inc: http://wso2.com Mobile : +94 716439774 Blog :http://christinetechtips.blogspot.com/ Twitter : https://twitter.com/sohanichristine On Thu, Mar 20, 2014 at 11:05 AM, Chanaka Fernando

Re: [Dev] Using Jquery autocomplete and Solr within API Manager 1.6.0 Store search

2014-03-19 Thread Cameron, Antonio
Thanks Lalaji for your response. Looking forward to this new feature. Will this new feature be available in the upcoming API 2.0.0 release? Antonio From: Lalaji Sureshika [mailto:lal...@wso2.com] Sent: Thursday, March 20, 2014 1:38 AM To: Cameron, Antonio Cc: dev@wso2.org; Brainard, David;

Re: [Dev] CEP 3.1.0 Nightly Build Pack

2014-03-19 Thread Lasantha Fernando
Hi all, Please find the nightly build pack for 19th March at [1]. [1] https://svn.wso2.org/repos/wso2/people/mohan/CEP_3.1.0_NightlyBuilds/wso2cep-3.1.0-19-03-2014-20:05.zip Thanks, On 19 March 2014 12:23, Lasantha Fernando lasan...@wso2.com wrote: Hi all, Please find the nightly build

Re: [Dev] WSO2 Committers += Ushani Balasooriya

2014-03-19 Thread Waruna Jayaweera
Congratzzz. On Thu, Mar 20, 2014 at 11:07 AM, Sohani Weerasinghe soh...@wso2.comwrote: Congratulations ! Regards, Sohani Sohani Weerasinghe Software Engineer WSO2, Inc: http://wso2.com Mobile : +94 716439774 Blog :http://christinetechtips.blogspot.com/ Twitter

Re: [Dev] Use of URL template in ESB with a wildcard for query parameters

2014-03-19 Thread Sanjeewa Malalgoda
On Thu, Mar 20, 2014 at 3:58 AM, Pushpalanka Jayawardhana la...@wso2.comwrote: Thanks, Pushpalanka. -- Pushpalanka Jayawardhana, B.Sc.(Hons). Software Engineer, WSO2 Lanka (pvt) Ltd; wso2.com/ Mobile: +94779716248 Blog: pushpalankajaya.blogspot.com/ | LinkedIn:

Re: [Dev] CEP 3.1.0 Nightly Build Pack

2014-03-19 Thread Shashika Ubhayaratne
Can not create execution plans with this pack and blocker has been raised at [1]. [1]: https://wso2.org/jira/browse/CEP-742 Shashika Ubhayaratne Associate Technical Lead - QA WSO2 Inc: http://www.wso2.com/ Mobile: +94773383831 On Thu, Mar 20, 2014 at 11:13 AM, Lasantha Fernando