Re: [Dev] Exporting bundles with proper versions

2015-07-03 Thread Kishanthan Thangarajah
Yes Rajith, we are enforcing this for the C5 project. And for C4, we can enforce this at release time for git hub repos. But will require a major effort to fix all the pom files. Each team should fix their own repos/components first as a start. On Fri, Jul 3, 2015 at 8:39 AM, Rajith Vitharana wro

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 han

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 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 client code to p

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 On Fri, Jul 3, 2015 at 8:23 PM, Mahesh Chinthaka wrote: > Hi Dev Studio team, > > Please note that *buildinfobyappid *is

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 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 wrote: > >> Sorry version should be; >> >> 1.0.1-SNAPSHOT >> >> On F

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 S

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 managemen

[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 & Te

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 wrote: > Sorry version should be; > > 1.0.1-SNAPSHOT > > On Fri, Jul 3, 2015 at 12:11 PM, Nirmal Fernando wrote: > >> Hi CEP team, >> >> $Subject. >> https://github.com/wso2/product-ml/b

[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> kas..

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 sample

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 wit

Re: [Dev] Setting JAVA_HOME in Solaris 11

2015-07-03 Thread Tharindu Edirisinghe
Hi, The reason for .bashrc not working in Solaris is that it uses default Bourne shell [1] when you open the terminal. But in the terminal if you type 'bash' and switch to bash shell, bashrc should work. However .profile works in any case as that is not attached to any shell but instead user profi

[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 c

[Dev] [ESB] Please Review and Merge

2015-07-03 Thread Prabath Ariyarathna
Hi. Please $subject the PRs [1][2] for MSMP custom sequence executing for deactivate state. [1] = https://github.com/wso2/wso2-synapse/pull/246 [2] = https://github.com/wso2/carbon-mediation/pull/269 Thanks. -- *Prabath Ariyarathna* *Associate Technical Lead* *WSO2, Inc. * *lean . enterpr

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] . 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] 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 wrote: > Hi Dimuthu /Mani

[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. https://wso2.or

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 wrote: > It's released. > > On Fri, Jul 3, 2015 at 5:23 PM, Gimantha Bandara > wrote: > >> Any updates? >> >> On Fri, Jul 3, 2015 at 12:37 PM, KasunG Gajasinghe >> wrote: >> >>> [+Maheshika] >>> >>> Please release the above two or

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 wrote: > Any updates? > > On Fri, Jul 3, 2015 at 12:37 PM, KasunG Gajasinghe > wrote: > >> [+Maheshika] >> >> Please release the above two orbit bundles. >> >> On Fri, Jul 3, 2015 at 12:34 PM, Niranjan Karunanandham < >> niran...@w

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

2015-07-03 Thread Rajjaz Mohammed
keytool -importcert -file -keystore /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 On Fri, Jul 3, 20

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 wrote: > [+Maheshika] > > Please release the above two orbit bundles. > > On Fri, Jul 3, 2015 at 12:34 PM, Niranjan Karunanandham > wrote: > >> Hi Gimantha. >> >> I have merged the PR. >> >> Regards, >> Nira >> >> On Fri, Jul 3, 20

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 the

[Dev] How to add a Servlet in DSS

2015-07-03 Thread Madhawa Gunasekara
Hi All, I have requirement to insert a servlet in DSS to process some specific http requests( GET,POST). I have done some implementations by refering [1]. but when I send the request it will redirect to the login page due to the authentications, How can I fixed that? and also servlet methods didn'

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

2015-07-03 Thread Udara Liyanage
Hi Gokul, Thanks that worked for me. On Fri, Jul 3, 2015 at 2:52 PM, Gokul Balakrishnan wrote: > 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 the"hbase.zookeeper.

[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

[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 wit

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 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 "/repository/resources

Re: [Dev] [App Factory] UX/UI Incorporation

2015-07-03 Thread Dakshika Jayathilaka
Hi All, We have added issues_new.html and issues_initial.html pages to git repo. Regards, *Dakshika Jayathilaka* PMC Member & C

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

2015-07-03 Thread Keerthika Mahendralingam
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 "/repository/resources/security/" using command prompt and execute keytool -importcert -file CERT_FILE_NAME -keystore client-trustst

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 develope

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, Directi

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

[Dev] [ESB] Please review and merged the PR

2015-07-03 Thread Vijitha Ekanayake
Hi, Please review and merge PR[1] - Fixing automation test failures related to security scenarios in ESB. [1] https://github.com/wso2/product-esb/pull/204 Thanks, -- Vijitha Ekanayake Software Engineer*, *WSO2, Inc.; http://wso2.com/ Mobile : +94 777 24 73 39 | +94 718 74 44 08 lean.enterprise

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 the"hbase.zookeeper.quorum" and "hbase.zookeeper.property.clientPort" properties as well in the datasource config?

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 wrote: > Hi Nadeesha, > > Could that be the 'new line' characters in your assertion.xml causing > this problem? could you t

[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 WSO2_ANALYTICS_RS_DB_HBASE The datasource used for analytics file system jdbc/WS

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 wrote: > Hi all, > I am trying to exchange a SAML2Bearer token to a OA

[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. https://wso2.or

Re: [Dev] Pull Request

2015-07-03 Thread Malaka Silva
Merged On Fri, Jul 3, 2015 at 1:51 PM, Shakila Sivagnanarajah wrote: > 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 >

[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 * Thank you -- Shakila Sivagnanarajah Assoc

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

2015-07-03 Thread Nadeesha Gamage
Hi all, I am trying to exchange a SAML2Bearer token to a OAuth 2.0 as described in the following documentation[1]. I have set the servers up as described in the document and using the SAML2AssertionCreator.jar to create SAML assertion. I am using this assertion (decoded assertion) to generate a OAu

[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 http://wso

[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

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 http://stackoverflow.com/

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
[+Maheshika] Please release the above two orbit bundles. On Fri, Jul 3, 2015 at 12:34 PM, Niranjan Karunanandham wrote: > Hi Gimantha. > > I have merged the PR. > > Regards, > Nira > > On Fri, Jul 3, 2015 at 2:04 AM, Gimantha Bandara > wrote: > >> Hi, >> >> Please review and merge [1] >> >> [1

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 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 : +94714961919 >

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 (M.N.F.Dilhasha) Undergraduate | Department of Computer Science and Engineering University of Moratuwa Sri Lanka On Thu, Jul 2, 2015 at 7: