[Dev] WSO2 AS 5.3.0 Alpha Released !!

2015-06-19 Thread KasunG Gajasinghe
Hi folks, WSO2 Application Server team is pleased to announce the first alpha release of WSO2 AS 5.3.0. The AS 5.3.0 Alpha distribution is available at [1]. This release introduces several major features and improvements. *New Features* - * JavaEE 6 Web Profile support

[Dev] XACML Sample Policy : Invalid Entitlement Policy

2015-06-19 Thread Abimaran Kugathasan
Hi, When I tried sample policy given as sample in [1], I got following error in the UI. Entitlement policy is not updated. Error is :Invalid Entitlement Policy. Policy is not valid according to XACML schema I'm getting same for the sample [2]. IS 5.0.0 supports both XACML 2.0.and 3.0

Re: [Dev] [DEV] Sending multipart/form-data gives invalid uri

2015-06-19 Thread Nirmal Fernando
On Sat, Jun 20, 2015 at 9:47 AM, Himasha Guruge himas...@wso2.com wrote: Hi All, In order to send an input file using Ajax I'm using [1] which is also used in ES and ML . My ajax call looks like following where the url value is (

Re: [Dev] XACML Sample Policy : Invalid Entitlement Policy

2015-06-19 Thread Harsha Thirimanna
For you first question, there should be a policy version (not xacml version) in policy file and in sample text that you copied ,has some invalid characters. Can you try out this, i got same sample with adding version. *Harsha Thirimanna* Senior Software Engineer; WSO2, Inc.; http://wso2.com *

Re: [Dev] XACML Sample Policy : Invalid Entitlement Policy

2015-06-19 Thread Harsha Thirimanna
We don't need to specify the XACML version , because it is already available in the policy as a name space. Can you attach policy file , Did you try this with IS SP1 ? On Jun 20, 2015 8:48 AM, Abimaran Kugathasan abima...@wso2.com wrote: Hi, When I tried sample policy given as sample in [1], I

Re: [Dev] XACML Sample Policy : Invalid Entitlement Policy

2015-06-19 Thread Abimaran Kugathasan
I defined below policy, Policy xmlns=urn:oasis:names:tc:xacml:3.0:core:schema:wd-17 PolicyId=SimplePolicy RuleCombiningAlgId=urn:oasis:names:tc:xacml:3.0:rule-combining-algorithm:deny-overrides Version=1.0 Target/ Rule Effect=Permit RuleId=primary-group-customer-rule Condition

Re: [Dev] UES 2.0 UX changes

2015-06-19 Thread Ruchira Wageesha
Hi Dakshika, I have merged the changes and thanks a lot for the improvements. /Ruchira On Fri, Jun 19, 2015 at 6:53 PM, Dakshika Jayathilaka daksh...@wso2.com wrote: Hi All, I have completed UES 2.0 UX related styles and other changes. please review and merge pull request.

[Dev] [DEV] Sending multipart/form-data gives invalid uri

2015-06-19 Thread Himasha Guruge
Hi All, In order to send an input file using Ajax I'm using [1] which is also used in ES and ML . My ajax call looks like following where the url value is ( https://192.168.1.2:9443/bpmn-explorer/send?req=/bpmn/runtime/tasks/15048/attachments ). $('#attachForm').ajaxForm({ url: httpUrl +

Re: [Dev] XACML Sample Policy : Invalid Entitlement Policy

2015-06-19 Thread Abimaran Kugathasan
On Sat, Jun 20, 2015 at 9:04 AM, Abimaran Kugathasan abima...@wso2.com wrote: Hi Harsha, Please find the policy. Policy PolicyId= urn:oasis:names:tc:xacml:3.0:example:SimplePolicy RuleCombiningAlgId= urn:oasis:names:tc:xacml:1.0:rule-combining-algorithm:first-applicable

Re: [Dev] XACML Sample Policy : Invalid Entitlement Policy

2015-06-19 Thread Abimaran Kugathasan
Applied SP1 for a fresh IS and tested, still same errror. On Sat, Jun 20, 2015 at 9:46 AM, Abimaran Kugathasan abima...@wso2.com wrote: On Sat, Jun 20, 2015 at 9:04 AM, Abimaran Kugathasan abima...@wso2.com wrote: Hi Harsha, Please find the policy. Policy PolicyId=

Re: [Dev] XACML Sample Policy : Invalid Entitlement Policy

2015-06-19 Thread Abimaran Kugathasan
[+Thanuja] On Sat, Jun 20, 2015 at 10:02 AM, Abimaran Kugathasan abima...@wso2.com wrote: Applied SP1 for a fresh IS and tested, still same errror. On Sat, Jun 20, 2015 at 9:46 AM, Abimaran Kugathasan abima...@wso2.com wrote: On Sat, Jun 20, 2015 at 9:04 AM, Abimaran Kugathasan

Re: [Dev] [DEV] Sending multipart/form-data gives invalid uri

2015-06-19 Thread Himasha Guruge
Hi Nirmal, it passes the intended url to send the form data. var httpUrl = location.protocol + // + location.host; ( https://192.168.1.2:9443) var url = / + CONTEXT + /send?req=/bpmn/runtime/tasks/ + id + /attachments; On Sat, Jun 20, 2015 at 10:44 AM, Nirmal Fernando nir...@wso2.com wrote:

Re: [Dev] XACML Sample Policy : Invalid Entitlement Policy

2015-06-19 Thread Abimaran Kugathasan
Hi Harsha, Please find the policy. Policy PolicyId= urn:oasis:names:tc:xacml:3.0:example:SimplePolicy RuleCombiningAlgId= urn:oasis:names:tc:xacml:1.0:rule-combining-algorithm:first-applicable xmlns=urn:oasis:names:tc:xacml:3.0:core:schema:wd-17 DescriptionSample XACML Authorization

Re: [Dev] [DEV] Sending multipart/form-data gives invalid uri

2015-06-19 Thread Nirmal Fernando
Hi Himasha, Where have you defined the url variable? Seems it is null at the time of ajax call. On Sat, Jun 20, 2015 at 10:54 AM, Himasha Guruge himas...@wso2.com wrote: Hi Nirmal, it passes the intended url to send the form data. var httpUrl = location.protocol + // + location.host; (

Re: [Dev] WS-Addressing handler in ESB 4.9?

2015-06-19 Thread Isuru Ranawaka
Hi kasun, We already add this handler and can be enable by adding enforceWSAddressing as a service parameter. thanks On Fri, Jun 19, 2015 at 11:58 AM, Kasun Indrasiri ka...@wso2.com wrote: Have we add the $subject (as WS-Addressing was not working properly with PT architect)? -- Kasun

[Dev] Review and merge the PR

2015-06-19 Thread Naasheer Ali
Hi Malaka, $Subject for Youtube connector. Please find the PR below[1]. This connector has folder change and usual pom change. I've tested manually for some methods randomly. [1]- https://github.com/wso2/esb-connectors/pull/172 Regards, -- *Naasheer Ali* | Associate Software Engineer WSO2,

Re: [Dev] WSO2-ES-2.0.0-SNAPSHOT Unable to load Asset Extentions

2015-06-19 Thread Tanya Madurapperuma
Hi Charitha, Could you please check whether you have the relavant rxt file in the HOME/repository/resources/rxts/ folder? Thanks, Tanya On Fri, Jun 19, 2015 at 11:46 AM, Charitha Goonetilleke charit...@wso2.com wrote: Hi Samera, I tried to add Asset Extension to ES given in sample[1]

Re: [Dev] [IS] [UserCore] When trying creating a role with existing name all the permissions get removed from existing user

2015-06-19 Thread Thusitha Thilina Dayaratne
Hi Isura, I'm writing some tests for user core functionalities. In there when I'm trying to create a role which is already existing with some set of permission it shows the error as expected saying that role is already there. But it is removing all the permission from the existing role as well.

[Dev] Fwd: Error-Carbon component

2015-06-19 Thread Vinod Kavinda
Hi, Is Student is a class or a package?? you seem to be trying to import a package here. Regards, Vinod ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [IS] [UserCore] When trying creating a role with existing name all the permissions get removed from existing user

2015-06-19 Thread Thanuja Jayasinghe
Hi Thusitha, Able to reproduce and created a public jira [1] for this issue. [1] - https://wso2.org/jira/browse/IDENTITY-3359 Thanks, Thanuja On Fri, Jun 19, 2015 at 11:51 AM, Thusitha Thilina Dayaratne thusit...@wso2.com wrote: Hi Isura, I'm writing some tests for user core

Re: [Dev] WSO2-ES-2.0.0-SNAPSHOT Unable to load Asset Extentions

2015-06-19 Thread Charitha Goonetilleke
Hi Tanya, There is not any RXT specified to be added in the instructions. However I have following rxts in the folder. Please let me know if there any specific rxt required other than them. comment.rxt endpoint.rxt proxy.rxtschema.rxtservice.rxt site.rxt swagger.rxt

Re: [Dev] Review and merge the PR

2015-06-19 Thread Malaka Silva
thx Merged On Fri, Jun 19, 2015 at 11:57 AM, Naasheer Ali naashe...@wso2.com wrote: Hi Malaka, Previous folder structure was : {esb-connectors}/googlecalendar/src/main.. After the folder structure changed(like common folder structure of connector) the structure is :

[Dev] WS-Addressing handler in ESB 4.9?

2015-06-19 Thread Kasun Indrasiri
Have we add the $subject (as WS-Addressing was not working properly with PT architect)? -- Kasun Indrasiri Software Architect WSO2, Inc.; http://wso2.com lean.enterprise.middleware cell: +94 77 556 5206 Blog : http://kasunpanorama.blogspot.com/ ___

Re: [Dev] WSO2-ES-2.0.0-SNAPSHOT Unable to load Asset Extentions

2015-06-19 Thread Tanya Madurapperuma
You need to have the api.rxt (attached) in the above mentioned folder. Restart after placing the file. Thanks, Tanya On Fri, Jun 19, 2015 at 12:09 PM, Charitha Goonetilleke charit...@wso2.com wrote: Hi Tanya, There is not any RXT specified to be added in the instructions. However I have

Re: [Dev] [IS] [UserCore] When trying creating a role with existing name all the permissions get removed from existing user

2015-06-19 Thread Isura Karunaratne
Hi Thusitha, On Jun 19, 2015 11:07 AM, Thusitha Thilina Dayaratne thusit...@wso2.com wrote: Hi, I'm writing some tests for user core functionalities. In there when I'm trying to create a role which is already existing with some set of permission it shows the error as expected saying that role

Re: [Dev] WSO2-ES-2.0.0-SNAPSHOT Unable to load Asset Extentions

2015-06-19 Thread Charitha Goonetilleke
Hi Tanya, Thanks for the help. I'll try it out. On Fri, Jun 19, 2015 at 12:16 PM, Tanya Madurapperuma ta...@wso2.com wrote: You need to have the api.rxt (attached) in the above mentioned folder. Restart after placing the file. Thanks, Tanya On Fri, Jun 19, 2015 at 12:09 PM, Charitha

[Dev] WSO2-ES-2.0.0-SNAPSHOT Unable to load Asset Extentions

2015-06-19 Thread Charitha Goonetilleke
Hi Samera, I tried to add Asset Extension to ES given in sample[1] scenario 1 on fresh ES build. But once I tried to login in to publisher console, ES throws the following exception with HTTP status 500. [2015-06-19 11:36:13,806] ERROR {rxt.core} - Unable to locate assetResources for tenant:

Re: [Dev] Error-Carbon component

2015-06-19 Thread Pubudu Gunatilaka
Hi Hariprasath, Check whether you have imported all the required classes in the jsp file. This could be a reason for this error message. Thank you! On Fri, Jun 19, 2015 at 12:13 PM, Vinod Kavinda vi...@wso2.com wrote: Hi, PWC6199: Generated servlet error: Only a type can be imported.

[Dev] WSO2 Governance Registry 5.0.0 M7 Released

2015-06-19 Thread Chandana Napagoda
Hi All, Please download WSO2 Governance Registry 5.0.0 M7 from this location [1][2]. Following are the bug fixes, improvements and the new features included in this milestone release. New Feature - [REGISTRY-2196 https://wso2.org/jira/browse/REGISTRY-2196] - Add Service Store on top of ES

[Dev] UES 2.0 UX changes

2015-06-19 Thread Dakshika Jayathilaka
Hi All, I have completed UES 2.0 UX related styles and other changes. please review and merge pull request. https://github.com/wso2/carbon-dashboards/pull/1 Thank you, Regards, *Dakshika Jayathilaka* PMC Member Committer of Apache Stratos Senior Software Engineer WSO2, Inc.

[Dev] Review and Merge PR

2015-06-19 Thread Sriashalya Srivathsan
Hi Malaka, Please $subject for nest. https://github.com/wso2/esb-connectors/pull/174 -- Regards S.Sriashalya, WSO2 *Inc*. lean . enterprise . middleware ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Review and Merge PR

2015-06-19 Thread Malaka Silva
Can we also move the folders to a proper structure with the same. On Fri, Jun 19, 2015 at 1:45 PM, Sriashalya Srivathsan asha...@wso2.com wrote: Hi Malaka, Please $subject for nest. https://github.com/wso2/esb-connectors/pull/174 -- Regards S.Sriashalya, WSO2 *Inc*. lean . enterprise .

Re: [Dev] [AF] Improvement of AF Wall using Web Sockets and Nginx

2015-06-19 Thread Sabra Ossen
Hi Manjula, Okay, then I will focus on step 1 and 2. And I will also check if the latest AS release supports web sockets, failing which I will proceed with AS 5.1.0. Thanks for the help. Regards. On Fri, Jun 19, 2015 at 11:26 AM, Manjula Rathnayake manju...@wso2.com wrote: Hi Sabra, These

[Dev] WSO2 Governance Registry 5.0.0 M5 Released

2015-06-19 Thread Chandana Napagoda
Hi All, Please download WSO2 Governance Registry 5.0.0 M7 from this location [1][2]. Following are the bug fixes, improvements and the new features included in this milestone release. New Feature - [REGISTRY-2196 https://wso2.org/jira/browse/REGISTRY-2196] - Add Service Store on top of ES

Re: [Dev] WSO2 Governance Registry 5.0.0 M5 Released

2015-06-19 Thread Sagara Gunathunga
I think it's better to resend with correct heading. Thanks ! On Fri, Jun 19, 2015 at 7:01 PM, Chandana Napagoda chand...@wso2.com wrote: Please note that this should be WSO2 Governance Registry 5.0.0 M7 Released. On Fri, Jun 19, 2015 at 6:47 PM, Chandana Napagoda chand...@wso2.com wrote:

Re: [Dev] carbon-identity 4.5.2 is ready for release

2015-06-19 Thread Supun Malinga
Verified with AS build. Please release.. thanks, On Fri, Jun 19, 2015 at 5:12 PM, Jayanga Dissanayake jaya...@wso2.com wrote: Hi Prasad/Supun, Repo is closed. Please verify. Thanks, Jayanga. *Jayanga Dissanayake* Senior Software Engineer WSO2 Inc. - http://wso2.com/ lean . enterprise

Re: [Dev] carbon-identity 4.5.2 is ready for release

2015-06-19 Thread Supun Malinga
thanks! On Fri, Jun 19, 2015 at 7:21 PM, Jayanga Dissanayake jaya...@wso2.com wrote: Hi, Repo is released. Thanks, Jayanga. *Jayanga Dissanayake* Senior Software Engineer WSO2 Inc. - http://wso2.com/ lean . enterprise . middleware email: jaya...@wso2.com mobile: +94772207259 On

Re: [Dev] Role based security for REST APIs - WSO2 ESB 4.8.1

2015-06-19 Thread Malaka Silva
Hi Hasitha, In order to implement fine grained authorization, you can use entitlement mediator. [1] [1] http://wso2.com/library/articles/2010/10/using-xacml-fine-grained-authorization-wso2-platform/ On Fri, Jun 19, 2015 at 9:57 AM, Hasitha Amal De Silva hasit...@wso2.com wrote: Hi, Is there

Re: [Dev] WSO2 Governance Registry 5.0.0 M5 Released

2015-06-19 Thread Chandana Napagoda
Please note that this should be WSO2 Governance Registry 5.0.0 M7 Released. On Fri, Jun 19, 2015 at 6:47 PM, Chandana Napagoda chand...@wso2.com wrote: Hi All, Please download WSO2 Governance Registry 5.0.0 M7 from this location [1][2]. Following are the bug fixes, improvements and the new

[Dev] Review and Merge PR

2015-06-19 Thread Shakila Sivagnanarajah
Hi Malaka, Please find the PR https://github.com/wso2/esb-connectors/pull/177 Thank you -- Shakila Sivagnanarajah Associate Software Engineer Mobile :+94 (0) 770 760240 shak...@wso2.com ___ Dev mailing list Dev@wso2.org

Re: [Dev] carbon-identity 4.5.2 is ready for release

2015-06-19 Thread Jayanga Dissanayake
Hi, Repo is released. Thanks, Jayanga. *Jayanga Dissanayake* Senior Software Engineer WSO2 Inc. - http://wso2.com/ lean . enterprise . middleware email: jaya...@wso2.com mobile: +94772207259 On Fri, Jun 19, 2015 at 7:06 PM, Supun Malinga sup...@wso2.com wrote: Verified with AS build. Please

Re: [Dev] [TAF] Cleaning carbontmp after test execution

2015-06-19 Thread Saneth Dharmakeerthi
Hi Maheeka. AFAIK It is not good idea to implement deletion logic inside serverShoudown method. Because in integration tests you can start multiple carbon servers with port offsets. So if you call the serverShoudown() of one carbon server(port offset) it will try to delete the distribution which

[Dev] [TAF] Cleaning carbontmp after test execution

2015-06-19 Thread Maheeka Jayasuriya
Hi, During each test execution a copy of ESB distribution is unzipped to target folder to run the tests against. The problem is that distribution gets copied per execution per module. Each of this is ~250MB and therefore, extremely space consuming. As per [1], we can add carbontmp folder

Re: [Dev] [TAF] Cleaning carbontmp after test execution

2015-06-19 Thread Krishantha Samaraweera
Hi Maheeka, On Fri, Jun 19, 2015 at 4:17 PM, Maheeka Jayasuriya mahe...@wso2.com wrote: Hi, During each test execution a copy of ESB distribution is unzipped to target folder to run the tests against. The problem is that distribution gets copied per execution per module. Each of this is

[Dev] carbon-identity 4.5.2 is ready for release

2015-06-19 Thread Prasad Tissera
Hi Supun, carbon-identity 4.5.2 is released to staging [1].. Please verify the fixes. Thanks. [1]. http://maven.wso2.org/nexus/content/repositories/orgwso2carbonidentity-054/ -- Prasad Tissera Software Engineer. Mobile : +94777223444 ___ Dev

[Dev] [PPaaS] [Configurator] Using Meaningful Variable Names

2015-06-19 Thread Imesh Gunaratne
Hi Anuruddha, It's always important to use meaningful variable names, see below example: # Template Paths *TEMPLATE_DIRECTORY = ./templates* *TEMPLATE_FOLDER_NAME = templates* Thanks -- *Imesh Gunaratne* Senior Technical Lead WSO2 Inc: http://wso2.com T: +94 11 214 5345 M: +94 77 374 2057 W:

Re: [Dev] Review and merge PR

2015-06-19 Thread Naasheer Ali
Hi Malaka, The connector has been uploaded to store please merge the PR Regards, -- *Naasheer Ali* | Associate Software Engineer WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka Email: naashe...@wso2.com On Fri, Jun 19, 2015 at 3:36 PM, Malaka Silva mal...@wso2.com wrote: Once you upload

[Dev] WSO2 IS 5.1.0 Milestone 3 Released!

2015-06-19 Thread Prasad Tissera
WSO2 IS team is pleased to announce the 3rd Milestone of WSO2 IS 5.1.0. The distribution is available at [1]. *New Features* - Improvements to FIDO Authenticator Fixed JIRAs for this release is listed under [2]. Please report any issues you may find in our JIRA

Re: [Dev] Review and merge PR

2015-06-19 Thread Malaka Silva
Done On Fri, Jun 19, 2015 at 5:29 PM, Naasheer Ali naashe...@wso2.com wrote: Hi Malaka, The connector has been uploaded to store please merge the PR Regards, -- *Naasheer Ali* | Associate Software Engineer WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka Email: naashe...@wso2.com

Re: [Dev] Add commons.net 3.3 orbit bundle

2015-06-19 Thread Manoj Kumara
Merged the pull request. @Maheshika, Can you please release this. Thanks, Manoj *Manoj Kumara |* Senior Software Engineer Inc. *| **lean. enterprise. middleware.* #20, Palm Grove, Colombo 03, Sri Lanka *Mobile:* +94 713 448188 *|** Work:* +94 112 145345 On Wed, Jun 17, 2015 at 5:17 PM,

Re: [Dev] Add commons.net 3.3 orbit bundle

2015-06-19 Thread Malaka Silva
Hi Manoj, Added, Please check and merge. [1] https://github.com/wso2/orbit/pull/104 On Fri, Jun 19, 2015 at 1:48 PM, Manoj Kumara ma...@wso2.com wrote: This is due tomissing distributionManagement section on the pom. Malaka will add it shortly. Regards, Manoj *Manoj Kumara |* Senior

Re: [Dev] Error-Carbon component

2015-06-19 Thread Thusitha Thilina Dayaratne
And also verify that your stub is getting pack inside your ui jar as well. Thanks On Fri, Jun 19, 2015 at 12:37 PM, Pubudu Gunatilaka pubu...@wso2.com wrote: Hi Hariprasath, Check whether you have imported all the required classes in the jsp file. This could be a reason for this error

Re: [Dev] [TAF] Cleaning carbontmp after test execution

2015-06-19 Thread Maheeka Jayasuriya
Hi Saneth, Isn't the above serverShutdown method called at the end of test execution, as per CarbonServerExtension ? I believe the flow is as : CarbonServerExtension (ExecutionListenerExtension).onExecutionFinish() == TestServerManager.stopServer() == CarbonServerManager.

[Dev] [AppM] Please review and merge PR (APPM-1008)

2015-06-19 Thread Sachith Herath
Hi Team, Please merge PR [1] This fixes the issue [2] [1] *https://github.com/wso2/carbon-appmgt/pull/ https://github.com/wso2/carbon-appmgt/pull/64242* [2] *https://wso2.org/jira/browse/APPM-1008 https://wso2.org/jira/browse/APPM-1008* *Sachith Ushan* Software Engineering intern WSO2 :

Re: [Dev] Pull Request for delicious connector

2015-06-19 Thread Malaka Silva
Merged On Fri, Jun 19, 2015 at 6:12 PM, Vanii Thiyagarajah va...@wso2.com wrote: Hi Malaka, Please find the pull request [1] for delicious connector [1]https://github.com/wso2/esb-connectors/pull/176 Thank you. -- Best Regards, Malaka Silva Senior Tech Lead M: +94 777 219 791 Tel

Re: [Dev] carbon-identity 4.5.2 is ready for release

2015-06-19 Thread Jayanga Dissanayake
Hi Prasad/Supun, Repo is closed. Please verify. Thanks, Jayanga. *Jayanga Dissanayake* Senior Software Engineer WSO2 Inc. - http://wso2.com/ lean . enterprise . middleware email: jaya...@wso2.com mobile: +94772207259 On Fri, Jun 19, 2015 at 5:08 PM, Prasad Tissera pras...@wso2.com wrote: Hi

[Dev] Use of nTask component in AS

2015-06-19 Thread Niranjan Karunanandham
Hi all, What is the use of ntask component in AS? Regards, Nira -- *Niranjan Karunanandham* Senior Software Engineer - WSO2 Inc. WSO2 Inc.: http://www.wso2.com ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] Pull Request for delicious connector

2015-06-19 Thread Vanii Thiyagarajah
Hi Malaka, Please find the pull request [1] for delicious connector [1]https://github.com/wso2/esb-connectors/pull/176 Thank you. ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Review and merge PR

2015-06-19 Thread Malaka Silva
Tests ran after the structural change? Is the new connector is uploaded to store? On Fri, Jun 19, 2015 at 11:16 AM, Naasheer Ali naashe...@wso2.com wrote: Hi Malaka, Yes, since the folder structure is not properly set and I've tested some methods randomly it works. Regards, --

Re: [Dev] Review and merge the PR

2015-06-19 Thread Naasheer Ali
Hi Malaka, Previous folder structure was : {esb-connectors}/googlecalendar/src/main.. After the folder structure changed(like common folder structure of connector) the structure is :

Re: [Dev] Review and merge the PR

2015-06-19 Thread Malaka Silva
What exactly is the folder change. Please provide some details. On Fri, Jun 19, 2015 at 11:19 AM, Naasheer Ali naashe...@wso2.com wrote: Hi Malaka. Yes. there is a folder structure change and I tested manually it works. Regards, -- *Naasheer Ali* | Associate Software Engineer WSO2, Inc

Re: [Dev] Error-Carbon component

2015-06-19 Thread Vinod Kavinda
Hi, PWC6199: Generated servlet error: Only a type can be imported. org.wso2.carbon.student.mgt.data.xsd.Student resolves to a package According to this it is a package. On Fri, Jun 19, 2015 at 12:08 PM, Hariprasath Thanarajah haripras...@wso2.com wrote: Hi, It is a class. But in the .jsp

[Dev] Review and merge the PR

2015-06-19 Thread Naasheer Ali
Hi Malaka, $Subject for Twitter connector. Please find PR below[1]. Tested manually for some random methods. [1]- https://github.com/wso2/esb-connectors/pull/175 Regards, -- *Naasheer Ali* | Associate Software Engineer WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka Email:

[Dev] Are we deprecating IN and OUT mediators?

2015-06-19 Thread Sandapa Handakumbura
Hi ESB team, Since sequences can be directly invoked via Inbound endpoints, my understanding was that we can use IN/OUT mediators and make the sequence work independently. However after reporting [1] it was said that the Sequence should be designed with call/respond or send/receiving sequence

Re: [Dev] Review and merge PR

2015-06-19 Thread Malaka Silva
Once you upload I'll merge https://github.com/wso2/esb-connectors/pull/167 On Fri, Jun 19, 2015 at 3:29 PM, Naasheer Ali naashe...@wso2.com wrote: Hi Malaka, I tested after the folder change it works. I'll update to store. Regards, -- *Naasheer Ali* | Associate Software Engineer

Re: [Dev] [AppM] App manager cluster setup puppet modules.

2015-06-19 Thread Sajith Abeywardhana
Hi All, Please find the documentation in here[1]. [1]. https://docs.google.com/a/wso2.com/document/d/1tjGP7HlE5PHYSx8I9AL3g1fEnnncT_p5UuAXejcvyUY/edit?usp=sharing *Sajith Abeywardhana* | Software Engineer WSO2, Inc | lean. enterprise. middleware. #20, Palm Grove, Colombo 03, Sri Lanka. Mobile:

Re: [Dev] Add commons.net 3.3 orbit bundle

2015-06-19 Thread Manoj Kumara
@Maheshika, Can you please try deploying now. *Manoj Kumara |* Senior Software Engineer Inc. *| **lean. enterprise. middleware.* #20, Palm Grove, Colombo 03, Sri Lanka *Mobile:* +94 713 448188 *|** Work:* +94 112 145345 On Fri, Jun 19, 2015 at 1:52 PM, Malaka Silva mal...@wso2.com wrote: Hi

[Dev] Review and Merge PR

2015-06-19 Thread Elilmatha Sivanesan
Hi Malaka, Please review and merge the PR for eventbrite and yammer. https://github.com/wso2/esb-connectors/pull/173 Thank you. https://github.com/wso2/esb-connectors/pull/173 -- *S.Elilmatha* Associate Software Engineer, WSO2 Inc.; http://wso2.com lean.enterprise.middleware Mobile

Re: [Dev] Add commons.net 3.3 orbit bundle

2015-06-19 Thread Malaka Silva
thx all On Fri, Jun 19, 2015 at 2:58 PM, Maheshika Goonetilleke mahesh...@wso2.com wrote: HI Manoj Done, deployed successfully. On Fri, Jun 19, 2015 at 1:54 PM, Manoj Kumara ma...@wso2.com wrote: @Maheshika, Can you please try deploying now. *Manoj Kumara |* Senior Software Engineer

Re: [Dev] Review and merge PR

2015-06-19 Thread Naasheer Ali
Hi Malaka, I tested after the folder change it works. I'll update to store. Regards, -- *Naasheer Ali* | Associate Software Engineer WSO2, Inc |#20, Palm Grove, Colombo 03, Sri Lanka Email: naashe...@wso2.com On Fri, Jun 19, 2015 at 11:35 AM, Malaka Silva mal...@wso2.com wrote: Tests ran

Re: [Dev] [IS] [UserCore] When trying creating a role with existing name all the permissions get removed from existing user

2015-06-19 Thread Thusitha Thilina Dayaratne
Hi Thanuj, Noted and Thanks Bets Regards On Fri, Jun 19, 2015 at 12:56 PM, Thanuja Jayasinghe than...@wso2.com wrote: Hi Thusitha, Able to reproduce and created a public jira [1] for this issue. [1] - https://wso2.org/jira/browse/IDENTITY-3359 Thanks, Thanuja On Fri, Jun 19, 2015 at

Re: [Dev] Add commons.net 3.3 orbit bundle

2015-06-19 Thread Maheshika Goonetilleke
Hi Both Tried deploying, however came across the following error; [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 3.595s [INFO] Finished at:

Re: [Dev] Add commons.net 3.3 orbit bundle

2015-06-19 Thread Manoj Kumara
This is due tomissing distributionManagement section on the pom. Malaka will add it shortly. Regards, Manoj *Manoj Kumara |* Senior Software Engineer Inc. *| **lean. enterprise. middleware.* #20, Palm Grove, Colombo 03, Sri Lanka *Mobile:* +94 713 448188 *|** Work:* +94 112 145345 On Fri,

Re: [Dev] Review and Merge PR

2015-06-19 Thread Malaka Silva
Merged On Fri, Jun 19, 2015 at 2:15 PM, Elilmatha Sivanesan elilma...@wso2.com wrote: Hi Malaka, Please review and merge the PR for eventbrite and yammer. https://github.com/wso2/esb-connectors/pull/173 Thank you. https://github.com/wso2/esb-connectors/pull/173 -- *S.Elilmatha*

[Dev] [BPS] Please merge the PR

2015-06-19 Thread Vinod Kavinda
Hi, Please merge the PR [1] for jaggery app theme fixes for issue [2]. [1] - https://github.com/wso2/carbon-business-process/pull/88 [2] - https://wso2.org/jira/browse/BPS-711 -- Vinod Kavinda Software Engineer *WSO2 Inc. - lean . enterprise . middleware http://www.wso2.com.* Mobile : +94 (0)

Re: [Dev] Add commons.net 3.3 orbit bundle

2015-06-19 Thread Maheshika Goonetilleke
HI Manoj Done, deployed successfully. On Fri, Jun 19, 2015 at 1:54 PM, Manoj Kumara ma...@wso2.com wrote: @Maheshika, Can you please try deploying now. *Manoj Kumara |* Senior Software Engineer Inc. *| **lean. enterprise. middleware.* #20, Palm Grove, Colombo 03, Sri Lanka *Mobile:*

Re: [Dev] Error-Carbon component

2015-06-19 Thread Rukshan Premathunga
Hi Hariprasath, check whether you have expose the appropriate packages in Export-Package tag. try with org.wso2.carbon.student.mgt.data.xsd.* plugin groupIdorg.apache.felix/groupId artifactIdmaven-bundle-plugin/artifactId version1.4.0/version extensionstrue/extensions configuration