Re: [Dev] ESB 5 Beta - Shared subscriber doesn't connect

2016-05-27 Thread Ravindra Ranwala
Hi Manuranga, The shared subscription feature works fine and we used to test it with HornetQ broker. This could be due to some missing configuration. Could you please follow the blog post [1], and check the correctness in your configuration. [1] http://ravindraranwala.blogspot.com/ Thanks &

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

2016-05-27 Thread Imesh Gunaratne
On Sat, May 28, 2016 at 12:42 AM, Osura Rathnayake wrote: > Hi mentors, > > Sorry for the late reply. ARM portal doesn't have certain features like > Active Directory but it doesn't matter because they can be implemented > using classic portal and they work hand in hand. So

Re: [Dev] [DEV] [VOTE] WSO2 Developer Studio Tooling for Platform RC2

2016-05-27 Thread Awanthika Senarath
Thanks Susankha, [+ Kavith] Will have a look at this, Awanthika Senarath Software Engineer, WSO2 Inc. Mobile: +94717681791 On Sat, May 28, 2016 at 4:31 AM, Susankha Nirmala wrote: > > > On Fri, May 27, 2016 at 4:01 PM, Susankha Nirmala > wrote: > >>

Re: [Dev] Invalid Query error in AnalyticsDataAPI

2016-05-27 Thread Fathima Dilhasha
Hi Inosh, Thank You. I have configured analytics from API manager to DAS. I will refer to the documentation links you have provided. Regards, Dilhasha On 27 May 2016 21:59, "Inosh Goonewardena" wrote: Hi Dilhansa, This query should be lucene query. Please refer [1]. Do you

Re: [Dev] [DEV] [VOTE] WSO2 Developer Studio Tooling for Platform RC2

2016-05-27 Thread Susankha Nirmala
I was able to start ESB 5.0.0 using DevStudio 3.8.0 (with carbonserver 4.4) with Java 1.7 and 1.8. Because, as I explained, in the DevS 3.8 we are passing "-Xms256m -Xmx1024m -XX:MaxPermSize=256m" VM parameters(refer [1]). Attached the screenshots to the mail. @ Awanthika, You can pass the same

Re: [Dev] Shindig error on DS portal startup, due to connectivity errors to google

2016-05-27 Thread Deependra Ariyadewa
This issue also exists in the WSO2 API Manager Analytics SNAPSHOT pack [1] [1] Build WSO2 API Manager Analytics - Distribution (May 27, 2016 3:24:17 PM) On Fri, May 27, 2016 at 1:08 AM, Bhathiya Jayasekara wrote: > Thanks. > > On Fri, May 27, 2016 at 10:37 AM, Megala

[Dev] [DEV] WSO2 Dashboard Server 2.1.0-M2 Released!

2016-05-27 Thread Lasantha Samarakoon
*WSO2 Dashboard Server 2.1.0-M2 Released!* WSO2 Dashboard Server team is pleased to announce the release of WSO2 Dashboard Server 2.1.0 Milestone 2 [1]. This release comes with the following bug fixes and features. Bug - [UES-938 ] -

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

2016-05-27 Thread Osura Rathnayake
Hi mentors, Sorry for the late reply. ARM portal doesn't have certain features like Active Directory but it doesn't matter because they can be implemented using classic portal and they work hand in hand. So all the features in classic plus the new features in ARM can be used if we choose ARM

[Dev] WSO2 App Manager 1.2.0-ALPHA Released!

2016-05-27 Thread Lahiru Cooray
*WSO2 App Manager 1.2.0-ALPHA Released!* WSO2 App Manager team is pleased to announce WSO2 App Manager 1.2.0-ALPHA release. Download distribution here . This release comes with following new features, bug fixes and

[Dev] APIM 2.0.0-SNAPSHOT Nightly build - 27/05/2016

2016-05-27 Thread Bhathiya Jayasekara
Hi all, Please find APIM 2.0.0 SNAPSHOT nightly build here[1]. [1] https://svn.wso2.org/repos/wso2/scratch/2016/apim-2.0.0/wso2am-2.0.0-SNAPSHOT-27-05-2016.zip Thanks, -- *Bhathiya Jayasekara* *Senior Software Engineer,* *WSO2 inc., http://wso2.com * *Phone: +94715478185*

Re: [Dev] Invalid Query error in AnalyticsDataAPI

2016-05-27 Thread Inosh Goonewardena
Hi Dilhansa, This query should be lucene query. Please refer [1]. Do you have data published and indexed in DAS? If so, first you can check whether your query is giving results from DAS data explorer. Please refer 'Searching by a query' section in [2]. [1]

Re: [Dev] What is the Jira project for "carbon-gateway-framework"

2016-05-27 Thread Lahiru Sandaruwan
Thanks Isuru. On Fri, May 27, 2016 at 12:43 AM, Isuru Udana wrote: > Hi Lahiru, > > Jira project is, > > https://wso2.org/jira/browse/CGF > > Readme updated. > > Thanks. > > > On Wed, May 25, 2016 at 9:41 PM, Lahiru Sandaruwan > wrote: > >> Hi, >> >>

Re: [Dev] Invalid Query error in AnalyticsDataAPI

2016-05-27 Thread Fathima Dilhasha
Following are some variations I tried out. - String query = "SELECT * FROM " + tables.get(i) + " WHERE " + columnName + " = " + year + ";"; - String query = "SELECT * FROM " + tables.get(i) + " WHERE " + columnName + " = '" + year + "';"; - String query = tables.get(i) + "

Re: [Dev] Missing required capability in osgi component

2016-05-27 Thread Fathima Dilhasha
Hi Akila, Thanks for the suggestion. But unfortunately, it didn't work for me. :( Regards, Dilhasha On Fri, May 27, 2016 at 6:56 PM, Akila Ravihansa Perera wrote: > What I'm suggesting is, instead of; > > > > > > */** * @scr.component

[Dev] ESB 5 Beta - Shared subscriber doesn't connect

2016-05-27 Thread Manuranga Perera
I am trying to connect to IBM MQ using JMS 2 http://ws.apache.org/ns/synapse; name="TReaderPxy2" startOnLoad="true"> topic mySub TestQ49 true 1 myTopicParams 2.0 true First ESB instance can connect successfully and I

Re: [Dev] Missing required capability in osgi component

2016-05-27 Thread Akila Ravihansa Perera
What I'm suggesting is, instead of; */** * @scr.component name="org.wso2.carbon.cloud.das.datapurge.tool" * @scr.reference name="analytics.component" interface="org.wso2.carbon.analytics.api.AnalyticsDataAPI" * cardinality="1..1" policy="dynamic" bind="setAnalyticsDataAPI"

Re: [Dev] [Vote] Release WSO2 Carbon Kernel 5.1.0 RC1

2016-05-27 Thread Niranjan Karunanandham
Hi all, I have tested Carbon 5.1.0 RC1 with the following and found no issue. - Built carbon-datasources and tested a sample. - Built msf4j and tested the stockquote sample - Built carbon-caching and tested a sample - Tested JMX support by connect to the server via "Local Process"

Re: [Dev] Missing required capability in osgi component

2016-05-27 Thread Fathima Dilhasha
Hi Akila, Do you suggest that the @scr.reference needs to be specified in one line as follows? ** @scr.reference name="analytics.component" interface="org.wso2.carbon.analytics.api.AnalyticsDataAPI" cardinality="1..1" * policy="dynamic" bind="setAnalyticsDataAPI"

[Dev] Invalid Query error in AnalyticsDataAPI

2016-05-27 Thread Fathima Dilhasha
Hi, I'm trying to call "*search(int tenantId, String tableName, String query, int start, int count)*" in *"org.wso2.carbon.analytics.* *api.AnalyticsDataAPI".* The query I'm using is as follows. String query = "SELECT * FROM " + tables.get(i) + " WHERE " + columnName + " = " +

Re: [Dev] [GSoC 2016]Proposal 03: [ML]Visual(Deep) Neural Network Builder -Project Progress

2016-05-27 Thread Supun Sethunga
Hi Lakini, Sorry for the delayed response. As the first part of the project, you can start the work on the UI/drag and drop feature, as the core of your project is based around that. Therefore, shall we try to get a basic version of drag and drop UI, by the mid-term evaluation? (No need to

Re: [Dev] [Vote] Release WSO2 Carbon Kernel 5.1.0 RC1

2016-05-27 Thread Nipuni Perera
Hi all, I have tested features below and no issues found. 1. java.util.logging 2. built carbon-jndi and tested a sample [x] Stable - go ahead and release Thanks, Nipuni On Fri, May 27, 2016 at 12:44 PM, Niranjan Karunanandham wrote: > Hi Devs, > > This is the 1st

Re: [Dev] Missing required capability in osgi component

2016-05-27 Thread Akila Ravihansa Perera
Hi Fathima, The problem is with your service definition; */** * @scr.component name="org.wso2.carbon.cloud.das.datapurge.tool" * @scr.reference name="analytics.component" interface="org.wso2.carbon.analytics.api.AnalyticsDataAPI" * cardinality="1..1" policy="dynamic"

Re: [Dev] [ESB][JMS] Missing messages when using "transport.Transactionality" parameter

2016-05-27 Thread Dilshani Subasinghe
Hi Nuwan, When I am going to test JMS parameters according to a given support issue, it was not released BETA pack and used ALPHA pack. But I tested this scenario again with BETA pack and still see the same issue. Reported an jira[1] with the issue. [1] https://wso2.org/jira/browse/ESBJAVA-4632

Re: [Dev] [ESB][JMS] Missing messages when using "transport.Transactionality" parameter

2016-05-27 Thread Nuwan Wimalasekara
Hi Dilshani, Which ESB version are you using to test this scenario. Can you please check this on ESB 5.0.0-BETA pack? I could not observe such a behaviour in ESB 5.0.0-BETA. Thanks, Nuwanw On Thu, May 26, 2016 at 2:50 PM, Dilshani Subasinghe wrote: > Hi Nuwan, > > Thank you

Re: [Dev] Missing required capability in osgi component

2016-05-27 Thread Fathima Dilhasha
Please find attached pom.xml. On Fri, May 27, 2016 at 1:02 PM, Sameera Jayasoma wrote: > Can you attach the Pom.xml ? > > > On Friday, May 27, 2016, Fathima Dilhasha wrote: > >> The service is available and I can actually use it without any problem. >> I'm

Re: [Dev] Missing required capability in osgi component

2016-05-27 Thread Sameera Jayasoma
Can you attach the Pom.xml ? On Friday, May 27, 2016, Fathima Dilhasha wrote: > The service is available and I can actually use it without any problem. > I'm calling some methods on it and they are working fine. > On 27 May 2016 12:17, "Sameera Jayasoma"

Re: [Dev] Fwd: GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-05-27 Thread Mahesh Dananjaya
Hi maheshkaya, i have written some siddhi extension and trying to develop a one for my one. In time series example in the [1], can you please explain me the input format and query lines in that example for my understanding. from baseballData#timeseries:regress(2, 1, 0.95, salary, rbi, walks,

[Dev] [Vote] Release WSO2 Carbon Kernel 5.1.0 RC1

2016-05-27 Thread Niranjan Karunanandham
Hi Devs, This is the 1st Release Candidate of WSO2 Carbon Kernel 5.1.0 This release fixed the following issues: https://wso2.org/jira/issues/?filter=13077 Please download and test your products with Kernel 5.1.0 RC1 and vote. *Source and binary distribution files:*

Re: [Dev] Missing required capability in osgi component

2016-05-27 Thread Fathima Dilhasha
The service is available and I can actually use it without any problem. I'm calling some methods on it and they are working fine. On 27 May 2016 12:17, "Sameera Jayasoma" wrote: > Looks like this service is not available in your OSGi environment. > >

[Dev] [APIM][Swagger] basePath field is missing in generated API definition based on Swagger 2.0

2016-05-27 Thread Thilini Cooray
Hi all, Is there a specific reason for $subject? In Swagger specification [1] still the basePath field which is used to keep the api context has been defined. In our Swagger 1.2 based API definition generation we have considered adding basePath [2] However our Swagger 2.0 definition generation

Re: [Dev] Missing required capability in osgi component

2016-05-27 Thread Sameera Jayasoma
Looks like this service is not available in your OSGi environment. *org.wso2.carbon.analytics.api.AnalyticsDataAPI* Can you double check on this? On Fri, May 27, 2016 at 12:08 PM, Anjana Fernando wrote: > Hi Sameera/Niranjan, > > You guys have any idea on to why this is

Re: [Dev] Missing required capability in osgi component

2016-05-27 Thread Anjana Fernando
Hi Sameera/Niranjan, You guys have any idea on to why this is happening? .. here, even though the OSGi is available and accessible to that bundle, it is still giving that message. Cheers, Anjana. On Fri, May 27, 2016 at 10:15 AM, Fathima Dilhasha wrote: > Hi, > > I'm trying

Re: [Dev] [Carbon-jira] [jira] (APPCLOUD-162) [UX] Left Menu is available only in app home

2016-05-27 Thread Dakshika Jayathilaka
Hi, AFAIK menu has to be there in each page. Its a fundamental requirement for every section inside the application. back button will provide direct link to overview page, but left navigation is designed for quick navigation to any section. so +1 for having left navigation on each page.

Re: [Dev] [DEV] [CEP] MySQL table storage engine and character set used with Output Mysql Event Adaptor

2016-05-27 Thread Thanuja Uruththirakodeeswaran
Hi , On Fri, May 27, 2016 at 1:11 AM, Lasantha Fernando wrote: > Hi Thanuja, > > Were you able to resolve the issue after changing the charset and engine? > Also can you specify the MySQL connector version that you were using? > Yes, It worked with MyISAM and utf-8.

Re: [Dev] [Carbon-jira] [jira] (APPCLOUD-162) [UX] Left Menu is available only in app home

2016-05-27 Thread Danushka Fernando
I guess this is some thing have intentionally done. In all other pages there is a button called back to app home and from that we can go to app home. @Dakshika: any thoughts? Thanks & Regards Danushka Fernando Senior Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Fri, May