[Dev] [Bamboo-Build] Developer Studio Eclipse-Tools #1609 has FAILED. Change made by [unknown].

2015-07-03 Thread Bamboo
--- Developer Studio Eclipse-Tools #1609 failed. --- Code has been updated by [unknown]. No failed tests found, a possible compilation error.

Re: [Dev] [Orbit] Please review and merge the PR for Lucene 5.2.1 and asm-all 4.1

2015-07-03 Thread KasunG Gajasinghe
It's released. On Fri, Jul 3, 2015 at 5:23 PM, Gimantha Bandara giman...@wso2.com wrote: Any updates? On Fri, Jul 3, 2015 at 12:37 PM, KasunG Gajasinghe kas...@wso2.com wrote: [+Maheshika] Please release the above two orbit bundles. On Fri, Jul 3, 2015 at 12:34 PM, Niranjan

Re: [Dev] [Orbit] Please review and merge the PR for Lucene 5.2.1 and asm-all 4.1

2015-07-03 Thread Gimantha Bandara
Thanks Kasun! On Fri, Jul 3, 2015 at 6:07 PM, KasunG Gajasinghe kas...@wso2.com wrote: It's released. On Fri, Jul 3, 2015 at 5:23 PM, Gimantha Bandara giman...@wso2.com wrote: Any updates? On Fri, Jul 3, 2015 at 12:37 PM, KasunG Gajasinghe kas...@wso2.com wrote: [+Maheshika] Please

Re: [Dev] Rest API used by Dev Studio

2015-07-03 Thread Mahesh Chinthaka
Hi Dev Studio team, Please note that *buildinfobyappid *is no longer used by appfactory. instead of that you can use *getBuildAndRepoDataForVersion* in same jagg file. Please raise if you have any concerns. Thanks On Wed, Apr 29, 2015 at 10:13 AM, Jasintha Dasanayake jasin...@wso2.com wrote:

Re: [Dev] [GSoC 2015] New SVG Layout for Visual Composer Siddhi Lang.

2015-07-03 Thread Mohamed Fawzan
Hi Srinath, As per our discussion, I have modified the UI[1] http://vc.mutexlk.com. here is the list of updated features, 1. I have added an operator to compose queries. (icon : query). 2. Other operators can be dropped to query boxes(cannot dropped outside the query boxes), Also it can only be

Re: [Dev] [ESB][Twitter_Connector] no dependency information available Error

2015-07-03 Thread Rajjaz Mohammed
keytool -importcert -file certificate file -keystore ESB/repository/resources/security/client-truststore.jks -alias TwitterTrustCertImport Solved the security error. insted of adding through ESB management console i added through console with wso2carbon password its eliminate the ssl exception

[Dev] Jax-rs Web Service and Web Socket integration

2015-07-03 Thread Sabra Ossen
Hi All, I am a newbie but was able to create a basic jax-rs web service and a simple chat application based on web sockets. My requirement is to create a curl client through which I can push data to a browser which has web sockets enabled (the simple chat application [1] implemented with a curl

Re: [Dev] how to set up WSO2 APP manager for this special case?

2015-07-03 Thread Dinusha Senanayaka
Hi Bill, Please find answers inline. On Fri, Jul 3, 2015 at 6:02 PM, Bill Liu b...@kingstarusa.com wrote: Hi Dinusha: Thanks for your suggestions! 1. Your suggestion would work. Do you have client code to publish all available applications automatically? We don't have exact

Re: [Dev] How to add a Servlet in DSS

2015-07-03 Thread Madhawa Gunasekara
Hi All, I was able to invoke the servlet by using above mentioned reference. but I couldn't skip the login page for the all the scenarios. I was able to skip the login page for only https://192.168.1.103:9443/odataservices/* url request only. Please find my servlet declaration below. I need to

Re: [Dev] The table 'UM_USER_ROLE' is full

2015-07-03 Thread Nirodha Pramod
Thanks for the information Tharindu, but this issue occurs when you just run the registry database script separately on the database for the first time. It does not involve server startup. I have tried some solutions mentioned in the links provided by Uvindra they don't seems to work though. On

Re: [Dev] Rest API used by Dev Studio

2015-07-03 Thread Jasintha Dasanayake
Noted , created a Jira[1] to change this for 3.8.0 Thanks and Regards /Jasintha [1] - TOOLS-2951 - Build info API has been changed https://wso2.org/jira/browse/TOOLS-2951 On Fri, Jul 3, 2015 at 8:23 PM, Mahesh Chinthaka mahe...@wso2.com wrote: Hi Dev Studio team, Please note that

Re: [Dev] Please add ML-CEP extension feature to CEP P2 repo

2015-07-03 Thread Nirmal Fernando
done. https://wso2.org/jira/browse/CEP-1212 On Sat, Jul 4, 2015 at 2:17 AM, Sriskandarajah Suhothayan s...@wso2.com wrote: Also do create a jira on CEP for this, so we can track Suho On Fri, Jul 3, 2015 at 8:43 AM, Nirmal Fernando nir...@wso2.com wrote: Sorry version should be;

Re: [Dev] The table 'UM_USER_ROLE' is full

2015-07-03 Thread Tharindu Edirisinghe
Hi Nirodha, Before starting the server and after starting the server, if you query the UM_ROLE_PERMISSION table, you should be able to see that some of the records are getting inserted again as new records without getting deleted the previous records. This can be the reason for the issue where

[Dev] Please review and merge PR for IDENTITY-3347

2015-07-03 Thread Kasun Bandara
Hi, Please $Subject the PR [1] as the Fix for the Public JIRA [2]. [1] https://github.com/wso2/carbon-identity/pull/543 [2] https://wso2.org/jira/browse/IDENTITY-3347 Thanks, Kasun Bandara -- Kasun Bandara *Software Engineer* Mobile : +94 (0) 718 338 360 %2B94%20%280%29%20773%20451194

[Dev] WSO2 Committers += Tharik Kanaka

2015-07-03 Thread Sriskandarajah Suhothayan
Hi all, It's my pleasure to announce Tharik as a WSO2 Committer. Tharik has done great contributions to WSO2 CEP, and in recognition of his contribution he has been voted as a WSO2 commiter. Tharik, welcome aboard and keep up the good work!. Regards Suho -- *S. Suhothayan* Technical Lead

Re: [Dev] Jax-rs Web Service and Web Socket integration

2015-07-03 Thread KasunG Gajasinghe
Hi, One thing to understand is that WebSocket does not need a browser to function. You can directly invoke a websocket endpoint through your JAX-RS service. There are Java WebSocket clients available that can do this. Checkout Tyrus [1]. You can also refer the AS websocket test cases for a

Re: [Dev] Please add ML-CEP extension feature to CEP P2 repo

2015-07-03 Thread Sriskandarajah Suhothayan
Also do create a jira on CEP for this, so we can track Suho On Fri, Jul 3, 2015 at 8:43 AM, Nirmal Fernando nir...@wso2.com wrote: Sorry version should be; carbon.ml.version1.0.1-SNAPSHOT/carbon.ml.version On Fri, Jul 3, 2015 at 12:11 PM, Nirmal Fernando nir...@wso2.com wrote: Hi CEP

Re: [Dev] how to set up WSO2 APP manager for this special case?

2015-07-03 Thread Bill Liu
Hi Dinusha: Thanks for your suggestions! 1. Your suggestion would work. Do you have client code to publish all available applications automatically? Do you have an already created stub for user management service. I want to write a front end java client code to call the user

Re: [Dev] [Orbit] Please review and merge the PR for Lucene 5.2.1 and asm-all 4.1

2015-07-03 Thread Niranjan Karunanandham
Hi Gimantha. I have merged the PR. Regards, Nira On Fri, Jul 3, 2015 at 2:04 AM, Gimantha Bandara giman...@wso2.com wrote: Hi, Please review and merge [1] [1] https://github.com/wso2/orbit/pull/107 -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile :

Re: [Dev] The table 'UM_USER_ROLE' is full

2015-07-03 Thread Uvindra Dias Jayasinha
Doesn't look like an issue with the script itself, this could happen because you have run out of disk space on the DB cluster or the table has reached its max allocated size, see following links, http://stackoverflow.com/questions/730579/error-1114-hy000-the-table-is-full

[Dev] Please merge the carbon4-kernel integration test commit#269

2015-07-03 Thread Nuwan Wimalasekara
Hi Carbon Team, Please merge the pull request https://github.com/wso2/carbon4-kernel/pull/269 Thanks, Nuwanw -- Nuwan Wimalasekara Senior Software Engineer - Test Automation WSO2, Inc.: http://wso2.com lean. enterprise. middleware phone: +94 71 668 4620

[Dev] Please review and merge PR

2015-07-03 Thread Jagath Sisirakumara Ariyarathne
Hi, Please review and merge PR[1]. [1] - https://github.com/wso2/product-esb/pull/203 Thanks. -- Jagath Ariyarathne Technical Lead WSO2 Inc. http://wso2.com/ Email: jaga...@wso2.com Mob : +94 77 386 7048 ___ Dev mailing list Dev@wso2.org

[Dev] Pull Request

2015-07-03 Thread Shakila Sivagnanarajah
Hi Malaka, I have automated test cases, changed the HTTP endpoints and folder structure for Eventbrite connector. Please review the pull request [1]. [1] *https://github.com/wso2/esb-connectors/pull/218 https://github.com/wso2/esb-connectors/pull/218* Thank you -- Shakila Sivagnanarajah

Re: [Dev] [APIM] Issue in Exchanging SAML2 with OAuth 2.0 token

2015-07-03 Thread Sajith Kariyawasam
Hi Nadeesha, Could that be the 'new line' characters in your assertion.xml causing this problem? could you try removing them and get the base 64 encoded value? Thanks, Sajith On Fri, Jul 3, 2015 at 1:43 PM, Nadeesha Gamage nadee...@wso2.com wrote: Hi all, I am trying to exchange a

Re: [Dev] [AppFac] Error occurred while loading user application list

2015-07-03 Thread Fathima Dilhasha
Hi, That error is fixed now. I can see all the apps at my app cloud. Thanks. Regards, Dilhasha Fathima Dilhasha Nazeer http://lk.linkedin.com/in/dilhasha/ (M.N.F.Dilhasha) Undergraduate | Department of Computer Science and Engineering University of Moratuwa Sri Lanka On Thu, Jul 2, 2015 at

[Dev] [Bamboo-Build] Developer Studio Eclipse-Tools #1608 has FAILED. Change made by [unknown].

2015-07-03 Thread Bamboo
--- Developer Studio Eclipse-Tools #1608 failed. --- Code has been updated by [unknown]. No failed tests found, a possible compilation error.

[Dev] [DAS] Zoookeeper connection error when HBase datasource is added

2015-07-03 Thread Udara Liyanage
Hi, I get the below error when I added the following data source to repository/conf/datasources/analytics-datasources.xml. Hbase is running on 10.100.7.80 datasource nameWSO2_ANALYTICS_RS_DB_HBASE/name descriptionThe datasource used for analytics file

Re: [Dev] DevStudio errors

2015-07-03 Thread Gayan Yalpathwala
We have removed the old ESB editor from DevStudio 3.8.0. Please refer: https://wso2.org/jira/browse/TOOLS-2867 Thanks, On Fri, Jul 3, 2015 at 11:18 AM, Susinda Perera susi...@wso2.com wrote: On Thu, Jul 2, 2015 at 10:31 PM, Viraj Rajaguru vi...@wso2.com wrote: Hi John, Currently there

Re: [Dev] [ESB][Twitter_Connector] no dependency information available Error

2015-07-03 Thread Keerthika Mahendralingam
Thank you Malaka. On Fri, Jul 3, 2015 at 11:42 AM, Malaka Silva mal...@wso2.com wrote: Merged On Fri, Jul 3, 2015 at 11:24 AM, Keerthika Mahendralingam keerth...@wso2.com wrote: Hi Rajjaz, You need to build integration base before build any other connector. You can find the integration

Re: [Dev] [ESB][Twitter_Connector] no dependency information available Error

2015-07-03 Thread Rajjaz Mohammed
tanks keerthika, Finally i found the error was in my integration base pom file. mistakenly version changes to 1.0.0 but Connector expecting 1.0.1. that was the reason for error. now build Success On Fri, Jul 3, 2015 at 11:42 AM, Malaka Silva mal...@wso2.com wrote: Merged On Fri, Jul 3, 2015

Re: [Dev] The table 'UM_USER_ROLE' is full

2015-07-03 Thread Nirodha Pramod
Hi, The script was taken from the AM 1.9.0 registry database script. -Nirodha On Fri, Jul 3, 2015 at 12:05 PM, Nirodha Pramod niro...@wso2.com wrote: Hi, I get the below set of errors when running the registry database script on a mysql NDB cluster. Could this be a script issue or Mysql

[Dev] Please add ML-CEP extension feature to CEP P2 repo

2015-07-03 Thread Nirmal Fernando
Hi CEP team, $Subject. https://github.com/wso2/product-ml/blob/master/modules/p2-profile/pom.xml#L226 Version is 1.0.0-SNAPSHOT -- Thanks regards, Nirmal Associate Technical Lead - Data Technologies Team, WSO2 Inc. Mobile: +94715779733 Blog: http://nirmalfdo.blogspot.com/

Re: [Dev] Please add ML-CEP extension feature to CEP P2 repo

2015-07-03 Thread Nirmal Fernando
Sorry version should be; carbon.ml.version1.0.1-SNAPSHOT/carbon.ml.version On Fri, Jul 3, 2015 at 12:11 PM, Nirmal Fernando nir...@wso2.com wrote: Hi CEP team, $Subject. https://github.com/wso2/product-ml/blob/master/modules/p2-profile/pom.xml#L226 Version is 1.0.0-SNAPSHOT -- Thanks

Re: [Dev] [ESB][Twitter_Connector] no dependency information available Error

2015-07-03 Thread Rajjaz Mohammed
my Earlier repo is working fine. only i made the mistake in my pom file as version as 1.0.0 when i build the integration base then i changed to 1.0.1 then its work fine. but is there any test cases to check? On Fri, Jul 3, 2015 at 12:04 PM, Rajjaz Mohammed raj...@wso2.com wrote: tanks

Re: [Dev] [ESB][Twitter_Connector] no dependency information available Error

2015-07-03 Thread Keerthika Mahendralingam
For Twitter connector, there are no test cases available. You can check the connector manually. On Fri, Jul 3, 2015 at 12:12 PM, Rajjaz Mohammed raj...@wso2.com wrote: my Earlier repo is working fine. only i made the mistake in my pom file as version as 1.0.0 when i build the integration base

[Dev] Please review and merge PR for IDENTITY-2774

2015-07-03 Thread Nuwandi Wickramasinghe
Hi Find fix for [1] in [2] [1] https://wso2.org/jira/browse/IDENTITY-2774 [2] https://github.com/wso2/carbon-identity/pull/535 -- Best Regards, Nuwandi Wickramasinghe Software Engineer WSO2 Inc. Web : http://wso2.com Mobile : 0719214873 ___ Dev

Re: [Dev] [ESB][Twitter_Connector] no dependency information available Error

2015-07-03 Thread Malaka Silva
Merged On Fri, Jul 3, 2015 at 11:24 AM, Keerthika Mahendralingam keerth...@wso2.com wrote: Hi Rajjaz, You need to build integration base before build any other connector. You can find the integration base at [1]. @Malaka, Can we merge the pull request [1]. [1].

Re: [Dev] [APIM] Issue in Exchanging SAML2 with OAuth 2.0 token

2015-07-03 Thread Nadeesha Gamage
Hi Sajith, Thanks for the suggestion, but I already tried this and it still gives the same issue. Thank you, Nadeesha On Fri, Jul 3, 2015 at 2:27 PM, Sajith Kariyawasam saj...@wso2.com wrote: Hi Nadeesha, Could that be the 'new line' characters in your assertion.xml causing this problem?

Re: [Dev] [DAS] Zoookeeper connection error when HBase datasource is added

2015-07-03 Thread Gokul Balakrishnan
Hi Udara, The issue is that the datasource is attempting to connect to a zookeeper instance at localhost, at port 2818 which of course doesn't exist. Can you try setting thehbase.zookeeper.quorum and hbase.zookeeper.property.clientPort properties as well in the datasource config? configuration

Re: [Dev] questions on APPM100

2015-07-03 Thread Dinusha Senanayaka
Hi Bill, 1. In addition to changing offset in carbon.xml, you have to manually change the 9443 port references in app-manager.xml as well. Make them 9453 if the offset is 10. 2. This is possible. Should be fine after doing config change mentioned in [1]. Regards, Dinusha. On Fri, Jul 3, 2015 at

Re: [Dev] [ESB][Twitter_Connector] no dependency information available Error

2015-07-03 Thread Rajjaz Mohammed
But when i try to test manually i'm getting this error [2015-07-03 15:56:37,273] WARN - SequenceMediator onError handler : faultHandlerSeq for sequence : null cannot be found [2015-07-03 15:56:37,278] INFO - LogMediator To: /services/googlecalendar_createCalendarEntry, From: 10.100.7.64,

[Dev] Please merge the AS integration test commit#118

2015-07-03 Thread Nuwan Wimalasekara
Hi AS Team, Please merge the pull request https://github.com/wso2/product-as/pull/118. This will add a test module to execute kernel integration tests on AS. Thanks, Nuwanw -- Nuwan Wimalasekara Senior Software Engineer - Test Automation WSO2, Inc.: http://wso2.com lean. enterprise. middleware

Re: [Dev] how to set up WSO2 APP manager for this special case?

2015-07-03 Thread Dinusha Senanayaka
Hi Bill, 1. You have understood it correctly. :) . With the App Manager current model, users need to have publisher role to publish Apps to App store. But once you assign publisher role, they could see all the applications that are in In-review state. So that publisher could see all app

Re: [Dev] [ESB][Twitter_Connector] no dependency information available Error

2015-07-03 Thread Rajjaz Mohammed
i added through esb dashboard already On Fri, Jul 3, 2015 at 4:15 PM, Keerthika Mahendralingam keerth...@wso2.com wrote: Hi Rajjaz, You need to add the api certificate to ESB. You can do this by, - Extract the certificate from browser by navigating to apiUrl - Navigate to

[Dev] [DEV] Hazelcast node shutdown not being detected until 6-8 minutes in CEP HA mode

2015-07-03 Thread Ramindu De Silva
Hi all, I have 2 CEP nodes deployed remotely and enabled with HA configurations. And when the active cep goes down, the passive CEP gets active only after 6-8 minutes. But when i do the same scenario locally, the passive CEP gets active instantly. I tried adding the hazelcast.properties file

Re: [Dev] DevStudio errors

2015-07-03 Thread John Hawkins
btw - I think I've also just figured out why the old editor is coming up - it seems to happen whenever I try to open a file (using double click) and I've either not got the dev studio dashboard open or I've not got it highlighted as the current perspective. In both of these cases it reverts to

Re: [Dev] [Orbit] Please review and merge the PR for Lucene 5.2.1 and asm-all 4.1

2015-07-03 Thread Gimantha Bandara
Any updates? On Fri, Jul 3, 2015 at 12:37 PM, KasunG Gajasinghe kas...@wso2.com wrote: [+Maheshika] Please release the above two orbit bundles. On Fri, Jul 3, 2015 at 12:34 PM, Niranjan Karunanandham niran...@wso2.com wrote: Hi Gimantha. I have merged the PR. Regards, Nira On