[Dev] Orbit Bundle orbit/jsonpath/0.8.1.wso2v1

2015-05-22 Thread Dhanuka Ranasinghe
Hi, Could you please merge below PR [1]. [1] https://github.com/wso2/orbit/pull/97 Cheers, *Dhanuka Ranasinghe* Senior Software Engineer WSO2 Inc. ; http://wso2.com lean . enterprise . middleware phone : +94 715381915 ___ Dev mailing list Dev@wso2.or

Re: [Dev] Orbit Bundle orbit/jsonpath/0.8.1.wso2v1

2015-05-22 Thread Roshan Wijesena
Hi I think you need to add below section to your pom. Other wise Jenkins would give an error. same thing happened to me once. wso2-nexus WSO2 internal Repository http://maven.wso2.org/nexus/content/groups/wso2-public/

Re: [Dev] Orbit Bundle orbit/jsonpath/0.8.1.wso2v1

2015-05-22 Thread Dhanuka Ranasinghe
Hi Roshan, Thanks for sharing this. I have added that to same PR. Cheers, *Dhanuka Ranasinghe* Senior Software Engineer WSO2 Inc. ; http://wso2.com lean . enterprise . middleware phone : +94 715381915 On Fri, May 22, 2015 at 12:49 PM, Roshan Wijesena wrote: > Hi > > I think you need to add

Re: [Dev] Orbit Bundle orbit/jsonpath/0.8.1.wso2v1

2015-05-22 Thread Lasantha Fernando
Hi Dhanuka, Just to know, is there any particular reason make this as an orbit bundle and pack again? AFAIK, json-path is already a bundle? Also, CEP uses json-path 0.9.1 which was the same version used by ESB when CEP 3.1.0 was going out. Also, there seems to be an orbit out of json-path-1.2.0

Re: [Dev] Orbit Bundle orbit/jsonpath/0.8.1.wso2v1

2015-05-22 Thread Manoj Kumara
Hi Dhanuka, I see some issues with the current PR, Please correct them referring to [1]. [1] https://docs.google.com/document/d/1I3nWPnG6139YobZzQWPFOUxYEmHxqf9ieWykmQupPtc/edit# *Manoj Kumara* Software Engineer WSO2 Inc. http://wso2.com/ *lean.enterprise.middleware* Mobile: +94713448188 On F

Re: [Dev] Carbon-Mediation build failure

2015-05-22 Thread Kathees Rajendram
Hi Naasheer, The ESB is in the middle of the release and they are fixing the issue. You are able to build the inbound module since you are working related with the inbound. Thanks, Kathees On Fri, May 22, 2015 at 12:21 PM, Naasheer Ali wrote: > Hi All, > > I'm building Carbon-Mediation from de

[Dev] Please Review and Merge

2015-05-22 Thread Chamalee De Silva
Hi, This is the Fix [1] for publich JIRA [2]. Please review and merge. [1] https://github.com/wso2/carbon-apimgt/pull/459 [2] https://wso2.org/jira/browse/APIMANAGER-1821 -- Thanks & Regards, *Chamalee De Silva* Software Engineer *WS**O2* Inc. .:http://wso2.com lean *.* enterprise *.* middlew

Re: [Dev] ESB 4.9.0 with carbon-commons 4.4.2

2015-05-22 Thread Manoj Kumara
Hi All, carbon-commons:4.4.3 released. Regards, Manoj *Manoj Kumara* Software Engineer WSO2 Inc. http://wso2.com/ *lean.enterprise.middleware* Mobile: +94713448188 On Fri, May 22, 2015 at 12:26 PM, Manoj Kumara wrote: > Hi Isuru, > > We are ready to release the carbon-commons repo. Can you p

Re: [Dev] [ML] Predicted vs. actuals chart in model summary

2015-05-22 Thread Srinath Perera
Hi CD, Can we take a random sample from the test data and use that for this process? --Srianth On Fri, May 22, 2015 at 12:00 PM, CD Athuraliya wrote: > Hi all, > > To implement $subject in ML we need all feature values of the dataset > against predicted and actual values for test data. But Spa

[Dev] Please review and merge the PR

2015-05-22 Thread Anuja Herath
Hi, Please merge PR[1] for issue [2]. [1] - https://github.com/wso2/andes/pull/125 [2] - https://wso2.org/jira/browse/MB-1036 -- Anuja Herath *Software Engineer* *WSO2, Inc.* Mobile : +94 (0)71 429 8861 ___ Dev mailing list Dev@wso2.org http://wso2.or

Re: [Dev] [ML] Predicted vs. actuals chart in model summary

2015-05-22 Thread CD Athuraliya
Hi Srinath, Still that random sample will not correspond to predicted vs. actual values in test results. Given that there is no mapping between random sample data points and test result points. One thing we can do is running test separately (using the same model) for sampled data for the sole purp

Re: [Dev] Orbit Bundle orbit/jsonpath/0.8.1.wso2v1

2015-05-22 Thread Dhanuka Ranasinghe
Hi Manoj, I have done the fixes, could you please verify them. Cheers, *Dhanuka Ranasinghe* Senior Software Engineer WSO2 Inc. ; http://wso2.com lean . enterprise . middleware phone : +94 715381915 On Fri, May 22, 2015 at 1:25 PM, Manoj Kumara wrote: > Hi Dhanuka, > > I see some issues wit

Re: [Dev] Please Review and Merge

2015-05-22 Thread Lakmali Baminiwatta
Reviewed and merged the PR. Thanks, Lakmali On 22 May 2015 at 13:56, Chamalee De Silva wrote: > Hi, > > This is the Fix [1] for publich JIRA [2]. > > Please review and merge. > > [1] https://github.com/wso2/carbon-apimgt/pull/459 > [2] https://wso2.org/jira/browse/APIMANAGER-1821 > > -- > Than

Re: [Dev] error in running ESB sample 153

2015-05-22 Thread Chathura Priyankara
Hi Rukshan, I also faced the same issue when I'm trying to run the sample 153 with java 1.7, but with java 1.6 it worked properly. Thanks! Chathura. On Thu, May 21, 2015 at 12:26 PM, Thusitha Thilina Dayaratne < thusit...@wso2.com> wrote: > Hi Rukshan, > > What is the Java version that you are

Re: [Dev] [ML] Predicted vs. actuals chart in model summary

2015-05-22 Thread Supun Sethunga
> > Can we take a random sample from the test data and use that for this > process? > --Srianth +1 AFAIK, we are doing a similar thing to the ROC curve points too.. Regards, Supun On Fri, May 22, 2015 at 2:28 PM, CD Athuraliya wrote: > Hi Srinath, > > Still that random sample will not corres

Re: [Dev] [ML] Predicted vs. actuals chart in model summary

2015-05-22 Thread Lahiru Sandaruwan
Hi, I'm not sure the kind of data set you are looking for. But we have a real use case of predicting and also the actual data relevant to predicted time, in Stratos. Load average, memory consumption, and requests in flight are predicted currently in Stratos, and we use CEP to receive those data.

[Dev] UX fixes for carbon-store

2015-05-22 Thread Dhanuka Ranasinghe
Hi, Please merge below PR [1] , which includes some UX fixes done by Thusitha. [1] https://github.com/wso2/carbon-store/pull/32 Cheers, *Dhanuka Ranasinghe* Senior Software Engineer WSO2 Inc. ; http://wso2.com lean . enterprise . middleware phone : +94 715381915 ___

Re: [Dev] Please review and release carbon-identity-4.4.1

2015-05-22 Thread Malithi Edirisinghe
Hi Kernel Team, carbon-identity-4.5.0 is now released to staging [1]. Please review and release. [1] http://maven.wso2.org/nexus/index.html#view-repositories;orgwso2carbonidentity-013~browsestorage

Re: [Dev] [ML] Predicted vs. actuals chart in model summary

2015-05-22 Thread Srinath Perera
yes, rerun using a random sample from test data is OK. --Srinath On Fri, May 22, 2015 at 2:28 PM, CD Athuraliya wrote: > Hi Srinath, > > Still that random sample will not correspond to predicted vs. actual > values in test results. Given that there is no mapping between random > sample data poi

[Dev] Please review and merge the PR

2015-05-22 Thread Anuja Herath
Hi, Please merge PR[1] for issue [2]. [1] - https://github.com/wso2/andes/pull/127 [2] - https://wso2.org/jira/browse/MB-1029 Thanks, Anuja. -- Anuja Herath *Software Engineer* *WSO2, Inc.* Mobile : +94 (0)71 429 8861 ___ Dev mailing list Dev@wso2.o

Re: [Dev] Please review and release carbon-identity-4.4.1

2015-05-22 Thread Malithi Edirisinghe
Hi Kernel Team, Earlier release has not been loaded to staging properly. carbon-identity-4.5.0 is now released to staging with [1]. Please review and release. [1] http://maven.wso2.org/nexus/service/local/repositories/orgwso2carbonidentity-028/content

[Dev] [Architecture] WSO2 Complex Event Processor 4.0.0 Alpha Released

2015-05-22 Thread Sachini Jayasekara
Hi All, WSO2 CEP Team is pleased to announce the Alpha release of WSO2 Complex Event Processor 4.0.0. The distribution is available at [1]. Following bug fixes, improvements, tasks and new features have been fixed along with this release . Bug - [CEP-57 ] -

Re: [Dev] MQTT Axis2 Transport

2015-05-22 Thread Sriashalya Srivathsan
Hi Chanaka, I've done with the content type parameter passing through axis2.xml.Now following messages types can be passed through ESB to broker application/json application/xml text/xml Thank you. On Fri, May 22, 2015 at 12:16 PM, Kathees Rajendram wrote: > Hi Sriashalya, > > The jira[1] is

Re: [Dev] MQTT Axis2 Transport

2015-05-22 Thread Chanaka Fernando
Hi Sriashalya, Good job. Shall we add the support for following content-types as well. text/plain application/octet-stream Above content types will be useful when integrating IoT related devices with WSO2 ESB. Thanks, Chanaka On Fri, May 22, 2015 at 5:58 PM, Sriashalya Srivathsan wrote: > Hi

Re: [Dev] Component missing : com.google.code.gson in kernel pack

2015-05-22 Thread Anjana Fernando
@Sinthuja, can you please check this out. Cheers, Anjana. On Tue, May 19, 2015 at 5:52 PM, Niranjan Karunanandham wrote: > Hi, > > When writing the integration test for axis2 gson [1], I came across a > runtime exception. This was because axis2 gson requires* > com.google.code.gson* which is no

[Dev] WSO2 G-Reg 5.0.0 M5 Released

2015-05-22 Thread Chandana Napagoda
Hi All, Please download WSO2 G-Reg 5.0.0 M5 pack from this location[1][2]. This milestone release includes major feature as ability to install API Manager Store and Publisher features on top of the WSO2 Governance Registry Product. Please follow the instruction available in the "APIM-2.0.0-Feature

Re: [Dev] Component missing : com.google.code.gson in kernel pack

2015-05-22 Thread Sinthuja Ragendran
Hi, On Fri, May 22, 2015 at 11:19 AM, Niranjan Karunanandham wrote: > Hi Anjana, > > Kind reminder. > > Regards, > Nira > > > On Thu, May 21, 2015 at 4:49 PM, Ruchira Wageesha > wrote: > >> >> >> On Tue, May 19, 2015 at 5:52 PM, Niranjan Karunanandham < >> niran...@wso2.com> wrote: >> >>> Hi, >

[Dev] Define Tomcat Context Path

2015-05-22 Thread Akalanka Pagoda Arachchi
Hi all, I am trying to deploy a web app in tomcat 8 where the context path should be different from the war file name. We should be able to do this by adding a context.xml file in META-INF folder in we app according to [1]. I created this file with the following content, but this does not change

Re: [Dev] Define Tomcat Context Path

2015-05-22 Thread KasunG Gajasinghe
Currently, AS does not support that feature. On Fri, May 22, 2015 at 1:08 PM, Akalanka Pagoda Arachchi < darsha...@wso2.com> wrote: > Hi all, > > I am trying to deploy a web app in tomcat 8 where the context path should > be different from the war file name. > > We should be able to do this by ad

Re: [Dev] Define Tomcat Context Path

2015-05-22 Thread Akalanka Pagoda Arachchi
Hi Kasun, Thank you, but rather I wanted to do this in tomcat itself. Not in our AS. Thanks, Akalanka. On Fri, May 22, 2015 at 3:39 PM, KasunG Gajasinghe wrote: > > Currently, AS does not support that feature. > > On Fri, May 22, 2015 at 1:08 PM, Akalanka Pagoda Arachchi < > darsha...@wso2.com

Re: [Dev] App Manager Release 1.0.0 - QA Plan changes

2015-05-22 Thread Nuwan Silva
To update on the QA Status, We were able to fix most of the issue encountered in the clustered setup and we need to further test in the cluster. We hope to complete these by monday with a new pack. we are expecting a new pack today (23rd) with all the fixes included. Regards, NuwanS. On Wed, May

Re: [Dev] Define Tomcat Context Path

2015-05-22 Thread Hasitha Hiranya
Hi Akalanka, Following might be useful. http://stackoverflow.com/questions/7276989/howto-set-the-context-path-of-a-web-application-in-tomcat-7-0 Thanks On Fri, May 22, 2015 at 3:17 PM, Akalanka Pagoda Arachchi < darsha...@wso2.com> wrote: > Hi Kasun, > > Thank you, but rather I wanted to do th

[Dev] App Manager -1.0.0-RC1 Released

2015-05-22 Thread Dinusha Senanayaka
WSO2 App Manager 1.0.0 RC1 Released! WSO2 App Manager team is pleased to announce the RC1 of WSO2 App Manager 1.0.0.The distribution is available at [1] and the documentation can be found in [2]. This release includes following features. Key Features in WSO2 App Manager 1.0.0 Multitenancy support

Re: [Dev] Define Tomcat Context Path

2015-05-22 Thread Thusitha Thilina Dayaratne
Hi Akalanka, Are you trying to put the war file in the webapps directory and set the context path? If so I think that will not work according to the Tomcat 8 documentations[1] This attribute must only be used when statically defining a Context in > server.xml. In all other circumstances, the path

Re: [Dev] MQTT Axis2 Transport

2015-05-22 Thread Malaka Silva
+1 we need to add support for content-type. I think we should have options to get it from message and pass as param. Have done similar for inbound MQTT. On Fri, May 22, 2015 at 6:11 PM, Chanaka Fernando wrote: > Hi Sriashalya, > > Good job. Shall we add the support for following content-types

Re: [Dev] Tenant Cleanup Interval

2015-05-22 Thread Malaka Silva
Thx guys. So the entry in carbon.xml does not work. If so should we remove it? On Fri, May 22, 2015 at 12:04 PM, Shashika Karunatilaka wrote: > Hi Bathiya, > > Its also the same as in latest kernel versions. > > Thank you. > > On Fri, May 22, 2015 at 12:00 PM, Bhathiya Jayasekara > wrote: > >>

[Dev] AS cluster registry debsync issue

2015-05-22 Thread Udara Liyanage
Hi, I create a AS 5.2.1 cluster with two nodes as each members is a WKA member for other members. Member join messages appeared. However when a web app is deployed to the manager node, it is not propagated to the other node. However following repo notification message appeared in the worker node.

[Dev] Error logged at INFO level when starting MB integration tests.

2015-05-22 Thread Indika Sampath
Hi Krishantha/Nuwan, We see following stack trace logged at INFO level when we run MB integration test in Java 7. Any idea of what went wrong ? INFO [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] - [2015-05-23 12:13:20,159] ERROR {org.wso2.carbon.utils.deployment.Axis2Serv