[Dev] WSO2ES-1.1.0 support for subheading element in assets

2014-06-03 Thread Sameera Jayaratna
Hi, We are trying to insert a table with column names into the asset. We used the rxt definition as given below. table name=Support Projects columns=3 subheading headingType/heading headingURL/heading headingKey/heading /subheading field type=text nameType/name /field field type=text

Re: [Dev] BAM error when ruining hive script

2014-06-03 Thread Dinesh Bandara
Hi Please find the attached hive script. Thanks, On Tue, Jun 3, 2014 at 11:24 AM, Gihan Anuruddha gi...@wso2.com wrote: This might be due to sql error. Please check your sql statement separately. On Tue, Jun 3, 2014 at 11:19 AM, Inosh Goonewardena in...@wso2.com wrote: Hi Dinesh,

Re: [Dev] https://wso2.org/jira/browse/CARBON-14821

2014-06-03 Thread Manoj Kumara
Hi Dhanuka, Please provide the updated README.txt file and bin.xml entries as well. Thanks, Manoj *Manoj Kumara* Software Engineer WSO2 Inc. http://wso2.com/ *lean.enterprise.middleware* Mobile: +94713448188 On Mon, Jun 2, 2014 at 3:20 PM, Dhanuka Ranasinghe dhan...@wso2.com wrote: Hi,

Re: [Dev] WSO2ES-1.1.0 support for subheading element in assets

2014-06-03 Thread Rajeeva Uthayasangar
Hi, ES 1.1.0 supports unbounded feature and rxt definition should be given as below: table name=Doc Links columns=3 maxoccurs=unbounded subheading headingDocument Type/heading headingURL/heading headingComment/heading /subheading field type=text name

[Dev] XPATH expression throws an exception

2014-06-03 Thread Sohani Weerasinghe
Hi All, I am using an XPATH expression as follows, sequence xmlns=http://ws.apache.org/ns/synapse; name=sequence1 log level=custom property xmlns:ns=http://org.apache.synapse/xsd; xmlns:fn=http://www.w3.org/2005/xpath-functions; name=insq expression=fn:string-join('name','age', '-')/

Re: [Dev] https://wso2.org/jira/browse/CARBON-14821

2014-06-03 Thread Manoj Kumara
Committed to 4.1.0 patch0004 with r204421. Thanks, Manoj *Manoj Kumara* Software Engineer WSO2 Inc. http://wso2.com/ *lean.enterprise.middleware* Mobile: +94713448188 On Tue, Jun 3, 2014 at 11:39 AM, Manoj Kumara ma...@wso2.com wrote: Hi Dhanuka, Please provide the updated README.txt file

Re: [Dev] Synapse changes for GIThub

2014-06-03 Thread Vanjikumaran Sivajothy
Hi everyone, ESB team has notice that there are several commits has gone to Synapse 2.1.2-wso2v5 and which is not reflected to the git repo[1]. Please do the need full and send the pull request to synchronize code repo in GIT [1]. Please ignore this mail, if you have already done that.

Re: [Dev] XPATH expression throws an exception

2014-06-03 Thread Harsha Kumara
Hi Sohani, May be your expression syntax is incorrect. Is it works when it change like expression=fn:string-join(('name','age'), '-').I'm referring to [1]. [1]-http://www.xqueryfunctions.com/xq/fn_string-join.html THanks, Harsha On Tue, Jun 3, 2014 at 1:36 PM, Sohani Weerasinghe soh...@wso2.com

Re: [Dev] XPATH expression throws an exception

2014-06-03 Thread Sohani Weerasinghe
Hi Harsha, I tried that as well, but it is not supporting in ESB as i mentioned previously. Thanks, Sohani Sohani Weerasinghe Software Engineer WSO2, Inc: http://wso2.com Mobile : +94 716439774 Blog :http://christinetechtips.blogspot.com/ Twitter : https://twitter.com/sohanichristine

[Dev] ESB Benchmarks

2014-06-03 Thread Daya Attapattu
Could someone please point me to instructions of running ESB benchmarks? Thanks. - Daya -- Daya Atapattu WSO2 Inc. Phone: +94 77 047 4730, +1 203 484 7099 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] XPATH expression throws an exception

2014-06-03 Thread Viraj Rajaguru
Hi Sohani, Since 'string-join' is a XPath 2.0 function, It seems you have to enable xpath 2.0 support in ESB [1] Thanks, Viraj. [1] http://mytecheye.blogspot.com/2013/01/wso2-esb-enable-xpath-20-in-wso2-esb.html On Tue, Jun 3, 2014 at 2:20 PM, Sohani Weerasinghe soh...@wso2.com wrote: Hi

Re: [Dev] Support Tomcat Virtual Hosts in WSO2 AS - issues and progress so far

2014-06-03 Thread Nipuni Perera
Hi, I have implemented the above solution as below. 1. I created an interface Axis2DeployerProvider with a method getDeployerConfigs inside org.wso2.carbon.utils.deployment. 2. I then created a service inside package org.wso2.carbon.webapp.deployer.internal implementing the above

Re: [Dev] XPATH expression throws an exception

2014-06-03 Thread Harsha Kumara
Sorry I didn't noticed it before. You will needs to enable xpath 2.0 support as suggest by Viraj. Otherwise you should be able to use string concat function in xpath 1.0. On Tue, Jun 3, 2014 at 2:38 PM, Viraj Rajaguru vi...@wso2.com wrote: Hi Sohani, Since 'string-join' is a XPath 2.0

Re: [Dev] Support Tomcat Virtual Hosts in WSO2 AS - issues and progress so far

2014-06-03 Thread Sameera Jayasoma
Great work. As per the discussion, can you attache the complete diff. Changes to the Kernel. On Tue, Jun 3, 2014 at 2:58 PM, Nipuni Perera nip...@wso2.com wrote: Hi, I have implemented the above solution as below. 1. I created an interface Axis2DeployerProvider with a method

Re: [Dev] BAM error when ruining hive script

2014-06-03 Thread Dinesh Bandara
Resolved the issue by adding mysql library jar path in to propertynamehive.aux.jars.path/name in repository/conf/advanced/hive-site.xml. On Tue, Jun 3, 2014 at 11:35 AM, Dinesh Bandara dine...@wso2.com wrote: Hi Please find the attached hive script. Thanks, On Tue, Jun 3, 2014 at 11:24

[Dev] Drop mediator and tenant

2014-06-03 Thread Vanjikumaran Sivajothy
Hi Manoj, Please accommodate the patch in CARBON-14814 in 4.3.0 snapshot. To continue ESB team to resolve the drop mediator problem in tenant mode in 4.9.0 - m2. [1]https://wso2.org/jira/browse/CARBON-14814 Thank you, Best Regards -- Sivajothy Vanjikumaran *Senior Software Engineer*

[Dev] WSO2 App Manager - Latest Build 2014-06-03

2014-06-03 Thread Ravi Undupitiya
Latest pack: https://svn.wso2.org/repos/wso2/people/ravi/appm/03-06-2014-wso2appmanager-1.0.0.zip Thanks -- *Ravi Undupitiya* Senior Software Engineer; WSO2 http://wso2.com *E-mail: r...@wso2.com http://wso2.com**M: **+94 772 930 712* Lean . Enterprise . Middleware

[Dev] WSO2ES 1.1.0 - Failed to add asset Error

2014-06-03 Thread Ayesha Dissanayaka
Hi, When I try to add new asset to the created store 'Apache Stratos Cartridges' as a newly registered user, it gives following error. As admin user, I can add assets without any issue. I have used default SampleLifeCycle2 as the life-cycle for this asset type. When I try to add assets for

Re: [Dev] https://wso2.org/jira/browse/CARBON-14821

2014-06-03 Thread Dhanuka Ranasinghe
Hi, Can you please merge below pull request? https://github.com/wso2-dev/carbon4-kernel/pull/28 Cheers, Dhanuka *Dhanuka Ranasinghe* Senior Software Engineer WSO2 Inc. ; http://wso2.com lean . enterprise . middleware phone : +94 715381915 On Tue, Jun 3, 2014 at 1:53 PM, Manoj Kumara

Re: [Dev] Drop mediator and tenant

2014-06-03 Thread Manoj Kumara
Hi Vanji, Added to the trunk with [1]. Fix will be available shortly. [1] https://github.com/wso2/carbon4-kernel/pull/9 Thanks, Manoj *Manoj Kumara* Software Engineer WSO2 Inc. http://wso2.com/ *lean.enterprise.middleware* Mobile: +94713448188 On Tue, Jun 3, 2014 at 3:25 PM, Vanjikumaran

Re: [Dev] https://wso2.org/jira/browse/CARBON-14821

2014-06-03 Thread Dhanuka Ranasinghe
Hi, Please merge below pull request as well. https://github.com/wso2-dev/carbon4-kernel/pull/29 Cheers, *Dhanuka Ranasinghe* Senior Software Engineer WSO2 Inc. ; http://wso2.com lean . enterprise . middleware phone : +94 715381915 On Tue, Jun 3, 2014 at 4:42 PM, Dhanuka Ranasinghe

Re: [Dev] WSO2ES 1.1.0 - Failed to add asset Error

2014-06-03 Thread Ajith Vitharana
On Tue, Jun 3, 2014 at 4:28 PM, Ayesha Dissanayaka aye...@wso2.com wrote: Hi, When I try to add new asset to the created store 'Apache Stratos Cartridges' as a newly registered user, it gives following error. As admin user, I can add assets without any issue. I have used default

[Dev] GitIgnore files ignoring necessary files

2014-06-03 Thread Rajith Vitharana
Hi all, carbon-storage-management git repository contains .gitignore file which filter out *.inf files. So that some necessary p2.inf files were missing in the git repository. I have changed the gitignore file, added needed p2.inf file and did a pull request. please review and accept the changes

Re: [Dev] WSO2ES 1.1.0 - Failed to add asset Error

2014-06-03 Thread Ayesha Dissanayaka
Hi Ajith, Thank you very much for the reply. :) Yes, I went through the log. My requirement is how to give authorization to the user. Since I am using same configuration as default asset types such as 'ebook', how can I not have permission for the created asset type(say 'cartridge'). When I

Re: [Dev] Drop mediator and tenant

2014-06-03 Thread Vanjikumaran Sivajothy
Thanks On Tue, Jun 3, 2014 at 4:54 PM, Manoj Kumara ma...@wso2.com wrote: Hi Vanji, Added to the trunk with [1]. Fix will be available shortly. [1] https://github.com/wso2/carbon4-kernel/pull/9 Thanks, Manoj *Manoj Kumara* Software Engineer WSO2 Inc. http://wso2.com/

Re: [Dev] GitIgnore files ignoring necessary files

2014-06-03 Thread Kasun Gajasinghe
Hi Rajith, The contents of .gitignore should look like as follows. This is defined in [1] # Ignore everything in this directory target .classpath .settings .project *.iml *.iws *.ipr .idea [1]

[Dev] [BAM] Can insert data in to a already created database using hive script?

2014-06-03 Thread Dinesh Bandara
Hi, I have created a hive script to get published data in BAM and add that into external mysql databases. Before starting BAM I created database schema and relevant tables in mysql. Hive script execution was succeeded but data were not inserted in to the table. Afterwards I dropped the table

Re: [Dev] GitIgnore files ignoring necessary files

2014-06-03 Thread Rajith Vitharana
Hi Kasun, Thanks for the info. I'll adopt the doc you shared. On Tue, Jun 3, 2014 at 5:23 PM, Kasun Gajasinghe kas...@wso2.com wrote: Hi Rajith, The contents of .gitignore should look like as follows. This is defined in [1] # Ignore everything in this directory target .classpath

Re: [Dev] [BAM] Can insert data in to a already created database using hive script?

2014-06-03 Thread Tishan Dahanayakage
Hi Dinesh, Can you please check whether you have created external table with 'if not exist' clause? Eg: CREATE EXTERNAL TABLE IF NOT EXISTS PhoneSalesTable On Tue, Jun 3, 2014 at 5:31 PM, Dinesh Bandara dine...@wso2.com wrote: Hi, I have created a hive script to get published data in BAM and

[Dev] Please create dev repository of carbon-platform-automated-test-suite

2014-06-03 Thread Krishantha Samaraweera
Please create dev repository of https://github.com/wso2/carbon-platform-automated-test-suite Thanks, Krishantha. https://github.com/wso2/carbon-platform-automated-test-suite-- Krishantha Samaraweera Senior Technical Lead - Test Automation Mobile: +94 77 7759918 WSO2, Inc.; http://wso2.com/ lean .

Re: [Dev] WSO2ES 1.1.0 - Failed to add asset Error

2014-06-03 Thread Ajith Vitharana
On Tue, Jun 3, 2014 at 5:15 PM, Ayesha Dissanayaka aye...@wso2.com wrote: Hi Ajith, Thank you very much for the reply. :) Yes, I went through the log. My requirement is how to give authorization to the user. Since I am using same configuration as default asset types such as 'ebook', how

Re: [Dev] Please create dev repository of carbon-platform-automated-test-suite

2014-06-03 Thread Sagara Gunathunga
Hi Maheshika, Please make sure we have cloned all wso2 repos in wso2-dev. Thanks ! On Tue, Jun 3, 2014 at 5:37 PM, Krishantha Samaraweera krishan...@wso2.com wrote: Please create dev repository of https://github.com/wso2/carbon-platform-automated-test-suite Thanks, Krishantha.

Re: [Dev] Please create dev repository of carbon-platform-automated-test-suite

2014-06-03 Thread Maheshika Goonetilleke
Hi Sagara This has been already created and I'm unable to fork it. On Tue, Jun 3, 2014 at 5:44 PM, Sagara Gunathunga sag...@wso2.com wrote: Hi Maheshika, Please make sure we have cloned all wso2 repos in wso2-dev. Thanks ! On Tue, Jun 3, 2014 at 5:37 PM, Krishantha Samaraweera

[Dev] DBDeployer setting wrong user relam to the Carbon Context.

2014-06-03 Thread Danushka Fernando
Hi all I came across following issue recently. Always first call done to AS (As a tenant when tenant is not loaded yet) it fails with access denied. The reason was in authorization handler when we retrieve user realm from carbon context, its not tenant's realm it's super tenant realm. When I was

Re: [Dev] Please create dev repository of carbon-platform-automated-test-suite

2014-06-03 Thread Sagara Gunathunga
The simplest solution is delete the repo and create it again and make sure to include initial content when you recreating ( You just have to check Initialize this repository with a README option) We recommend every repository include a README

Re: [Dev] DBDeployer setting wrong user relam to the Carbon Context.

2014-06-03 Thread Anjana Fernando
Hi, Yeah, seems like a bug, I also can't remember why we are doing this. @Prabath, do you remember why we have done such a change there? .. and @Chanika, please look into this, and fix for the next release. Cheers, Anjana. On Tue, Jun 3, 2014 at 5:58 PM, Danushka Fernando danush...@wso2.com

Re: [Dev] DBDeployer setting wrong user relam to the Carbon Context.

2014-06-03 Thread Dimuthu Leelarathne
Hi Anjana, We are hoping to freeze for RC tomorrow. So we need a fix ASAP. thanks, dimuthu On Tue, Jun 3, 2014 at 6:05 PM, Anjana Fernando anj...@wso2.com wrote: Hi, Yeah, seems like a bug, I also can't remember why we are doing this. @Prabath, do you remember why we have done such a

Re: [Dev] Please create dev repository of carbon-platform-automated-test-suite

2014-06-03 Thread Maheshika Goonetilleke
Hi Both Done. On Tue, Jun 3, 2014 at 6:01 PM, Sagara Gunathunga sag...@wso2.com wrote: The simplest solution is delete the repo and create it again and make sure to include initial content when you recreating ( You just have to check Initialize this repository with a README option)

Re: [Dev] DBDeployer setting wrong user relam to the Carbon Context.

2014-06-03 Thread Sameera Jayasoma
This was written assuming that the DBDeployer will always run in the super tenant. Danushka, Can you create a Jira to track this? Thanks, Sameera. On Tue, Jun 3, 2014 at 6:05 PM, Anjana Fernando anj...@wso2.com wrote: Hi, Yeah, seems like a bug, I also can't remember why we are doing this.

Re: [Dev] DBDeployer setting wrong user relam to the Carbon Context.

2014-06-03 Thread Danushka Fernando
Created [1] [1] https://wso2.org/jira/browse/DS-905 Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Tue, Jun 3, 2014 at 6:06 PM, Sameera Jayasoma same...@wso2.com wrote: This was written assuming that the DBDeployer will always run in

[Dev] Review and merge the pull request for carbon-utils and carbon-storage-management

2014-06-03 Thread Rajith Vitharana
Hi, Please do $subject for [1] and [2] [1] https://github.com/wso2-dev/carbon-utils/pull/1 [2] https://github.com/wso2-dev/carbon-storage-management/pull/1 Thanks -- Rajith Vitharana Software Engineer, WSO2 Inc. : wso2.com Mobile : +94715883223 Blog : http://lankavitharana.blogspot.com/

Re: [Dev] [BAM] Can insert data in to a already created database using hive script?

2014-06-03 Thread Gihan Anuruddha
You can use existing tables. In that scenario don't use create query property. Instead of that use *mapred.jdbc.output.table.name* property in the hive query to map your existing table. Refer [1] to more information about hive jdbc handler. [1] -

Re: [Dev] Review and merge the pull request for carbon-utils and carbon-storage-management

2014-06-03 Thread Kasun Gajasinghe
Hi Rajith, I cannot merge changes to carbon-storage-management. Please contact the relevant repo maintainers. Can you explain the reason for your PR [1]? Thanks, KasunG On Tue, Jun 3, 2014 at 6:37 PM, Rajith Vitharana raji...@wso2.com wrote: Hi, Please do $subject for [1] and [2] [1]

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-03 Thread Pulasthi Supun
Congrats Shazni!! On Tue, Jun 3, 2014 at 7:49 PM, Subash Chaturanga sub...@wso2.com wrote: Hi all, It's my pleasure to announce Shazni as a WSO2 Committer. Shazni has done great contributions to G-Reg product and showed very good enthusiasm in his work. And in recognition of his

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-03 Thread Chandana Napagoda
Congratulation Shazni...!!! Regards, Chandana On Tue, Jun 3, 2014 at 7:51 PM, Pulasthi Supun pulas...@wso2.com wrote: Congrats Shazni!! On Tue, Jun 3, 2014 at 7:49 PM, Subash Chaturanga sub...@wso2.com wrote: Hi all, It's my pleasure to announce Shazni as a WSO2 Committer.

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-03 Thread Srisunmugaraja Paraparan
Congrats Shazni.. On Tue, Jun 3, 2014 at 7:51 PM, Pulasthi Supun pulas...@wso2.com wrote: Congrats Shazni!! On Tue, Jun 3, 2014 at 7:49 PM, Subash Chaturanga sub...@wso2.com wrote: Hi all, It's my pleasure to announce Shazni as a WSO2 Committer. Shazni has done great

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-03 Thread Malintha Adikari
Congrats Shazni On Tue, Jun 3, 2014 at 7:52 PM, Srisunmugaraja Paraparan parapa...@wso2.com wrote: Congrats Shazni.. On Tue, Jun 3, 2014 at 7:51 PM, Pulasthi Supun pulas...@wso2.com wrote: Congrats Shazni!! On Tue, Jun 3, 2014 at 7:49 PM, Subash Chaturanga

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-03 Thread Shelan Perera
Congratz Shazni :) On Tue, Jun 3, 2014 at 7:53 PM, Chandana Napagoda chand...@wso2.com wrote: Congratulation Shazni...!!! Regards, Chandana On Tue, Jun 3, 2014 at 7:51 PM, Pulasthi Supun pulas...@wso2.com wrote: Congrats Shazni!! On Tue, Jun 3, 2014 at 7:49 PM, Subash

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-03 Thread Waruna Jayaweera
Congratzz Shazni... On Tue, Jun 3, 2014 at 7:51 PM, Pulasthi Supun pulas...@wso2.com wrote: Congrats Shazni!! On Tue, Jun 3, 2014 at 7:49 PM, Subash Chaturanga sub...@wso2.com wrote: Hi all, It's my pleasure to announce Shazni as a WSO2 Committer. Shazni has done great

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-03 Thread Firzhan Naqash
Congratulations Shazni... Regards, Firzhan On Tue, Jun 3, 2014 at 7:58 PM, Waruna Jayaweera waru...@wso2.com wrote: Congratzz Shazni... On Tue, Jun 3, 2014 at 7:51 PM, Pulasthi Supun pulas...@wso2.com wrote: Congrats Shazni!! On Tue, Jun 3, 2014 at 7:49 PM, Subash Chaturanga

[Dev] WSO2 Committers += Shazni Nazir

2014-06-03 Thread Subash Chaturanga
Hi all, It's my pleasure to announce Shazni as a WSO2 Committer. Shazni has done great contributions to G-Reg product and showed very good enthusiasm in his work. And in recognition of his contribution he has been voted as a wso2 commiter. Shazni, welcome aboard and keep up the good work!. --

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-03 Thread Shameera Rathnayaka
Congratulation !!! On Tue, Jun 3, 2014 at 8:08 PM, Firzhan Naqash firz...@wso2.com wrote: Congratulations Shazni... Regards, Firzhan On Tue, Jun 3, 2014 at 7:58 PM, Waruna Jayaweera waru...@wso2.com wrote: Congratzz Shazni... On Tue, Jun 3, 2014 at 7:51 PM, Pulasthi Supun

[Dev] [AF] Dataservice apps cannot read datasources created via App Factory.

2014-06-03 Thread Danushka Fernando
Hi all, I came through the problem above. So after lot of debugging I managed to make it work with following changes. 1. Change the sample dataservice as below change property name=carbon_datasource_nameTestDS/property to property name=jndi_resource_namejdbc/TestDS/property 2.

Re: [Dev] WSO2ES 1.1.0 - Failed to add asset Error

2014-06-03 Thread Ayesha Dissanayaka
Hi Ajith, Go to the registry location * /_system/governance/cartriges.* Expand the the permission tab, and allow the required authorizations for the role that user belong to. This worked. [?] Thank you and Cheers! On Tue, Jun 3, 2014 at 5:38 PM, Ajith Vitharana aji...@wso2.com wrote:

[Dev] Unable to build kernel patches, API changes being introduced

2014-06-03 Thread Supun Malinga
Hi, I was trying to build patch 8 and then patch 7 even. But both failed. Looks like there are API changes. I thought we don't do API changes in kernel patches ?. Have we changed that model?. Do I have to build all the patch from the start to overcome this?. thanks, -- Supun Malinga, Senior

Re: [Dev] Pull request on wso2 repo

2014-06-03 Thread Bhathiya Jayasekara
Hi Vanji, I sent a new pull request [1]. [1] https://github.com/wso2-dev/product-esb/pull/17 Thanks, Bhathiya On Mon, Jun 2, 2014 at 10:54 PM, Vanjikumaran Sivajothy va...@wso2.com wrote: Hi bhathiya, Due to the continuous delivery policy on GIT, you are not liable to send a pull request

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-03 Thread Ragavan Thiruchittampalam
Congrats On Tue, Jun 3, 2014 at 8:11 PM, Shameera Rathnayaka shame...@wso2.com wrote: Congratulation !!! On Tue, Jun 3, 2014 at 8:08 PM, Firzhan Naqash firz...@wso2.com wrote: Congratulations Shazni... Regards, Firzhan On Tue, Jun 3, 2014 at 7:58 PM, Waruna Jayaweera

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-03 Thread Nirmal Fernando
Congratz Shazni! On Wed, Jun 4, 2014 at 8:02 AM, Ragavan Thiruchittampalam raga...@wso2.com wrote: Congrats On Tue, Jun 3, 2014 at 8:11 PM, Shameera Rathnayaka shame...@wso2.com wrote: Congratulation !!! On Tue, Jun 3, 2014 at 8:08 PM, Firzhan Naqash firz...@wso2.com wrote:

Re: [Dev] Pull request on wso2 repo

2014-06-03 Thread Vanjikumaran Sivajothy
Hi, Thanks a lot for the prompt reply on this matter. Best Regards, 1G On Wed, Jun 4, 2014 at 7:06 AM, Bhathiya Jayasekara bhath...@wso2.com wrote: Hi Vanji, I sent a new pull request [1]. [1] https://github.com/wso2-dev/product-esb/pull/17 Thanks, Bhathiya On Mon, Jun 2, 2014 at

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-03 Thread Thanuja Jayasinghe
Congratz..!!! On Wed, Jun 4, 2014 at 8:14 AM, Nirmal Fernando nir...@wso2.com wrote: Congratz Shazni! On Wed, Jun 4, 2014 at 8:02 AM, Ragavan Thiruchittampalam raga...@wso2.com wrote: Congrats On Tue, Jun 3, 2014 at 8:11 PM, Shameera Rathnayaka shame...@wso2.com wrote:

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-03 Thread Shafreen Anfar
Congratz Shazni! On Tue, Jun 3, 2014 at 10:46 PM, Thanuja Jayasinghe than...@wso2.com wrote: Congratz..!!! On Wed, Jun 4, 2014 at 8:14 AM, Nirmal Fernando nir...@wso2.com wrote: Congratz Shazni! On Wed, Jun 4, 2014 at 8:02 AM, Ragavan Thiruchittampalam raga...@wso2.com wrote:

Re: [Dev] [BAM] Can insert data in to a already created database using hive script?

2014-06-03 Thread Dinesh Bandara
Hi, @Tishan, Yes I have used 'if not exist' clause when creating the external table. @Gihan, Thanks for the info. I will change and test as you suggested. Thanks. On Tue, Jun 3, 2014 at 7:05 PM, Gihan Anuruddha gi...@wso2.com wrote: You can use existing tables. In that scenario don't use

Re: [Dev] Review and merge the pull request for carbon-utils and carbon-storage-management

2014-06-03 Thread Rajith Vitharana
Hi Kasun, Sorry for the inconvenience. Is there any document stating the relevant repo maintainers for each Git repo? The PR [1] is there because org.wso2.carbon.reporting.feature is needed in BAM. Thanks, On Tue, Jun 3, 2014 at 7:24 PM, Kasun Gajasinghe kas...@wso2.com wrote: Hi Rajith,

Re: [Dev] Support Tomcat Virtual Hosts in WSO2 AS - issues and progress so far

2014-06-03 Thread Nipuni Perera
As in the implementation, I have hard-coded the webapp deployer class as, deployerConfig.setClassStr(org.wso2.carbon.webapp.deployer.WebappDeployer); . So that webapps inside appBase locations of virtual hosts will be deployed using the given deployer class. Is there a

Re: [Dev] Support Tomcat Virtual Hosts in WSO2 AS - issues and progress so far

2014-06-03 Thread Sagara Gunathunga
On Wed, Jun 4, 2014 at 9:07 AM, Nipuni Perera nip...@wso2.com wrote: Hi, I have attached the patches here. After applying changes to both carbon4-kernal and carbon-deployment, you can access webapps via virtual hosts as follows, 1. Modify the

Re: [Dev] Support Tomcat Virtual Hosts in WSO2 AS - issues and progress so far

2014-06-03 Thread Nipuni Perera
I am using DataHolder.getCarbonTomcatService(); to get CarbonTomcatService in the service component to read virtual host names, Container[] virtualhosts = carbonTomcatService.getTomcat().getEngine().findChildren(); Thanks, Nipuni On Wed, Jun 4, 2014 at 9:34 AM, Sagara

Re: [Dev] cloud-services-desc.xml.erb - why we need this in PPaaS?

2014-06-03 Thread Nirmal Fernando
Cool.. +1... Also please fix the IS's init.pp issue. https://github.com/wso2/private-paas/commit/d70b44ef73589b30486aa3072f0812f203d1e218 On Wed, Jun 4, 2014 at 9:41 AM, Melan Nimesh me...@wso2.com wrote: On Wed, Jun 4, 2014 at 8:31 AM, Isuru Haththotuwa isu...@wso2.com wrote: On Wed,

Re: [Dev] Unable to build kernel patches, API changes being introduced

2014-06-03 Thread Manoj Kumara
Hi Supun, Yes you have to build them from start since there was some API additions in the initial patches due to some unavoidable cases. How ever we no longer doing API changes with patches. Thanks, Manoj *Manoj Kumara* Software Engineer WSO2 Inc. http://wso2.com/ *lean.enterprise.middleware*

Re: [Dev] cloud-services-desc.xml.erb - why we need this in PPaaS?

2014-06-03 Thread Nirmal Fernando
I just fixed this issue with init.pp. On Wed, Jun 4, 2014 at 9:44 AM, Nirmal Fernando nir...@wso2.com wrote: Cool.. +1... Also please fix the IS's init.pp issue. https://github.com/wso2/private-paas/commit/d70b44ef73589b30486aa3072f0812f203d1e218 On Wed, Jun 4, 2014 at 9:41 AM, Melan

Re: [Dev] cloud-services-desc.xml.erb - why we need this in PPaaS?

2014-06-03 Thread Melan Nimesh
On Wed, Jun 4, 2014 at 9:49 AM, Nirmal Fernando nir...@wso2.com wrote: I just fixed this issue with init.pp. Thanks Nirmal, I was about to commit the fix On Wed, Jun 4, 2014 at 9:44 AM, Nirmal Fernando nir...@wso2.com wrote: Cool.. +1... Also please fix the IS's init.pp issue.

Re: [Dev] cloud-services-desc.xml.erb - why we need this in PPaaS?

2014-06-03 Thread Nirmal Fernando
Ah... sorry :-) On Wed, Jun 4, 2014 at 9:56 AM, Melan Nimesh me...@wso2.com wrote: On Wed, Jun 4, 2014 at 9:49 AM, Nirmal Fernando nir...@wso2.com wrote: I just fixed this issue with init.pp. Thanks Nirmal, I was about to commit the fix On Wed, Jun 4, 2014 at 9:44 AM, Nirmal

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-03 Thread Manoj Kumara
Congratulations Shazni !!! *Manoj Kumara* Software Engineer WSO2 Inc. http://wso2.com/ *lean.enterprise.middleware* Mobile: +94713448188 On Tue, Jun 3, 2014 at 7:49 PM, Subash Chaturanga sub...@wso2.com wrote: Hi all, It's my pleasure to announce Shazni as a WSO2 Committer. Shazni has done

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-03 Thread Manula Chathurika Thantriwatte
Congratulations Shazni !!! On Wed, Jun 4, 2014 at 10:18 AM, Manoj Kumara ma...@wso2.com wrote: Congratulations Shazni !!! *Manoj Kumara* Software Engineer WSO2 Inc. http://wso2.com/ *lean.enterprise.middleware* Mobile: +94713448188 On Tue, Jun 3, 2014 at 7:49 PM, Subash Chaturanga

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-03 Thread Aruna Karunarathna
Congratzz Shazni...!!! On Wed, Jun 4, 2014 at 10:20 AM, Manula Chathurika Thantriwatte manu...@wso2.com wrote: Congratulations Shazni !!! On Wed, Jun 4, 2014 at 10:18 AM, Manoj Kumara ma...@wso2.com wrote: Congratulations Shazni !!! *Manoj Kumara* Software Engineer WSO2 Inc.

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-03 Thread Jayanga Dissanayake
Congratulations Shazni... *Jayanga Dissanayake* Senior Software Engineer WSO2 Inc. - http://wso2.com/ lean . enterprise . middleware email: jaya...@wso2.com mobile: +94772207259 On Wed, Jun 4, 2014 at 10:21 AM, Aruna Karunarathna ar...@wso2.com wrote: Congratzz Shazni...!!! On Wed, Jun 4,

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-03 Thread Ishara Karunarathna
Congratz . . . On Wed, Jun 4, 2014 at 10:20 AM, Manula Chathurika Thantriwatte manu...@wso2.com wrote: Congratulations Shazni !!! On Wed, Jun 4, 2014 at 10:18 AM, Manoj Kumara ma...@wso2.com wrote: Congratulations Shazni !!! *Manoj Kumara* Software Engineer WSO2 Inc.

Re: [Dev] [AF] Dataservice apps cannot read datasources created via App Factory.

2014-06-03 Thread Manjula Rathnayake
Hi Amani, Is this the same fix that we did for logging related issues? thank you. On Tue, Jun 3, 2014 at 9:44 PM, Danushka Fernando danush...@wso2.com wrote: Hi all, I came through the problem above. So after lot of debugging I managed to make it work with following changes. 1. Change

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-03 Thread Lasantha Fernando
Congratz Shazni...!! On 4 June 2014 10:23, Ishara Karunarathna isha...@wso2.com wrote: Congratz . . . On Wed, Jun 4, 2014 at 10:20 AM, Manula Chathurika Thantriwatte manu...@wso2.com wrote: Congratulations Shazni !!! On Wed, Jun 4, 2014 at 10:18 AM, Manoj Kumara ma...@wso2.com

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-03 Thread Sohani Weerasinghe
Congratulations Regards, Sohani Sohani Weerasinghe Software Engineer WSO2, Inc: http://wso2.com Mobile : +94 716439774 Blog :http://christinetechtips.blogspot.com/ Twitter : https://twitter.com/sohanichristine On Wed, Jun 4, 2014 at 10:29 AM, Lasantha Fernando lasan...@wso2.com

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-03 Thread Niranjan Karunanandham
Congrats Shazni!! On Wed, Jun 4, 2014 at 10:31 AM, Sohani Weerasinghe soh...@wso2.com wrote: Congratulations Regards, Sohani Sohani Weerasinghe Software Engineer WSO2, Inc: http://wso2.com Mobile : +94 716439774 Blog :http://christinetechtips.blogspot.com/ Twitter :

[Dev] Tough error inside BAM Demo

2014-06-03 Thread Jason Catlin
Hey guys, I'm having a bit of a problem here using BAM. I'm trying to run this demo ( https://github.com/wso2-dev/wso2-marketing-demos/tree/master/focus-areas/big-data(big-brother)/social-stream-analytic-twitter), and I keep getting this error in the server console:

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-03 Thread Lali Devamanthri
Congrats Shazni On Tue, Jun 3, 2014 at 7:51 PM, Pulasthi Supun pulas...@wso2.com wrote: Congrats Shazni!! On Tue, Jun 3, 2014 at 7:49 PM, Subash Chaturanga sub...@wso2.com wrote: Hi all, It's my pleasure to announce Shazni as a WSO2 Committer. Shazni has done great

Re: [Dev] APIMANAGER-2158 hostobject issue, Do we need to fix it?

2014-06-03 Thread Chamil Jeewantha
PING! On Mon, Jun 2, 2014 at 9:44 AM, Chamil Jeewantha cha...@wso2.com wrote: Hi Ruchira, The fix for the issue APIMANAGER-2158 [1] is related to hostobjects. The mail on architecture group with the subject Introducing JSR-223 into Jaggery along with Nashorn Support says, good bye for

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-03 Thread Nufail Mohamed
Congrats Shazni On Wed, Jun 4, 2014 at 10:56 AM, Lali Devamanthri l...@wso2.com wrote: Congrats Shazni On Tue, Jun 3, 2014 at 7:51 PM, Pulasthi Supun pulas...@wso2.com wrote: Congrats Shazni!! On Tue, Jun 3, 2014 at 7:49 PM, Subash Chaturanga sub...@wso2.com wrote: Hi all,

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-03 Thread Tishan Dahanayakage
Congratz Shazni! On Wed, Jun 4, 2014 at 11:04 AM, Nufail Mohamed nuf...@wso2.com wrote: Congrats Shazni On Wed, Jun 4, 2014 at 10:56 AM, Lali Devamanthri l...@wso2.com wrote: Congrats Shazni On Tue, Jun 3, 2014 at 7:51 PM, Pulasthi Supun pulas...@wso2.com wrote: Congrats

Re: [Dev] Support Tomcat Virtual Hosts in WSO2 AS - issues and progress so far

2014-06-03 Thread Sagara Gunathunga
On Wed, Jun 4, 2014 at 9:38 AM, Nipuni Perera nip...@wso2.com wrote: I am using DataHolder.getCarbonTomcatService(); to get CarbonTomcatService in the service component to read virtual host names, Container[] virtualhosts =

Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-03 Thread Gayan Yalpathwala
Congratulations Shazni!! On Wed, Jun 4, 2014 at 11:06 AM, Tishan Dahanayakage tis...@wso2.com wrote: Congratz Shazni! On Wed, Jun 4, 2014 at 11:04 AM, Nufail Mohamed nuf...@wso2.com wrote: Congrats Shazni On Wed, Jun 4, 2014 at 10:56 AM, Lali Devamanthri l...@wso2.com wrote: Congrats

Re: [Dev] APIMANAGER-2158 hostobject issue, Do we need to fix it?

2014-06-03 Thread Ruchira Wageesha
Yes Chamil, we need to fix it. What we discussed in that mail is not yet finalised and is just a suggestion for the future. Even with that, we support all the current app, with hostobjects. On Wed, Jun 4, 2014 at 10:59 AM, Chamil Jeewantha cha...@wso2.com wrote: PING! On Mon, Jun 2, 2014 at