Re: [Dev] [MSF4J] Issue with registering ExceptionMappers.

2016-06-20 Thread Hemika Kodikara
Hi Azeez, I was not able to get it reproduced in the fatjar so far. It comes intermittently in my tests as well. After all 3 of my exception mappers are registered, the map will have the following : [org.wso2.msf4j.internal.MicroservicesRegistry] : EXCEPTION MAPPERS : {class

Re: [Dev] Maintaining the order for XML payloads in JSON schema - Data Mapper

2016-06-20 Thread Nuwan Pallewela
Problem is that we can not say that we are not guarantee the order of the xml elements in data mapper. As there are some well known API's who consider the order(some Salesforce API's), we have to support the order in xml elements from our side. Otherwise there will be issues when user going to use

Re: [Dev] Maintaining the order for XML payloads in JSON schema - Data Mapper

2016-06-20 Thread Harsha Thirimanna
As in the spec , it can be choice, seq or mixed, right ? The ELEMENT Type Declaration can be used within an DTD to define the contents on an element within the XML document. Is that ok to make sequence for all the cases ? *Harsha Thirimanna* Associate Tech Lead; WSO2, Inc.; http://wso2.com *

[Dev] Custom Input Mappings JSON : Could not find any matches for the incoming event with JSONPath

2016-06-20 Thread Aneela Safdar
Hi, I have an event receiver with custom input mapping as my event format was a little different. It has no meta or correlational attributes.  Example is: {"ts":"2016-05-08T08:59:47.363764Z", "uid":"CLuCgz3HHzG7LpLwH9", "id.orig_h":"172.30.26.119", "id.orig_p":51976,

[Dev] DataPublisher clients should check the returned value of tryPublish API

2016-06-20 Thread Nirmal Fernando
Hi All, While doing a performance test using a data publisher client, it was realized that it's important to check the returned value of tryPublish API and if it is false (i.e. if the event wasn't sent) Clients' should slow down a bit (use a sleep or similar) to avoid spinning the CPU. Please

Re: [Dev] [GSOC 16] Initial Project Progress

2016-06-20 Thread Isuru Haththotuwa
Hi Osura, I went through the code at [1] briefly. Some general comments: - The code is not properly formatted - The code has a SNAPSHOT dependency for org.wso2.carbon.utils. If you do not have a specific reason to do so, its better to use a released version. - To parse the

Re: [Dev] Maintaining the order for XML payloads in JSON schema - Data Mapper

2016-06-20 Thread Nuwan Pallewela
Hi Harsha, We can find this in section 3.2.1 Element Content in the W3C recommendation[1]. [1] https://www.w3.org/TR/REC-xml/ Thanks, Nuwan On Tue, Jun 21, 2016 at 10:02 AM, Harsha Thirimanna wrote: > Hi Nuwan, > > Thanks for pointing that, can you please point that

Re: [Dev] Maintaining the order for XML payloads in JSON schema - Data Mapper

2016-06-20 Thread Harsha Thirimanna
Hi Nuwan, Thanks for pointing that, can you please point that specification location please ? *Harsha Thirimanna* Associate Tech Lead; WSO2, Inc.; http://wso2.com * * *email: **hars...@wso2.com* * cell: +94 71 5186770 * *twitter: **http://twitter.com/

[Dev] DSS Tryit Page issue

2016-06-20 Thread Anupama Pathirage
Hi, When we build the product DSS [1] with the latest Kernel Release (4.4.6), we have observed following issues in "Try it" page. Appreciate any clue on this to get them resolved. *1) *In Https mode, Try it requests gives following error on send [2][3]. WARN

Re: [Dev] Maintaining the order for XML payloads in JSON schema - Data Mapper

2016-06-20 Thread Nuwan Pallewela
Hi Harsha, On Tue, Jun 21, 2016 at 9:27 AM, Harsha Thirimanna wrote: > Hi Sohani, > Just wanted to know one thing and please make me correct if i am wrong > here. > > Normally, XML elements don't have an order and any implementation should > not depend on the order of the

Re: [Dev] ESB Analytics for MT scenarios?

2016-06-20 Thread Srinath Perera
We had a chat about this. This is supported. However, current implementation will run spark jobs per each tenant. So it will have performance concerns with a large number of tenants. Anjana, can you give the details and potential solutions? Summary is that DAS team has implemented the support

Re: [Dev] [Mesos] Let's use Marathon CLI for deploying artifacts

2016-06-20 Thread Thanuja Uruththirakodeeswaran
On Mon, Jun 20, 2016 at 8:54 PM, Akila Ravihansa Perera wrote: > Hi, > > Shall we do $subject? Marathon CLI is available for Windows, OS X, Linux > [1]. It supports operations that we need provided via REST API. Main > advantage is it handles authentication if the REST API is

Re: [Dev] Maintaining the order for XML payloads in JSON schema - Data Mapper

2016-06-20 Thread Harsha Thirimanna
Hi Sohani, Just wanted to know one thing and please make me correct if i am wrong here. Normally, XML elements don't have an order and any implementation should not depend on the order of the elements in XML file except if it has a XSD and saying it as a sequence. So why do we need to concern

Re: [Dev] [IS] Removing duplicated methods from UserIdentityManagementAdminService

2016-06-20 Thread Harsha Thirimanna
Since we are going to achieve account lock , disable features as handlers and triggered through the user store operation, do we need to have those methods also ? *Harsha Thirimanna* Associate Tech Lead; WSO2, Inc.; http://wso2.com * * *email: **hars...@wso2.com*

Re: [Dev] ESB Analytics for MT scenarios?

2016-06-20 Thread Kasun Indrasiri
Please note that this will be an essential feature for our integration cloud. So, we need to decide how should we proceed with this soon. On Fri, Jun 17, 2016 at 1:57 AM, Kasun Indrasiri wrote: > How about the $subject? I don't think there's no any limitation from the >

Re: [Dev] [GSOC2016]Proposal 4: [ML] Ensemble Methods Support for WSO2 Machine Learner

2016-06-20 Thread Supun Sethunga
Hi Misgana, I have two issues: 1. Issue: Exception in thread "pool-17-thread-7" java.lang.IllegalArgumentException: > No enum constant org.wso2.carbon.ml.commons.con > stants.MLConstants.SUPERVISED_ALGORITHM.STACKING > at java.lang.Enum.valueOf(Enum.java:238) > at

Re: [Dev] [GSoC Dockerfiles] Add ability to silently run docker image

2016-06-20 Thread Abhishek Tiwari
Hi Chamila, That's a neat idea as well, I will incorporate this in the current implementation. Thanks, Abhishek On Mon, Jun 20, 2016 at 6:12 AM, Chamila De Alwis wrote: > > On Mon, Jun 20, 2016 at 1:17 PM, Abhishek Tiwari < > abhishek.tiwari0...@gmail.com> wrote: > >> It

Re: [Dev] [Mesos] Let's use Marathon CLI for deploying artifacts

2016-06-20 Thread Isuru Haththotuwa
On Mon, Jun 20, 2016 at 8:54 PM, Akila Ravihansa Perera wrote: > Hi, > > Shall we do $subject? Marathon CLI is available for Windows, OS X, Linux > [1]. It supports operations that we need provided via REST API. Main > advantage is it handles authentication if the REST API is

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-06-20 Thread Heshan Jayasinghe
github url - https://github.com/heshanjse/BPMNEditor On Tue, Jun 21, 2016 at 6:57 AM, Heshan Jayasinghe wrote: > Hi Isuru, > > This is the milestone plan we discussed in the last week. > > 24/6 - draw flows when moving a node > - add properties to the flow >

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-06-20 Thread Heshan Jayasinghe
Hi Isuru, This is the milestone plan we discussed in the last week. 24/6 - draw flows when moving a node - add properties to the flow - create delete functionality to every node. - add arrow and text to the toolbox 1/7- add text to the task - task

Re: [Dev] Issues with MB build sequence

2016-06-20 Thread Akalanka Pagoda Arachchi
In my opinion, each transport should have their own repository, meaning Qpid and AMQP component will be in one repo and MQTT component and Moquetto will be in a separate repository .etc. With the current trends of microservices, ESB improving on their JMS and integration layer deciding to use MB

Re: [Dev] Difference between wso2server.bat and wso2server.sh

2016-06-20 Thread Godwin Shrimal
Hi Maduranga, In windows you can run WSO2 Severs as windows service. Please see the link [1] [1] https://docs.wso2.com/display/AS530/Installing+as+a+Windows+Service Thanks Godwin On Mon, Jun 20, 2016 at 4:46 PM, Maduranga Siriwardena wrote: > Hi all, > > While going

[Dev] Difference between wso2server.bat and wso2server.sh

2016-06-20 Thread Maduranga Siriwardena
Hi all, While going through the above mentioned files (checked in IS 5.1.0) I noticed that there are differences in the parameters accepted by the two startup scripts. While wso2server.sh accepts debug, stop, start, version, restart and test parameters wso2server.bat accepts only run, restart,

[Dev] Reading transport header with JMS inbound

2016-06-20 Thread Manuranga Perera
Have some issues with $subject (jms2). Any know issues? ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-06-20 Thread Heshan Jayasinghe
HI, These days i am restructuring my code.Untill I put my restructured code I like to share this committed code.this code committed before proper restructuring and with our fully completed JSON array. github url - https://github.com/heshanjse/BPMNEditor Thank you! regards, Heshan Jayasinghe On

Re: [Dev] [Mesos] Let's use Marathon CLI for deploying artifacts

2016-06-20 Thread Imesh Gunaratne
On Mon, Jun 20, 2016 at 8:54 PM, Akila Ravihansa Perera wrote: > Hi, > > Shall we do $subject? Marathon CLI is available for Windows, OS X, Linux > [1]. It supports operations that we need provided via REST API. Main > advantage is it handles authentication if the REST API is

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-06-20 Thread Heshan Jayasinghe
*milestone plan* - flow remove and redraw when move a node -24/6 - add properties to the flow - 24/6 - add delete functionality (delete flow if delete a node,delete only flow if we delete flow) -24/6 - put arrow and text to tooltip -24/6 - text centre (multi line ) -1/7 -

Re: [Dev] Kubernetes and developer studio

2016-06-20 Thread Pubudu Gunatilaka
Hi Ramon, You can refer the article in [1] to connect Dev Studio with any WSO2 server. In Kubernetes we expose WSO2 server ports as in [2]. As you already know you can use only the nodePort to access the WSO2 server from outside. According to [2] that would be 32096 instead of 9443 port. Please

[Dev] Please merge

2016-06-20 Thread Manuranga Perera
$subject https://github.com/wso2/puppet-modules/pull/64 -- With regards, *Manu*ranga Perera. phone : 071 7 70 20 50 mail : m...@wso2.com ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [Analytics] Error running server.sh script with spaces in the directory path

2016-06-20 Thread Mohanadarshan Vivekanandalingam
On Mon, Jun 20, 2016 at 9:13 PM, Dulindra Wijethilake wrote: > Will do Mohan. However, is there any reason which you can think of Carbon > 4.4.3 starting without an error where as IS analytics getting this error? Yes.. In DAS, they are copying a separate wso2server.sh file

[Dev] WSO2 ESB Synapse Config and kubernetes

2016-06-20 Thread Ramon Gordillo
Hi. Is there any way to store synapse configurarion for ESB in a database, or should we provision an kubernetes pvc to persist the esb configuration? Thanks in advance. Ramon ___ Dev mailing list Dev@wso2.org

Re: [Dev] [Analytics] Error running server.sh script with spaces in the directory path

2016-06-20 Thread Dulindra Wijethilake
Will do Mohan. However, is there any reason which you can think of Carbon 4.4.3 starting without an error where as IS analytics getting this error? Regards, On Monday, June 20, 2016, Mohanadarshan Vivekanandalingam wrote: > > > On Mon, Jun 20, 2016 at 3:17 PM, Dulindra

[Dev] [Mesos] Let's use Marathon CLI for deploying artifacts

2016-06-20 Thread Akila Ravihansa Perera
Hi, Shall we do $subject? Marathon CLI is available for Windows, OS X, Linux [1]. It supports operations that we need provided via REST API. Main advantage is it handles authentication if the REST API is secured. Also it simplifies the bash scripts that we need to develop to deploy services.

[Dev] WSO2 App Manager 1.2.0-Beta Released!

2016-06-20 Thread Lahiru Cooray
*WSO2 App Manager 1.2.0-Beta Released!* WSO2 App Manager team is pleased to announce WSO2 App Manager 1.2.0-BETA release. Download distribution here . This release comes with following new features, improvements and

Re: [Dev] [MSF4J] Issue with registering ExceptionMappers.

2016-06-20 Thread Afkham Azeez
Can this be reproduced in the standalone (fatjar) mode as well? On Mon, Jun 20, 2016 at 7:53 PM, Afkham Azeez wrote: > So what has happened in the wrong exception mapper for an exception has > got registered? > > On Mon, Jun 20, 2016 at 7:03 PM, Hemika Kodikara

Re: [Dev] [MSF4J] Issue with registering ExceptionMappers.

2016-06-20 Thread Afkham Azeez
So what has happened in the wrong exception mapper for an exception has got registered? On Mon, Jun 20, 2016 at 7:03 PM, Hemika Kodikara wrote: > Hi All, > > I am currently writing unit test cases where exception mappers are being > used in my service. Intermittently I get the

Re: [Dev] Naming convention for WSO2 docker images based on the platform

2016-06-20 Thread Anuruddha Liyanarachchi
Hi, +1 for the platform postfix in docker images. On Mon, Jun 20, 2016 at 7:57 AM, Pubudu Gunatilaka wrote: > Hi Devs, > > At the moment, we have docker images which can be run on the following > platforms. > > 1. Kubernetes [1] > 2. Mesos [2] > 3. Default docker [3] > > For

Re: [Dev] [Analytics] Error running server.sh script with spaces in the directory path

2016-06-20 Thread Mohanadarshan Vivekanandalingam
On Mon, Jun 20, 2016 at 3:17 PM, Dulindra Wijethilake wrote: > Hi Niranjan, > It seems IS analytics is based on Carbon 4.4.3. > > @DAS team, > Do we have any plans to update the carbon version to a newer version? > Yes, we have to move Carbon 4.4.6.. Already. ground work is

Re: [Dev] [Architecture] Force Password Reset and Password History validation

2016-06-20 Thread Thanuja Jayasinghe
Hi Pushpalanka/Isura, On Mon, Jun 20, 2016 at 4:50 PM, Pushpalanka Jayawardhana wrote: > Hi Isura, > > On Mon, Jun 20, 2016 at 10:52 AM, Isura Karunaratne > wrote: > >> HI all, >> >> I am working on $subject for WSO2 Identity Sever 5.3.0 release. Following >>

[Dev] [MSF4J] Issue with registering ExceptionMappers.

2016-06-20 Thread Hemika Kodikara
Hi All, I am currently writing unit test cases where exception mappers are being used in my service. Intermittently I get the following error when running my tests : == java.lang.ClassCastException: org.wso2.carbon.andes.service.exceptions.InternalServerException cannot be cast to

[Dev] Automation test suit sets keystore path to "javax.net.ssl.trustStore"

2016-06-20 Thread Bhathiya Jayasekara
Hi Automation team, In automation platform, what it sets for "javax.net.ssl.trustStore" is keystore path[1]. So installing certs to truststore has no effect. I had to install client certs to keystore to get it working. Please fix this. [1]

Re: [Dev] [GSoC Dockerfiles] Add ability to silently run docker image

2016-06-20 Thread Chamila De Alwis
On Mon, Jun 20, 2016 at 1:17 PM, Abhishek Tiwari < abhishek.tiwari0...@gmail.com> wrote: > It would be nice to have the ability to silent the questioning so that the > test scripts can continue without having to pause for the input. Alternatively you could try an expect script to automatically

Re: [Dev] [ESB/MB] Issue with numeric Transport headers with JMS Message Store and Processor

2016-06-20 Thread Godwin Shrimal
Hi Shafren, This is a Sampling Message Processor and accessing the value from Sequence configured in Message Processor. Thanks Godwin On Sun, Jun 19, 2016 at 11:27 PM, Shafreen Anfar wrote: > Hi Godwin, > > Is it Sampling Message Processor or Forwarding Message Processor.

Re: [Dev] [APIM] Issue while using Conditional Group

2016-06-20 Thread Amila De Silva
Implemented this with the following PRs 1. https://github.com/wso2/carbon-apimgt/pull/2551 2. https://github.com/wso2/carbon-apimgt/pull/2532 On Fri, Jun 17, 2016 at 6:20 AM, Amila De Silva wrote: > Hi Uvindra, Harsha, > > I don't think it's possible to get CEP do this. If

[Dev] Naming convention for WSO2 docker images based on the platform

2016-06-20 Thread Pubudu Gunatilaka
Hi Devs, At the moment, we have docker images which can be run on the following platforms. 1. Kubernetes [1] 2. Mesos [2] 3. Default docker [3] For each and every platform we have a different docker image which includes platform specific configurations. Currently, the naming convention is as

Re: [Dev] ClassCastException when using datamapper

2016-06-20 Thread Keerthika Mahendralingam
Hi Viraj, I used the schema from connector and also I tried to create the schema from the exact payload that I received before the data mapper. In both cases I'm getting the same error. Please find the payload and input output schama: { "id":"PS9VE7M", "incident_number":3,

Re: [Dev] ClassCastException when using datamapper

2016-06-20 Thread Viraj Rajaguru
Hi Keerthika, It seems the schema and the received payload doesn't match each other. Can you send us the payload just before the datamapper mediator.(Log level="full") We will find input and output schemas from [1] and [2]. Hope connector store contains updated connectors with schemas. Or else

Re: [Dev] [Architecture] Force Password Reset and Password History validation

2016-06-20 Thread Darshana Gunawardana
Hi, As I see these two requirements are orthogonal and better to discuss in separate threads. If we consider one by one, 1. Password History Validation. This is another layer of password pattern validation, which is done when an user try to change his password. Hashing method of old password

Re: [Dev] [Architecture] Force Password Reset and Password History validation

2016-06-20 Thread Pushpalanka Jayawardhana
Hi Isura, On Mon, Jun 20, 2016 at 10:52 AM, Isura Karunaratne wrote: > HI all, > > I am working on $subject for WSO2 Identity Sever 5.3.0 release. Following > are the currently identified improvements, > > >- Password History - > > Last 'n' number of passwords need to be

Re: [Dev] ClassCastException when using datamapper

2016-06-20 Thread Keerthika Mahendralingam
Hi Nuwan, Using ESB 5.0.0-BETA. Thanks, Keerthika On Mon, Jun 20, 2016 at 4:25 PM, Nuwan Pallewela wrote: > Hi Keerthika, > > What is the ESB version you are using? > > Thanks, > Nuwan > > On Mon, Jun 20, 2016 at 4:03 PM, Keerthika Mahendralingam < > keerth...@wso2.com>

Re: [Dev] [Analytics] Error running server.sh script with spaces in the directory path

2016-06-20 Thread Niranjan Karunanandham
On Mon, Jun 20, 2016 at 3:48 PM, Dulindra Wijethilake wrote: > Hi Niranjan, > > Yes it is a mac. Tested with a fresh a Carbon 4.4.3 and didn't find any > issues in booting it up. > Hmm.. Looks like this is not an issue with the kernel pack. We need to check if the

[Dev] Kubernetes and developer studio

2016-06-20 Thread Ramon Gordillo
Hi. Has anyone connected directly Developer Studio with any carbon product deployed in kubernetes as a remote server? If so, which ports should be configured in dev studio? Thanks. Ramon ___ Dev mailing list Dev@wso2.org

Re: [Dev] ClassCastException when using datamapper

2016-06-20 Thread Nuwan Pallewela
Hi Keerthika, What is the ESB version you are using? Thanks, Nuwan On Mon, Jun 20, 2016 at 4:03 PM, Keerthika Mahendralingam < keerth...@wso2.com> wrote: > Hi All, > > I am getting the following error when I used data mapper to create an > integration scenario. I installed the tool from >

Re: [Dev] Maintaining the order for XML payloads in JSON schema - Data Mapper

2016-06-20 Thread Sohani Weerasinghe
Thanks Chanaka for the input Regards, Sohani Sohani Weerasinghe Senior Software Engineer WSO2, Inc: http://wso2.com Mobile : +94 716439774 Blog :http://christinetechtips.blogspot.com/ Twitter : https://twitter.com/sohanichristine On Mon, Jun 20, 2016 at 4:20 PM, Chanaka Fernando

Re: [Dev] Issues with MB build sequence

2016-06-20 Thread Asanka Abeyweera
+1 for the option 1, since no one else is using these components other than MB. But we should have separate modules for each (MB-Core, AMQP transport and MQTT transport) inside MB repo. On Mon, Jun 20, 2016 at 3:40 PM, Asitha Nanayakkara wrote: > Hi all, > > With the recent

Re: [Dev] Maintaining the order for XML payloads in JSON schema - Data Mapper

2016-06-20 Thread Chanaka Fernando
Hi Sohani, +1 to use LinkedHashMaps instead of HashMaps since former make sure the order of the items as you have mentioned. LinkedHashMaps has a higher memory footprint but it has a better performance when accessing values in the map (refer [1]). If we need a guarantee in the order of items we

[Dev] ClassCastException when using datamapper

2016-06-20 Thread Keerthika Mahendralingam
Hi All, I am getting the following error when I used data mapper to create an integration scenario. I installed the tool from http://builder1.us1.wso2.org/~developerstudio/devstudio-tooling-esb/5.0.0/Beta/composite/ and used input output schema from jira and pagerduty connector schema. I have

Re: [Dev] [Analytics] Error running server.sh script with spaces in the directory path

2016-06-20 Thread Dulindra Wijethilake
Hi Niranjan, Yes it is a mac. Tested with a fresh a Carbon 4.4.3 and didn't find any issues in booting it up. Regards, Dulindra On Mon, Jun 20, 2016 at 3:22 PM, Niranjan Karunanandham wrote: > Hi Dulindra, > > Tested it in fresh Carbon 4.4.3 with folder names with spaces

Re: [Dev] [Architecture] Force Password Reset and Password History validation

2016-06-20 Thread Omindu Rathnaweera
Hi, > All the passwords which are supposed to store in this table are old >> passwords (expired). >> >> - I think we don't need to use the same password hashing algorithm (with >> or without salted value) which is defined user-mgt.xml for password history >> validation. >> > > IMO using the

[Dev] Issues with MB build sequence

2016-06-20 Thread Asitha Nanayakkara
Hi all, With the recent effort to decouple MB core from Qpid code we have moved all the core functionalities of the broker, which are not relevant to transports to product-mb repo [1] And kept all the Qpid related code in andes repo [2]. Now the MB core has zero dependency to its transports.

Re: [Dev] [Architecture] Force Password Reset and Password History validation

2016-06-20 Thread Isura Karunaratne
Hi Dulanja, On Mon, Jun 20, 2016 at 12:14 PM, Dulanja Liyanage wrote: > > > On Mon, Jun 20, 2016 at 12:11 PM, Dulanja Liyanage > wrote: > >> >> >> On Mon, Jun 20, 2016 at 10:52 AM, Isura Karunaratne >> wrote: >> >>> HI all, >>> >>> I am

Re: [Dev] [Analytics] Error running server.sh script with spaces in the directory path

2016-06-20 Thread Niranjan Karunanandham
Hi Dulindra, Tested it in fresh Carbon 4.4.3 with folder names with spaces in Ubuntu. I believe you are using Mac. Can you test if the same issue is there when you use Kernel 4.4.3 in Mac? Regards, Nira On Mon, Jun 20, 2016 at 3:17 PM, Dulindra Wijethilake wrote: > Hi

Re: [Dev] [Analytics] Error running server.sh script with spaces in the directory path

2016-06-20 Thread Dulindra Wijethilake
Hi Niranjan, It seems IS analytics is based on Carbon 4.4.3. @DAS team, Do we have any plans to update the carbon version to a newer version? On Mon, Jun 20, 2016 at 3:02 PM, Niranjan Karunanandham wrote: > Hi Dulindra, > > This was a known issue in windows and we have fixed

Re: [Dev] Remove the heading-label of collapsible Metadata menu specific UI features on Carbon Mgt Console

2016-06-20 Thread Samitha Chathuranga
Hi Thusitha & All, The feature you mentioned ( org.wso2.carbon.registry.ui.menu.governance.feature) too could not be removed as it was required as a dependency for another feature. Anyway I could solve the issue via a different approach. I didn't remove any feature at all. (removing

Re: [Dev] [Analytics] Error running server.sh script with spaces in the directory path

2016-06-20 Thread Niranjan Karunanandham
Hi Dulindra, This was a known issue in windows and we have fixed it by using the short path. I have tested with spaces in the folder name for Kenerl 4.4.5 in Ubuntu 14.04 (with JDK Oracle 1.7) and I did not get any issues. Will you be able to verify this in Kernel 4.4.5? Regardsm Nira On Mon,

[Dev] Maintaining the order for XML payloads in JSON schema - Data Mapper

2016-06-20 Thread Sohani Weerasinghe
Hi All, We are in a process of $subject and the main issue we faced in generating the json schema was as follows. When generating the json schema we mainly convert the xml to json and the xml to json conversion does not guarantee the order since json object is an unordered set of name/value

Re: [Dev] [Architecture] Force Password Reset and Password History validation

2016-06-20 Thread Milan Perera
> > My suggestion is: default should be to force the user and not give him/her >> the option to use the old password, but make it configurable so the >> scenarios I mentioned above could be catered, if required. WDYT? >> > ​+1 for having it as an configurable option​ -- *Milan Perera *|

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-06-20 Thread Hasitha Aravinda
Hi Heshan, Could you please update the code repository with your latest code ? Thanks, Hasitha. On Mon, Jun 20, 2016 at 2:32 PM, Isuru Wijesinghe wrote: > Hi Heshan, > > Please update the meeting notes. In addition to that can you please share > with us the milestone plan as

[Dev] [Analytics] Error running server.sh script with spaces in the directory path

2016-06-20 Thread Dulindra Wijethilake
Hi All, While trying to run IS Analytics [1], I got the error below: *..* *Dulindras-MacBook-Pro:bin dulindrawijethilake$ sh wso2server.sh* *JAVA_HOME environment variable is set to /Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk/Contents/Home* *CARBON_HOME environment

[Dev] [GSoC Dockerfiles] Project status update

2016-06-20 Thread Abhishek Tiwari
Hi All, I have completed the following tasks planned from last week: 1. Add the ability to read exposed ports from the Dockerfile 2. Modify the launch script to silence console log and redirect them to a log file, which will later be parsed for any errors/warnings 3. Access WSO2 carbon logs from

Re: [Dev] [Gsoc2016] [PC] Web (Javascript / D3) based BPMN editor to support a subset of commonly used BPMN constructs

2016-06-20 Thread Isuru Wijesinghe
Hi Heshan, Please update the meeting notes. In addition to that can you please share with us the milestone plan as we discussed in the last week. Thanks, Isuru. On Thu, May 26, 2016 at 11:04 PM, Heshan Jayasinghe wrote: > github url -

[Dev] WSO2 Carbon Kernel 4.4.6 Released

2016-06-20 Thread Kalpa Welivitigoda
The Carbon team is pleased to announce the release of Carbon Kernel 4.4.6. *Improvements and Bug fixes* https://wso2.org/jira/issues/?filter=13090 *Known Issues* https://wso2.org/jira/issues/?filter=13103 *How to Contribute* - WSO2 Carbon Kernel code is hosted in github. - The Git

Re: [Dev] [IS] Removing duplicated methods from UserIdentityManagementAdminService

2016-06-20 Thread Isura Karunaratne
+1 You can also remove getAllPromotedUserChallenge method too. Thanks Isura On Mon, Jun 20, 2016 at 1:07 PM, Farasath Ahamed wrote: > Hi All, > > We will be removing the following methods from > the UserIdentityManagementAdminService[1] since the same functionality > could

[Dev] [GSoC Dockerfiles] Add ability to silently run docker image

2016-06-20 Thread Abhishek Tiwari
Hi All, Currently, running wso2 product images with just default profile, asks the user if they wish to connect to the running container. It would be nice to have the ability to silent the questioning so that the test scripts can continue without having to pause for the input. This requirement

Re: [Dev] WSO2 ESB tests

2016-06-20 Thread Irham Iqbal
Hi Abhishek, You can refer the doc[1] to write ESB integration test and run. [1] https://docs.wso2.com/display/TA430/Writing+a+Test+Case+for+ESB Thanks, Iqbal On Sun, Jun 19, 2016 at 1:28 AM, Abhishek Tiwari < abhishek.tiwari0...@gmail.com> wrote: > Hi Nuwan, > > Thanks a lot for your prompt

Re: [Dev] [Architecture] Force Password Reset and Password History validation

2016-06-20 Thread Prasad Tissera
+1 for having an configurable option to use an old password. This gives security admins the flexibility to decide what best suite there security policies. On Mon, Jun 20, 2016 at 4:35 PM, Dulanja Liyanage wrote: > Yes, but in a scenario where multi-factor authentication is

[Dev] [IS] Removing duplicated methods from UserIdentityManagementAdminService

2016-06-20 Thread Farasath Ahamed
Hi All, We will be removing the following methods from the UserIdentityManagementAdminService[1] since the same functionality could be achieved using the RemoteUserStoreManager[2] service. Therefore, we are planning to remove the below methods since the functionality is duplicated. // Admin

Re: [Dev] [Architecture] Force Password Reset and Password History validation

2016-06-20 Thread Dulanja Liyanage
Yes, but in a scenario where multi-factor authentication is used, risk might be minimal. Also, if the server is catering only internal requirements, like in a corporate department, and not exposed to the outside, having to change the password every 3 months or so on might affect the usability.

Re: [Dev] Issue with default API with param in URL path

2016-06-20 Thread Niranjan Karunanandham
@abimaran: Noted! Thanks.. Regards, Nira On Jun 20, 2016 12:48 PM, "Abimaran Kugathasan" wrote: > Hi Niranjan, > > This was fixed in latest 2.0.0 release which isn't released yet. > > On Mon, Jun 20, 2016 at 12:25 PM, Niranjan Karunanandham < > niran...@wso2.com> wrote: > >>

Re: [Dev] Issue with default API with param in URL path

2016-06-20 Thread Abimaran Kugathasan
Hi Niranjan, This was fixed in latest 2.0.0 release which isn't released yet. On Mon, Jun 20, 2016 at 12:25 PM, Niranjan Karunanandham wrote: > Hi APIM Team, > > I have created an API which has param in the URL path [1] and selected it > as the default API. I am able to

Re: [Dev] [Architecture] Force Password Reset and Password History validation

2016-06-20 Thread Milan Perera
​Hi Dulanja,​ > There can be a requirement where the system forces the user to change the > password, but at the same time give him the option to use the old password. > I've seen some financial organizations doing this. > >> >>> IMO, letting use of one of ​old password again creates a security

Re: [Dev] [CEP] wso2 cep java.lang.OutOfMemoryError: GC overhead limit exceeded

2016-06-20 Thread Charini Nanayakkara
Hi, Heap issue was resolved using -Xms2048m -Xmx2048m -XX:MaxPermSize=1024m. Thanks Grainier, Abimaran and Sajith Regards, Charini On Mon, Jun 20, 2016 at 12:01 PM, Sajith Ravindra wrote: > Hi Charini, > > How large are these events ? It's unlikely that Max attribute

Re: [Dev] WSO2 Docker images layered composition

2016-06-20 Thread Akila Ravihansa Perera
Hi Isuru, Do you have any specific concerns about using a wso2base image? On average there is a spike of 100MB when using a wso2base image, but that's a small price to pay when considering benefits users would gain out of this. Note that users can use "default" provisioning method to package any

[Dev] Issue with default API with param in URL path

2016-06-20 Thread Niranjan Karunanandham
Hi APIM Team, I have created an API which has param in the URL path [1] and selected it as the default API. I am able to access the API when I call it using the version, but when I call without the version (default), I get the message "No matching resource found in the API for the given request".

Re: [Dev] [Architecture] Force Password Reset and Password History validation

2016-06-20 Thread Kasun Bandara
Hi Harsha, Agree. This use case is normally valid when the password recovery option is disabled. Thanks, Kasun. On Mon, Jun 20, 2016 at 12:04 PM, Harsha Thirimanna wrote: > Hi Kasun, > User has a password recovery option to do that. No need to do that by > admin. Please make

Re: [Dev] [Architecture] Force Password Reset and Password History validation

2016-06-20 Thread Dulanja Liyanage
On Mon, Jun 20, 2016 at 12:11 PM, Dulanja Liyanage wrote: > > > On Mon, Jun 20, 2016 at 10:52 AM, Isura Karunaratne > wrote: > >> HI all, >> >> I am working on $subject for WSO2 Identity Sever 5.3.0 release. Following >> are the currently identified

Re: [Dev] [Architecture] Force Password Reset and Password History validation

2016-06-20 Thread Dulanja Liyanage
On Mon, Jun 20, 2016 at 10:52 AM, Isura Karunaratne wrote: > HI all, > > I am working on $subject for WSO2 Identity Sever 5.3.0 release. Following > are the currently identified improvements, > > >- Password History - > > Last 'n' number of passwords need to be maintained in

Re: [Dev] [Architecture] Force Password Reset and Password History validation

2016-06-20 Thread Harsha Thirimanna
Hi Kasun, User has a password recovery option to do that. No need to do that by admin. Please make me correct if I am wrong. On Jun 20, 2016 11:41 AM, "Kasun Bandara" wrote: > Hi Harsha, > > On Mon, Jun 20, 2016 at 11:27 AM, Harsha Thirimanna > wrote: > >> Hi

Re: [Dev] [CEP] wso2 cep java.lang.OutOfMemoryError: GC overhead limit exceeded

2016-06-20 Thread Sajith Ravindra
Hi Charini, How large are these events ? It's unlikely that Max attribute aggregator has caused this since it only keeps the values. The most probable reason is memory is not enough to hold the 3min window. We should be able to confirm this by analyzing the generated hepdump. As Abimaran has

Re: [Dev] [Architecture] Force Password Reset and Password History validation

2016-06-20 Thread Kasun Bandara
Hi Harsha, On Mon, Jun 20, 2016 at 11:27 AM, Harsha Thirimanna wrote: > Hi Isura, > > I have one concern , please read the inline comments. > > On Mon, Jun 20, 2016 at 10:52 AM, Isura Karunaratne > wrote: > >> HI all, >> >> I am working on $subject for WSO2