Re: [Dev] Can we add a batch of resources to registry in one go?

2016-03-14 Thread Isuruwan Herath
It is done at the artifact level using the Zip Media Type handler. Yes, at
the core registry level it saves one by one. Currently there is no support
for bulk save at registry API level.

On Mon, Mar 14, 2016 at 12:16 PM, Prabath Abeysekera <praba...@wso2.com>
wrote:

> Well, the batch-upload option you've just described is something done
> through the GovernanceArtifactManager impl? AFAIU, that too depends on the
> core registry APIs at a low level right? So, I was just wondering if
> there's any mechanism that allows us to do this at the core registry API
> level. My primary intention is to update the whole batch in one-go without
> doing multiple "registry.put()"s.
>
> Cheers,
> Prabath
>
> On Mon, Mar 14, 2016 at 11:43 AM, Isuruwan Herath <isuru...@wso2.com>
> wrote:
>
>> For WSDL or WADL type resources you can use Governance Archive files for
>> batch upload. Otherwise, it is possible with a custom handler.
>>
>> On Fri, Mar 11, 2016 at 8:39 PM, Prabath Abeysekera <praba...@wso2.com>
>> wrote:
>>
>>> Folks,
>>>
>>> Is $Subject possible? API doesn't say so, was just wondering if we got
>>> any workaround.
>>>
>>> Cheers,
>>> Prabath
>>> --
>>> Prabath Abeysekara
>>> Technical Lead
>>> WSO2 Inc.
>>> Email: praba...@wso2.com
>>> Mobile: +94774171471
>>>
>>
>>
>>
>> --
>> Isuruwan Herath
>> Technical Lead
>>
>> Contact: +94 776 273 296
>>
>
>
>
> --
> Prabath Abeysekara
> Technical Lead
> WSO2 Inc.
> Email: praba...@wso2.com
> Mobile: +94774171471
>



-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Can we add a batch of resources to registry in one go?

2016-03-14 Thread Isuruwan Herath
For WSDL or WADL type resources you can use Governance Archive files for
batch upload. Otherwise, it is possible with a custom handler.

On Fri, Mar 11, 2016 at 8:39 PM, Prabath Abeysekera <praba...@wso2.com>
wrote:

> Folks,
>
> Is $Subject possible? API doesn't say so, was just wondering if we got any
> workaround.
>
> Cheers,
> Prabath
> --
> Prabath Abeysekara
> Technical Lead
> WSO2 Inc.
> Email: praba...@wso2.com
> Mobile: +94774171471
>



-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Issue when installing MB features in products that use carbon.event.core

2016-01-06 Thread Isuruwan Herath
Hi Ruwan,

event.core modules in carbon-commons does not have an owner and will be
deprecated since we moved the implementations into carbon-registry [1].
Might not be a good idea to commit changes to that?


[1] subject: Moving carbon-commons eventing components to registry

On Wed, Jan 6, 2016 at 3:16 PM, Ruwan Yatawara <ruw...@wso2.com> wrote:

> Thanks Ramith and Hemaka. On a side note, we will still have to do code
> change in event.core to take out the check for andes/qpid packages, for the
> fix to work properly.
>
> Thanks and Regards,
>
> Ruwan Yatawara
>
> Senior Software Engineer,
> WSO2 Inc.
>
> email : ruw...@wso2.com
> mobile : +94 77 9110413
> blog : http://ruwansrants.blogspot.com/
> www: :http://wso2.com
>
>
> On Wed, Jan 6, 2016 at 3:08 PM, Hemika Kodikara <hem...@wso2.com> wrote:
>
>> Yeah, I'll look into the proposed change.
>>
>> Hemika Kodikara
>> Software Engineer
>> WSO2 Inc.
>> lean . enterprise . middleware
>> http://wso2.com
>>
>> Mobile : +9477762
>>
>> On Wed, Jan 6, 2016 at 3:00 PM, Ramith Jayasinghe <ram...@wso2.com>
>> wrote:
>>
>>> I propose changing the file name at MB side. so the changes are minimal.
>>> we plan to further optimize this area in upcoming versions.
>>> @Hemika, shall we do this?
>>>
>>> On Wed, Jan 6, 2016 at 2:52 PM, Ruwan Yatawara <ruw...@wso2.com> wrote:
>>>
>>>> Hi All,
>>>>
>>>> We ran to in to the above problem when trying to install MB features in
>>>> the IOTServer. As we discovered when investigating, root cause of the
>>>> problem was the use of event-broker.xml, which is used for loading
>>>> configurations in both components.
>>>>
>>>> MB uses the andes.event.core component which has now come to replace
>>>> the event.core from back in the day (event.core is still referred to from
>>>> governance components and synapse). Since both components refer to the same
>>>> file, each try to load contradictory (internal) classes that lead to class
>>>> not found exceptions.
>>>>
>>>> As a workaround to overcome this problem, we will have to rename the
>>>> event-broker.xml file from event.core feature to something like
>>>> carbon-event-core.xml to ensure the co-existing of both components in
>>>> harmony. In addition we will also have to remove specific checks for
>>>> andes/qpid packages inside of the event.core.
>>>>
>>>> I have done the changes against the 4.4.8 tag in a separate branch on
>>>> my personal repository [1]. Can we get a 4.4.9 version released with this
>>>> change [2] for us to move forward with the milestone?
>>>>
>>>> [1] - https://github.com/ruwany/carbon-commons/tree/IoTS-1.0.0-M1
>>>> [2] -
>>>> https://github.com/ruwany/carbon-commons/commit/4ea0f1f52b7fa9bc57b856e2271ffcad25eb965a
>>>>
>>>> Thanks and Regards,
>>>>
>>>> Ruwan Yatawara
>>>>
>>>> Senior Software Engineer,
>>>> WSO2 Inc.
>>>>
>>>> email : ruw...@wso2.com
>>>> mobile : +94 77 9110413
>>>> blog : http://ruwansrants.blogspot.com/
>>>> www: :http://wso2.com
>>>>
>>>>
>>>
>>>
>>> --
>>> Ramith Jayasinghe
>>> Technical Lead
>>> WSO2 Inc., http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> E: ram...@wso2.com
>>> P: +94 777542851
>>>
>>>
>>
>


-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 Governance Registry 5.1.0 RC 1

2015-10-31 Thread Isuruwan Herath
Hi Sagara,

Following is the API-M 2.0.1 feature repo

https://svn.wso2.org/repos/wso2/scratch/G-Reg/5.1.0/RC1/p2-repo/

Installation Guide

https://docs.wso2.com/display/Governance501/Installing+WSO2+API+Manager+Features

Thanks!
Isuruwan

On Sat, Oct 31, 2015 at 3:04 PM, Sagara Gunathunga <sag...@wso2.com> wrote:

>
> Please provide following deliverables to test G-Reg APIM integration use
> cases.
>
> 1. API-M 2.0.1 RC feature repo.
> 2. API-M 2.0.1 RC  feature installation guide.
>
> Thanks !
>
> On Fri, Oct 30, 2015 at 11:40 PM, Danesh Kuruppu <dan...@wso2.com> wrote:
>
>> Hi Devs,
>>
>> WSO2 Governance Registry 5.1.0 RC1 Release Vote.
>>
>> This release fixes the following issues:
>> https://wso2.org/jira/issues/?filter=12499
>> <https://wso2.org/jira/issues/?filter=12422>
>> Please download, test and vote. Please refer the release verification
>> guide for detailed information on verifying this release.
>>
>> Source & binary distribution files:
>> https://svn.wso2.org/repos/wso2/scratch/G-Reg/5.1.0/RC1/
>>
>> Maven staging repo:
>> http://maven.wso2.org/nexus/content/repositories/orgwso2greg-096/
>> <http://www.google.com/url?q=http%3A%2F%2Fmaven.wso2.org%2Fnexus%2Fcontent%2Frepositories%2Forgwso2greg-096%2F=D=1=AFQjCNHn187zs7NcAgrhAiIk2xQJX2WUKQ>
>>
>> The tag to be voted upon:
>> https://github.com/wso2/product-greg/tree/v5.1.0-RC1
>>
>>
>> [+] Stable - go ahead and release
>> [-]  Broken - do not release (explain why)
>>
>> Thanks and Regards
>> G-Reg team
>>
>> --
>>
>> Danesh Kuruppu
>> Software Engineer
>> WSO2 Inc,
>> Mobile: +94 (77) 1690552
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Sagara Gunathunga
>
> Architect; WSO2, Inc.;  http://wso2.com
> V.P Apache Web Services;http://ws.apache.org/
> Linkedin; http://www.linkedin.com/in/ssagara
> Blog ;  http://ssagara.blogspot.com
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 Governance Registry 5.1.0 RC 1

2015-10-31 Thread Isuruwan Herath
On Sat, Oct 31, 2015 at 4:58 PM, Isuruwan Herath <isuru...@wso2.com> wrote:

> Hi Sagara,
>
> Following is the API-M 2.0.1 feature repo
>
> https://svn.wso2.org/repos/wso2/scratch/G-Reg/5.1.0/RC1/p2-repo/
>
> Installation Guide
>
>
> https://docs.wso2.com/display/Governance501/Installing+WSO2+API+Manager+Features
>

Doc Link for the 5.1.0 release

https://docs.wso2.com/display/Governance510/Installing+WSO2+API+Manager+Features

Note the p2 repository link should be above one instead of the link in the
doc.

>
>
> Thanks!
> Isuruwan
>
> On Sat, Oct 31, 2015 at 3:04 PM, Sagara Gunathunga <sag...@wso2.com>
> wrote:
>
>>
>> Please provide following deliverables to test G-Reg APIM integration use
>> cases.
>>
>> 1. API-M 2.0.1 RC feature repo.
>> 2. API-M 2.0.1 RC  feature installation guide.
>>
>> Thanks !
>>
>> On Fri, Oct 30, 2015 at 11:40 PM, Danesh Kuruppu <dan...@wso2.com> wrote:
>>
>>> Hi Devs,
>>>
>>> WSO2 Governance Registry 5.1.0 RC1 Release Vote.
>>>
>>> This release fixes the following issues:
>>> https://wso2.org/jira/issues/?filter=12499
>>> <https://wso2.org/jira/issues/?filter=12422>
>>> Please download, test and vote. Please refer the release verification
>>> guide for detailed information on verifying this release.
>>>
>>> Source & binary distribution files:
>>> https://svn.wso2.org/repos/wso2/scratch/G-Reg/5.1.0/RC1/
>>>
>>> Maven staging repo:
>>> http://maven.wso2.org/nexus/content/repositories/orgwso2greg-096/
>>> <http://www.google.com/url?q=http%3A%2F%2Fmaven.wso2.org%2Fnexus%2Fcontent%2Frepositories%2Forgwso2greg-096%2F=D=1=AFQjCNHn187zs7NcAgrhAiIk2xQJX2WUKQ>
>>>
>>> The tag to be voted upon:
>>> https://github.com/wso2/product-greg/tree/v5.1.0-RC1
>>>
>>>
>>> [+] Stable - go ahead and release
>>> [-]  Broken - do not release (explain why)
>>>
>>> Thanks and Regards
>>> G-Reg team
>>>
>>> --
>>>
>>> Danesh Kuruppu
>>> Software Engineer
>>> WSO2 Inc,
>>> Mobile: +94 (77) 1690552
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Sagara Gunathunga
>>
>> Architect; WSO2, Inc.;  http://wso2.com
>> V.P Apache Web Services;http://ws.apache.org/
>> Linkedin; http://www.linkedin.com/in/ssagara
>> Blog ;  http://ssagara.blogspot.com
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Isuruwan Herath
> Technical Lead
>
> Contact: +94 776 273 296
>



-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 Governance Registry 5.1.0 RC 1

2015-10-31 Thread Isuruwan Herath
Tested overall Publisher and Store functionality.

[+] Stable - go ahead and release

Thanks,
Isuruwan

On Sat, Oct 31, 2015 at 7:35 PM, Lakshman Udayakantha <lakshm...@wso2.com>
wrote:

> I have tested api manager features on greg pack for both super tenant and
> tenant case.
>
> [+] Stable - go ahead and release.
>
> Thanks
> LakshmanU
>
> On Sat, Oct 31, 2015 at 6:05 PM, Chandana Napagoda <chand...@wso2.com>
> wrote:
>
>> Verified basic store and publisher functionality.
>>
>> +1, Go ahead with release process.
>>
>> Regards,
>> Chandana
>>
>> On Fri, Oct 30, 2015 at 11:40 PM, Danesh Kuruppu <dan...@wso2.com> wrote:
>>
>>> Hi Devs,
>>>
>>> WSO2 Governance Registry 5.1.0 RC1 Release Vote.
>>>
>>> This release fixes the following issues:
>>> https://wso2.org/jira/issues/?filter=12499
>>> <https://wso2.org/jira/issues/?filter=12422>
>>> Please download, test and vote. Please refer the release verification
>>> guide for detailed information on verifying this release.
>>>
>>> Source & binary distribution files:
>>> https://svn.wso2.org/repos/wso2/scratch/G-Reg/5.1.0/RC1/
>>>
>>> Maven staging repo:
>>> http://maven.wso2.org/nexus/content/repositories/orgwso2greg-096/
>>> <http://www.google.com/url?q=http%3A%2F%2Fmaven.wso2.org%2Fnexus%2Fcontent%2Frepositories%2Forgwso2greg-096%2F=D=1=AFQjCNHn187zs7NcAgrhAiIk2xQJX2WUKQ>
>>>
>>> The tag to be voted upon:
>>> https://github.com/wso2/product-greg/tree/v5.1.0-RC1
>>>
>>>
>>> [+] Stable - go ahead and release
>>> [-]  Broken - do not release (explain why)
>>>
>>> Thanks and Regards
>>> G-Reg team
>>>
>>> --
>>>
>>> Danesh Kuruppu
>>> Software Engineer
>>> WSO2 Inc,
>>> Mobile: +94 (77) 1690552
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Chandana Napagoda*
>> Senior Software Engineer
>> WSO2 Inc. - http://wso2.org
>>
>> *Email  :  chand...@wso2.com <chand...@wso2.com>**Mobile : +94718169299
>> <%2B94718169299>*
>>
>> *Blog  :http://cnapagoda.blogspot.com <http://cnapagoda.blogspot.com>*
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Lakshman Udayakantha
> WSO2 Inc. www.wso2.com
> lean.enterprise.middleware
> Mobile: *0711241005*
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Is there any method which can checks the resource exists or not in registry

2015-10-07 Thread Isuruwan Herath
AdminServiceExceptionException {
>>>>>> try{
>>>>>> UESUIIntegrationTest.logout(getDriver(), getBaseUrl(), 
>>>>>> getCurrentUsername());
>>>>>> }finally {
>>>>>> getDriver().quit();
>>>>>> }
>>>>>> }
>>>>>>
>>>>>> - Added some code segment to the method deleteDashboard
>>>>>>
>>>>>> @Test(groups = "wso2.ues.dashboard", description = "Deleting added 
>>>>>> dashboard", dependsOnMethods = "testAddDashboardNew")
>>>>>> public void testDeleteDashboardNew() throws MalformedURLException, 
>>>>>> XPathExpressionException, RemoteException, 
>>>>>> ResourceAdminServiceExceptionException {
>>>>>> webElement = getDriver().findElement(By.id(dashboardTitle));
>>>>>> webElement.findElement(By.cssSelector("i.fw-delete")).click();
>>>>>> getDriver().findElement(By.cssSelector("span.ladda-label")).click();
>>>>>> assertFalse(getDriver().isElementPresent(By.id(dashboardTitle)), 
>>>>>> "Error occurred while deleting dashboard" + dashboardTitle);
>>>>>> ResourceData[] resourceData = 
>>>>>> resourceAdminServiceClient.getResourceData(resourcePath);
>>>>>> assertTrue(resourceData.length == 0,"Registry resource could not be 
>>>>>> deleted due to some errors");
>>>>>> }
>>>>>>
>>>>>> Now it's giving me exception when there is no such registry resource
>>>>>> after dashboard was deleted by UI testcase.
>>>>>>
>>>>>> org.apache.axis2.AxisFault: Resource does not exist at path 
>>>>>> /_system/config/ues/dashboards/sampledashboard1
>>>>>>
>>>>>> So can anyone give some suggestions on $subject? Thanks in advance.
>>>>>> --
>>>>>>
>>>>>> *Thank You.*
>>>>>>
>>>>>> *Rajeenthini Satkunam*
>>>>>>
>>>>>> *Associate Software Engineer | WSO2*
>>>>>>
>>>>>>
>>>>>> *E:rajeenth...@wso2.com <rajeenth...@wso2.com>*
>>>>>>
>>>>>> *M :+94770832823 <%2B94770832823>   *
>>>>>>
>>>>>>
>>>>>> ___
>>>>>> Dev mailing list
>>>>>> Dev@wso2.org
>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Kasun Bandara
>>>>> *Software Engineer*
>>>>> Mobile : +94 (0) 718 338 360
>>>>> <%2B94%20%280%29%20773%20451194>
>>>>> kas...@wso2.com <thili...@wso2.com>
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Kasun Bandara
>>>> *Software Engineer*
>>>> Mobile : +94 (0) 718 338 360
>>>> <%2B94%20%280%29%20773%20451194>
>>>> kas...@wso2.com <thili...@wso2.com>
>>>>
>>>> ___
>>>> Dev mailing list
>>>> Dev@wso2.org
>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>
>>>>
>>>
>>>
>>> --
>>> Rajith Roshan
>>> Software Engineer, WSO2 Inc.
>>> Mobile: +94-72-642-8350 <%2B94-71-554-8430>
>>>
>>
>>
>>
>> --
>>
>> *Thank You.*
>>
>> *Rajeenthini Satkunam*
>>
>> *Associate Software Engineer | WSO2*
>>
>>
>> *E:rajeenth...@wso2.com <rajeenth...@wso2.com>*
>>
>> *M :+94770832823 <%2B94770832823>   *
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Denuwanthi De Silva
> Software Engineer;
> WSO2 Inc.; http://wso2.com,
> Email: denuwan...@wso2.com
> Blog: https://denuwanthi.wordpress.com/
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Table 'is510reg.REG_LOG' doesn't exist" error was thrown when starting the server

2015-10-07 Thread Isuruwan Herath
om.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2460)
>> at
>> com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:2008)
>> ... 5 more
>>
>>
>> Regards,
>> Aparna.
>>
>> On Wed, Oct 7, 2015 at 11:48 AM, Aparna Karunarathna <apa...@wso2.com>
>> wrote:
>>
>>> Hi Isuru,
>>>
>>> To troubleshoot the wso2.war deploying issue, I have dropped and created
>>> databases several times. Since this is intermittent issue didn't try to
>>> troubleshoot it much.  We have reported this because we got the same issue
>>> on two different databases(mssql 2012 & mysql 5.6.25 and OSs(Linux,
>>> Windows).
>>>
>>> Regards,
>>> Aparna
>>>
>>> On Wed, Oct 7, 2015 at 11:32 AM, Isura Karunaratne <is...@wso2.com>
>>> wrote:
>>>
>>>> Adding Aparna
>>>>
>>>> On Tue, Oct 6, 2015 at 10:41 PM, Isuruwan Herath <isuru...@wso2.com>
>>>> wrote:
>>>>
>>>>> Hi Isura,
>>>>>
>>>>> Is it possible to verify that in QA DB, REG_LOG table has been created
>>>>> in *is510reg* database and access granted to the DB user which is
>>>>> configured in IS node, to the same database?
>>>>>
>>>> @Aparna,
>>>> Can you verify this?
>>>>
>>>> Thanks
>>>> Isura
>>>>
>>>>>
>>>>> Thanks,
>>>>> Isuruwan
>>>>>
>>>>> On Tue, Oct 6, 2015 at 8:26 PM, Isura Karunaratne <is...@wso2.com>
>>>>> wrote:
>>>>>
>>>>>>
>>>>>> Hi,
>>>>>>>
>>>>>>> QA reported [1] in IS5.1.0 alpha and we observed that the same error
>>>>>>> was occurred in ESB [2] and APIM[3] products as well. They resolved 
>>>>>>> these
>>>>>>> issues as "Cannot Reproduce"
>>>>>>>
>>>>>>> @Greg team
>>>>>>>
>>>>>>> We are also unable to reproduce the issue and what would be the
>>>>>>> reason for occurring this issue in QA environment?
>>>>>>>
>>>>>>>
>>>>>>> Thanks
>>>>>>> Isura.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> [1] https://wso2.org/jira/browse/IDENTITY-3750
>>>>>>> [2] https://wso2.org/jira/browse/ESBJAVA-2539
>>>>>>> [3] https://wso2.org/jira/browse/APIMANAGER-2199
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Isura Dilhara Karunaratne
>>>>>>> Senior Software Engineer
>>>>>>>
>>>>>>> Mob +94 772 254 810
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Isura Dilhara Karunaratne
>>>>>> Senior Software Engineer
>>>>>>
>>>>>> Mob +94 772 254 810
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Isuruwan Herath
>>>>> Technical Lead
>>>>>
>>>>> Contact: +94 776 273 296
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Isura Dilhara Karunaratne
>>>> Senior Software Engineer
>>>>
>>>> Mob +94 772 254 810
>>>>
>>>>
>>>> ___
>>>> Dev mailing list
>>>> Dev@wso2.org
>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>
>>>>
>>>
>>>
>>> --
>>> *Regards,*
>>>
>>> *Aparna Karunarathna.*
>>>
>>>
>>> *Associate Technical Lead - QAWSO2 Inc.Mobile: 0714002533 <0714002533>*
>>>
>>
>>
>>
>> --
>> *Regards,*
>>
>> *Aparna Karunarathna.*
>>
>>
>> *Associate Technical Lead - QAWSO2 Inc.Mobile: 0714002533*
>>
>
>
>
> --
> Isura Dilhara Karunaratne
> Senior Software Engineer
>
> Mob +94 772 254 810
>
>


-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Table 'is510reg.REG_LOG' doesn't exist" error was thrown when starting the server

2015-10-06 Thread Isuruwan Herath
Hi Isura,

Is it possible to verify that in QA DB, REG_LOG table has been created in
*is510reg* database and access granted to the DB user which is configured
in IS node, to the same database?

Thanks,
Isuruwan

On Tue, Oct 6, 2015 at 8:26 PM, Isura Karunaratne <is...@wso2.com> wrote:

>
> Hi,
>>
>> QA reported [1] in IS5.1.0 alpha and we observed that the same error was
>> occurred in ESB [2] and APIM[3] products as well. They resolved these
>> issues as "Cannot Reproduce"
>>
>> @Greg team
>>
>> We are also unable to reproduce the issue and what would be the reason
>> for occurring this issue in QA environment?
>>
>>
>> Thanks
>> Isura.
>>
>>
>>
>> [1] https://wso2.org/jira/browse/IDENTITY-3750
>> [2] https://wso2.org/jira/browse/ESBJAVA-2539
>> [3] https://wso2.org/jira/browse/APIMANAGER-2199
>>
>>
>>
>> --
>> Isura Dilhara Karunaratne
>> Senior Software Engineer
>>
>> Mob +94 772 254 810
>>
>>
>
>
> --
> Isura Dilhara Karunaratne
> Senior Software Engineer
>
> Mob +94 772 254 810
>
>


-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Registry] Registry java.sql.SQLException: Lock wait timeout exceeded

2015-10-03 Thread Isuruwan Herath
Hi Malith,

>From the log it seems some thread is holding a table lock, which prevents
to acquire the lock when the executing the update command to the resource
content id. Check the process list from mysql and identify the thread which
is holding the lock. If that is a legitimate concurrent operation in app
cloud which is taking a long time to execute, then try increasing the
innodb lock wait time out.

HTH,
Isuruwan

On Thu, Oct 1, 2015 at 11:17 AM, Malith Munasinghe <mali...@wso2.com> wrote:

> Hi All,
>
> Recently on app cloud we faced an locked timeout exceeded issue on
> registry. This kept application creation down for a while. Is there any
> suggestions on how to keep these kind of issues from occurring.
>
> Attached is the error log that was observed.
>
> Regards,
> Malith.
>
> --
> Malith Munasinghe | Software Engineer
> M: +94 (071) 9401122
> E: mali...@wso2.com
> W: http://wso2.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Failing test after business process version upgrade

2015-10-01 Thread Isuruwan Herath
Following is the stack trace observed in the above failing test:

INFO  [org.wso2.carbon.automation.engine.testlisteners.TestManagerListener]
- Running the test method ---
org.wso2.carbon.registry.lifecycle.test.LCTransitionNotificationTestCase.testLCApprovalNeededNotification

INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- [2015-09-30 18:52:38,551] ERROR
{org.wso2.carbon.humantask.core.api.client.TaskOperationsImpl} -  The
user[testuser11] cannot perform loadTask() operation as either he is in
EXCLUDED_OWNERS role or he is not in task roles [[ACTUAL_OWNER,
BUSINESS_ADMINISTRATORS, NOTIFICATION_RECIPIENTS, POTENTIAL_OWNERS,
STAKEHOLDERS, TASK_INITIATOR]]
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- [2015-09-30 18:52:38,552] ERROR
{org.wso2.carbon.humantask.core.api.client.TaskOperationsImpl} -  Error
occurred while loading task: 101
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
-
org.wso2.carbon.humantask.core.engine.runtime.api.HumanTaskIllegalAccessException:
Access Denied. You are not authorized to perform this task
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- at
org.wso2.carbon.humantask.core.api.client.TaskOperationsImpl.authoriseToLoadTask(TaskOperationsImpl.java:568)
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- at
org.wso2.carbon.humantask.core.api.client.TaskOperationsImpl.access$400(TaskOperationsImpl.java:92)
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- at
org.wso2.carbon.humantask.core.api.client.TaskOperationsImpl$9.call(TaskOperationsImpl.java:529)
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- at
org.wso2.carbon.humantask.core.api.client.TaskOperationsImpl$9.call(TaskOperationsImpl.java:523)
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- at
org.wso2.carbon.humantask.core.scheduler.SimpleScheduler.execTransaction(SimpleScheduler.java:879)
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- at
org.wso2.carbon.humantask.core.scheduler.SimpleScheduler.execTransaction(SimpleScheduler.java:828)
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- at
org.wso2.carbon.humantask.core.api.client.TaskOperationsImpl.loadTask(TaskOperationsImpl.java:522)
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- at
org.wso2.carbon.humantask.client.api.HumanTaskClientAPIAdminMessageReceiverInOut.invokeBusinessLogic(HumanTaskClientAPIAdminMessageReceiverInOut.java:605)
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- at
org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:40)
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- at
org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:110)
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- at
org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:173)
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- at
org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:146)
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader]
- at
org.wso2.carbon.core.transports.CarbonServlet.doPost(CarbonServlet.java:231)

On Thu, Oct 1, 2015 at 10:24 AM, Shazni Nazeer <sha...@wso2.com> wrote:

> Hi,
>
> We have a test case failure [1] which was passing with previous versions
> of business process. We updated the business process version to 4.4.3 as we
> needed to move to latest versions of some other repos for our release.
>
> This seems to be a permission issue.
>
> Any idea why could this happen?
>
> [1]
> https://wso2.org/jenkins/job/product-greg/org.wso2.greg$org.wso2.carbon.registry.test.lifecycle.service/844/testReport/org.wso2.carbon.registry.lifecycle.test/LCTransitionNotificationTestCase/testLCApprovalNeededNotification/
>
> Shazni Nazeer
> Mob : +94 37331
> LinkedIn : http://lk.linkedin.com/in/shazninazeer
> Blog : http://shazninazeer.blogspot.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 Governance Registry 5.0.0 RC3

2015-09-07 Thread Isuruwan Herath
Hi,

I tested the API-M Integration with following:

   - Installing API-M features
   - Configuring API executor
   - Promoting a REST service as an API
   - Configuring API resources and endpoints in REST service and verify
   them in the API
   - Pushing API into the API store and subscribing
   - Invoking APIs from an external Gateway

Stable pack for release

[+] stable


On Mon, Sep 7, 2015 at 2:01 PM, Shazni Nazeer <sha...@wso2.com> wrote:

> Hi all,
>
> I tested the following,
>
>- Attaching multiple life-cycle
>- Deleting life-cycle
>- Basic searching in publisher and management console
>- Deleting artifacts in the publisher
>- Editing artifacts in the publisher
>- sso and basic login in publisher and store
>- Added a new rxt and checked by writing a custom extension in
>publisher
>- Created a new role and user and checked login and relevant
>permissions in the console and publisher
>
> Stable pack for release
>
> [+] stable
>
>
> Shazni Nazeer
> Mob : +94 37331
> LinkedIn : http://lk.linkedin.com/in/shazninazeer
> Blog : http://shazninazeer.blogspot.com
>
> On Mon, Sep 7, 2015 at 8:57 AM, Prasanna Dangalla <prasa...@wso2.com>
> wrote:
>
>> Hi
>>
>> I tested,
>>
>>- Tags in publisher end
>>- Notes in publisher end
>>- Soap service creation in publisher end
>>- WSDL upload from URL and through a file in publisher end
>>- Diff view in publisher end
>>- Dependency graph in publisher end
>>- Asset listing in publisher, store end
>>- Asset rating in store end
>>- Lifecycle promote demote in publisher end
>>- Lifecycle addition from management console
>>- RXT addition from management console
>>
>>
>> Stable pack for release
>>
>> [+] stable
>>
>>
>>
>> On Fri, Sep 4, 2015 at 4:58 PM, Chandana Napagoda <chand...@wso2.com>
>> wrote:
>>
>>> Hi Devs,
>>>
>>> *This is the RC3 release candidate of WSO2 Governance Registry 5.0.0 *
>>>
>>> This release fixes the following issues:
>>>
>>> https://wso2.org/jira/browse/REGISTRY-2927?filter=12388
>>>
>>> Please download, test and vote. Please refer the release verification
>>> guide for detailed information on verifying this release.
>>>
>>> *Source & binary distribution files:*
>>>
>>> http://maven.wso2.org/nexus/content/repositories/orgwso2greg-042/org/wso2/greg/wso2greg/5.0.0/
>>>
>>> *Maven staging repo:*
>>> http://maven.wso2.org/nexus/content/repositories/orgwso2greg-042/
>>>
>>> *The tag to be voted upon:*
>>> https://github.com/wso2/product-greg/releases/tag/v5.0.0-rc3
>>>
>>>
>>> [+] Stable - go ahead and release
>>> [-]  Broken - do not release (explain why)
>>>
>>> Thanks and Regards
>>> G-Reg team
>>>
>>> --
>>> *Chandana Napagoda*
>>> Senior Software Engineer
>>> WSO2 Inc. - http://wso2.org
>>>
>>> *Email  :  chand...@wso2.com <chand...@wso2.com>**Mobile : +94718169299
>>> <%2B94718169299>*
>>>
>>> *Blog  :http://cnapagoda.blogspot.com
>>> <http://cnapagoda.blogspot.com>*
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Prasanna Dangalla
>> Software Engineer, WSO2, Inc.; http://wso2.com/
>> lean.enterprise.middleware
>>
>> cell: +94 777 55 80 30 | +94 718 11 27 51
>> twitter: @prasa77
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Regression issue in ESB due to a fix done on carbon-commons

2015-08-28 Thread Isuruwan Herath
On Thu, Aug 27, 2015 at 10:05 PM, Indika Sampath indi...@wso2.com wrote:

 Hi Chanaka,

 Both MB and GReg has regression issue due to change made by Malaka in PR
 [1]. So it was revert in PR [2]. In MB, we create internal role when adding
 new topic and grant pub/sub permission to it and assign it to user. This
 was security fix we did on event component of svn turing support branch as
 permission related fix to topic in MB 2.2.0. We migrate these fixes from
 event component to carbon-commons after moving to Git. But then again this
 was cause problem to GReg since they don't need such restriction. Finally
 we discussed [3] and revert it to original state but made some modification
 in addTopic() method. You can find latest RegistryTopicManager class in
 [4].

+1. Original commit caused regression in registry event subscription and
fixed by only adding additional permission to publish and subscribe to work
with the internal role fix [1]. Adding the null check here is okay since it
won't change the mentioned logic.

[1] https://github.com/wso2/carbon-commons/pull/107/files

Only change in PR [1] was adding if (loggedInUser != null) check. So I
 think we could add this check again to addTopic() method and it would sort
 out regression issue face by ESB. Sorry about inconvenience cause by this.

 [1] https://github.com/wso2/carbon-commons/pull/75/files
 [2] https://github.com/wso2/carbon-commons/pull/82/files
 [3] [MB] [G-REG] Internal role created by topic name modification
 [4]
 https://github.com/wso2/carbon-commons/blob/master/components/event/org.wso2.carbon.event.core/src/main/java/org/wso2/carbon/event/core/internal/topic/registry/RegistryTopicManager.java

 Cheers!

 On Thu, Aug 27, 2015 at 7:56 PM, Chanaka Fernando chana...@wso2.com
 wrote:

 Hi Indika,

 We are getting an exception in the ESB 490 RC1 pack due to the commit [1]
 done by you. With this change, you have reverted a previous fix[2] done by
 Malaka for [3]. This is causing the same issue which Malaka was fixed. Can
 you look into this and let us know a proper solution other than reverting
 the fix done by Malaka?

 [1]
 https://github.com/wso2/carbon-commons/commit/e3646925bf968616c0e55f0e34c2fe5991b1a749

 [2] https://github.com/wso2/carbon-commons/pull/75/files

 [3] https://wso2.org/jira/browse/ESBJAVA-2506

 --
 --
 Chanaka Fernando
 Senior Technical Lead
 WSO2, Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 773337238
 Blog : http://soatutorials.blogspot.com
 LinkedIn:http://www.linkedin.com/pub/chanaka-fernando/19/a20/5b0
 Twitter:https://twitter.com/chanakaudaya
 Wordpress:http://chanakaudaya.wordpress.com






 --
 Indika Sampath
 Senior Software Engineer
 WSO2 Inc.
 http://wso2.com

 Phone: +94 716 424 744
 Blog: http://indikasampath.blogspot.com/




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Greg 5.0.0] Description text of Governance Center Store is not aligned.

2015-08-24 Thread Isuruwan Herath
Thanks Shafreen for pointing out. Jira created for this [1].

[1] https://wso2.org/jira/browse/REGISTRY-2820

On Tue, Aug 25, 2015 at 2:41 AM, Shafreen Anfar shafr...@wso2.com wrote:

 Hi All,

 Sometimes text under description tab does not get aligned. Please see the
 attached image.

 --
 Regards,
 *Shafreen*
 Software Engineer
 WSO2 Inc
 Mobile : 077-556-395-1

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Load Test Issue On Greg 5.0.0-Alpha

2015-08-20 Thread Isuruwan Herath
Hi Chalitha,

On Thu, Aug 20, 2015 at 3:37 PM, Shazni Nazeer sha...@wso2.com wrote:

 Hi Chalitha,

 We checked this with local Oracle (Oracle express edition) setup.
 Following are the investigations.

 1. Initially there are only two inactive connections.

 SQL SELECT SID, SERIAL#, STATUS, SERVER FROM V$SESSION WHERE
 USERNAME='GREGREGISTRY';

SIDSERIAL# STATUS   SERVER
 -- --  -
 16   51 INACTIVE DEDICATED
103   53 INACTIVE DEDICATED

 2. Import a registry and add some resources - At thus point the number of
 connections increase and there are both active and inactive connections.
 This is possibly due to indexing thread continuously access the REG_LOG
 table and it depends on the number of indexing threads.

 3. After some idle time, the number of connections drop down to above two
 inactive connections.

 4. Go into overview page and view the asset details. This would probably
 increase the connections if it doesn't get served from cache.

 5. After some idle time it again drops down to two inactive connections

 I suppose there are some settings to be done on the Oracle end to
 terminate connections. Is this getting reproduced in MySQL, MariaDB in your
 end?

Please increase the max session and process count in Oracle and try the
same. Since these are global parameters, please monitor the total counts of
v$session and v$process tables while this error occurs (processes might be
consumed by some other connection as well). If the count of the above is
less than the max configured for Oracle, then this error should not occur.

Thanks!
Isuruwan



 Shazni Nazeer
 Mob : +94 37331
 LinkedIn : http://lk.linkedin.com/in/shazninazeer
 Blog : http://shazninazeer.blogspot.com

 On Thu, Aug 20, 2015 at 10:15 AM, Chalitha Waldeniyage chali...@wso2.com
 wrote:

 Hi Chandana,

 We have reproduced this with clean databases as well.  server start-up
 seems like several registry artifacts trying to establish db connection and
 connection pool exhausted and getting the issue reported in [1]. It's
 continuously growing the active connections.In order to recover database
 server needed to be restart.

 [1] https://wso2.org/jira/browse/REGISTRY-2762



 On Fri, Aug 14, 2015 at 12:26 PM, Chalitha Waldeniyage chali...@wso2.com
  wrote:

 As per the load test on Greg 5.0.0 alpha,we have run a Jmeter script on
 the QA two instances.
 This jmeter script initially copying a text file on the registry root
 location . This works fine and we have worked with the setup after the load
 test. But again we have put a load on the
 /_system/governance/publisher_notes/ location copying 7000 artifacts.
  After this load test while restarting the server we observed that the
 startup hangs at org.wso2.carbon.core.init.CarbonServerManager,
 repository/deployment/server/

 We enabled the  log4j.logger.org.wso2 DEBUG logs and noticed that it's
 running a CacheCleanupTask and indexing the connection.

 According to the offline chat with the team, our first approach was
 strategically  wrong which was coping the 10,000 artifacts to the root
 location. Therefore we have worked on following two workarounds

 [1] In order to clear the registry H2 space, remove H2 database from
 repository/databases.

 [2] Start with the fresh pack but pointing to the same old gov and conf
 dabases.

 But any of these workarounds suggested did not solve the original issue
 we are facing (server hanging when starting the server)

 Right now we are trying to reproduce the scenario again by dropping the
 gov/confg dbs  running the load test again under _system/governance/. We
 will update the threads with the findings.


 Thank you,
 Chalitha.
 --
 *Chalitha Maheshwari*
 Software Engineer-QA,
 WSO2 Inc.

 *E-mail:* chali...@wso2.com
 *Mobile: *+94710 411 112




 --
 *Chalitha Maheshwari*
 Software Engineer-QA,
 WSO2 Inc.

 *E-mail:* chali...@wso2.com
 *Mobile: *+94710 411 112



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] log out gives HTTP status 405 error in cluster

2015-08-18 Thread Isuruwan Herath
[Copying @dev]

On Tue, Aug 18, 2015 at 12:16 PM, Isuruwan Herath isuru...@wso2.com wrote:

 Hi Johann,

 We can observe following [1] in G-Reg beta pack. Please check and let us
 know if this is an identity issue.

 [1] https://wso2.org/jira/browse/REGISTRY-2772

 --
 Isuruwan Herath
 Technical Lead

 Contact: +94 776 273 296




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [orbit] membrane-soa-model orbit bundle version wso2v3 upgrade

2015-04-11 Thread Isuruwan Herath
Hi Nandika/Milinda,

There were errors in compiling carbon-governance java 8 with membrane
soa-model dependency. Please test the with human task component too.

Thanks,
Isuruwan

On Sat, Apr 11, 2015 at 8:11 PM, Nandika Jayawardana nand...@wso2.com
wrote:

 @isuruwan, Milinda,

 What is the verdict on this.

 Regards
 Nandika



 On Fri, Apr 10, 2015 at 7:21 PM, Milinda Perera milin...@wso2.com wrote:

 Hi,

 When building carbon-business-process with human task rendering
 functionalities[1] I got following build failures:.

 [01]

 INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/milinda/WSO2/BPS/UIForWSHumanTask/HTRenderingImplementation/git/mergeTest/carbon-business-process/components/humantask/org.wso2.carbon.humantask/src/main/java/org/wso2/carbon/humantask/core/api/rendering/HTRenderingApiImpl.java:[534,95]
 *cannot access groovy.util.IndentPrinter*
 class file for groovy.util.IndentPrinter not found
 [INFO] 1 error
 [INFO] -

 [02]

 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/milinda/WSO2/BPS/UIForWSHumanTask/HTRenderingImplementation/git/mergeTest/carbon-business-process/components/humantask/org.wso2.carbon.humantask/src/main/java/org/wso2/carbon/humantask/core/api/rendering/HTRenderingApiImpl.java:[534,95]
 *cannot access groovy.lang.Closure*
 class file for groovy.lang.Closure not found
 [INFO] 1 error
 [INFO] -

 Main cause for this is SOARequestCreator which we used to create soap
 template require groovy.util.IndentPrinter and groovy.lang.Closure.

 To solve this we need to export  groovy.util.IndentPrinter
 and groovy.lang.Closure from membran-soa-model orbit bundle.

 So I added new version of membrane-soa-model [2] orbit bundle (wso2v3),
 exporting groovy.util.* and groovy.lang.*

 Please review and merge PR [3]

 [1]
 https://github.com/milindaperera/carbon-business-process/blob/master/components/humantask/org.wso2.carbon.humantask/src/main/java/org/wso2/carbon/humantask/core/api/rendering/HTRenderingApiImpl.java
 [2] https://github.com/wso2/orbit/tree/master/membrane-soa-model
 [3] https://github.com/wso2/orbit/pull/82

 Thanks,
 Milinda

 --
 Milinda Perera
 Software Engineer;
 WSO2 Inc. http://wso2.com ,
 Mobile: (+94) 714 115 032




 --
 Nandika Jayawardana
 Senior Technical Lead
 WSO2 Inc ; http://wso2.com
 lean.enterprise.middleware




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Prasanna Dangalla

2015-04-08 Thread Isuruwan Herath
Congratz Dangalla!!!

On Thu, Apr 9, 2015 at 9:51 AM, Malithi Edirisinghe malit...@wso2.com
wrote:

 Congratulations ...

 On Thu, Apr 9, 2015 at 9:49 AM, Vijitha Ekanayake vijit...@wso2.com
 wrote:

 Congratulations Prasanna !!!

 On Thu, Apr 9, 2015 at 9:47 AM, Milan Perera mi...@wso2.com wrote:

 Congratz Prasanna..!!!

 On Thu, Apr 9, 2015 at 9:45 AM, Vinod Kavinda vi...@wso2.com wrote:

 Congrats Prasanna !!

 On Thu, Apr 9, 2015 at 9:34 AM, Ashan Manathunga as...@wso2.com
 wrote:

 Congrats Prasanna...!!


 On Thu, Apr 9, 2015 at 9:25 AM, Danesh Kuruppu dan...@wso2.com
 wrote:

 Congratulations Prasanna.. !!!

 On Thu, Apr 9, 2015 at 9:19 AM, Tharindu Dharmarathna 
 tharin...@wso2.com wrote:

 Congrats Prasanna

 On Thu, Apr 9, 2015 at 9:15 AM, Shashika Karunatilaka 
 shashi...@wso2.com wrote:

 Congrats Prasanna

 On Thu, Apr 9, 2015 at 9:14 AM, Thilini Cooray thili...@wso2.com
 wrote:

 Congratulations, Prasanna !

 On Thu, Apr 9, 2015 at 9:02 AM, Aruna Karunarathna ar...@wso2.com
  wrote:

 Congratulations Prasa...!!!

 On Wed, Apr 8, 2015 at 7:37 PM, Dinesh J Weerakkody 
 dine...@wso2.com wrote:

 Congratulations Prasanna...

 Thanks

 *Dinesh J. Weerakkody*
 Software Engineer
 WSO2 Inc.
 lean | enterprise | middleware
 M : +94 727 361788 | E : dine...@wso2.com | W : www.wso2.com

 On Thu, Apr 9, 2015 at 8:06 AM, Sagara Gunathunga 
 sag...@wso2.com wrote:

 It's my pleasure to welcome Prasanna Dangalla as a WSO2
 committer.  Prasanna, welcome aboard and keep up the good work.


 Thanks !
 --
 Sagara Gunathunga

 Senior Technical Lead; WSO2, Inc.;  http://wso2.com
 V.P Apache Web Services;http://ws.apache.org/
 Linkedin; http://www.linkedin.com/in/ssagara
 Blog ;  http://ssagara.blogspot.com


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --

 *Aruna Sujith Karunarathna* | Software Engineer
 WSO2, Inc | lean. enterprise. middleware.
 #20, Palm Grove, Colombo 03, Sri Lanka
 Mobile: +94 71 9040362 | Work: +94 112145345
 Email: ar...@wso2.com | Web: www.wso2.com


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Best Regards,

 *Thilini Cooray*
 Software Engineer
 Mobile : +94 (0) 774 570 112 %2B94%20%280%29%20773%20451194
 E-mail : thili...@wso2.com

 WSO2 Inc. www.wso2.com
 lean.enterprise.middleware

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Shashika Prabath Karunatilaka,
 Software Engineer,
 WSO2, Inc: http://wso2.com/
 mobile : +94 77 7487792

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --

 *Tharindu Dharmarathna*Associate Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94779109091 %2B94779109091*

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --

 Danesh Kuruppu
 Software Engineer
 WSO2 Inc,
 Mobile: +94 (77) 1690552

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Ashan Manathunga*
 Software Engineer
 WSO2, Inc. : wso2.com
 lean. enterprise. middleware.

 email: as...@wso2.com; mobile: +94 77 936 4892

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Vinod Kavinda
 Software Engineer, *WSO2, Inc http://www.wso2.com.*
 Mobile : +94 (0) 712 415544
 vi...@wso2.com

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Milan Harindu Perera
 Software Engineer
 *WSO2, Inc*
 (+94) 77 309 7088
 lean . enterprise . middleware
 http://lk.linkedin.com/in/milanharinduperera

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Vijitha Ekanayake
 Software Engineer*, *WSO2, Inc.; http://wso2.com/
 Mobile : +94 777 24 73 39 | +94 718 74 44 08
 lean.enterprise.middleware

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --

 *Malithi Edirisinghe*
 Senior Software Engineer
 WSO2 Inc.

 Mobile : +94 (0) 718176807
 malit...@wso2.com

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] PR for membrane-soa-model orbit bundle version upgrade

2015-04-01 Thread Isuruwan Herath
Hi Maheshika,

Is this released?

Thanks!
Isuruwan

On Wed, Apr 1, 2015 at 6:52 AM, Sameera Jayasoma same...@wso2.com wrote:

 Done.

 Maheshika, Can you release this orbit?

 Thanks,
 Sameera.


 On Tue, Mar 31, 2015 at 11:38 PM, Isuruwan Herath isuru...@wso2.com
 wrote:

 Hi Kernel Team,

 Could you please review and merge [1] related to $subject? Created a v2
 of the released version since it needed an upgrade of slf4j dependency
 version.

 [1] https://github.com/wso2/orbit/pull/78

 Thanks!
 Isuruwan

 --
 Isuruwan Herath
 Technical Lead

 Contact: +94 776 273 296




 --
 Sameera Jayasoma,
 Software Architect,

 WSO2, Inc. (http://wso2.com)
 email: same...@wso2.com
 blog: http://blog.sameera.org
 twitter: https://twitter.com/sameerajayasoma
 flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
 Mobile: 0094776364456

 Lean . Enterprise . Middleware




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Amila Godwin Shrimal

2015-03-20 Thread Isuruwan Herath
Congratz Godwin!

On Fri, Mar 20, 2015 at 7:38 PM, Isura Karunaratne is...@wso2.com wrote:

 Congratulations Godwin..!!

 On Fri, Mar 20, 2015 at 8:35 AM, Hasintha Indrajee hasin...@wso2.com
 wrote:

 Congratulations Godwin..!!

 On Fri, Mar 20, 2015 at 9:20 AM, Asok Perera as...@wso2.com wrote:

 Congratz Godwin !!!

 *Asok Aravinda Perera*
 Software Engineer
 WSO2, Inc.;http://wso2.com/
 http://www.google.com/url?q=http%3A%2F%2Fwso2.com%2Fsa=Dsntz=1usg=AFQjCNGJuLRux6KkJwXKVUCYOtEsNCmIAQ
 lean.enterprise.middleware

 Mobile: +94722241032

 On Fri, Mar 20, 2015 at 6:36 PM, Gayan Gunawardana ga...@wso2.com
 wrote:

 Congratzzz Godwin ...!

 On Fri, Mar 20, 2015 at 5:09 PM, Madusanka Premaratne 
 madusan...@wso2.com wrote:

 Congrats Godwin.

 On Fri, Mar 20, 2015 at 5:04 PM, Dinithi De Silva dinit...@wso2.com
 wrote:

 Congratz Godwin...

 On Fri, Mar 20, 2015 at 4:20 PM, Inshaf Mahath ins...@wso2.com
 wrote:

 Congrats Godwin!!!

 On Fri, Mar 20, 2015 at 3:57 PM, Hemika Kodikara hem...@wso2.com
 wrote:

 Congratz Godwin!

 Hemika Kodikara
 Software Engineer
 WSO2 Inc.
 lean . enterprise . middleware
 http://wso2.com

 Mobile : +9477762

 On Fri, Mar 20, 2015 at 3:54 PM, Thanuja Jayasinghe 
 than...@wso2.com wrote:

 Congratz Godwin...

 On Fri, Mar 20, 2015 at 3:04 PM, Johann Nallathamby 
 joh...@wso2.com wrote:

 Hi All,

 It's my pleasure to announce Amila Godwin Shrimal as a WSO2
 Committer. Godwin has been a valuable contributor for WSO2
 Identity Server product, and in recognition of his contribution to 
 WSO2,
 he has been voted as a WSO2 Committer.

 Godwin, congratulations and keep up the good work!

 Thanks  Regards.

 --

 *Johann Dilantha Nallathamby*
 Associate Technical Lead  Product Lead of WSO2 Identity Server
 Integration Technologies Team
 WSO2, Inc.
 lean.enterprise.middleware

 Mobile - *+9476950*
 Blog - *http://nallaa.wordpress.com
 http://nallaa.wordpress.com*

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Thanuja Lakmal*
 Software Engineer
 WSO2 Inc. http://wso2.com/
 *lean.enterprise.middleware*
 Mobile: +94715979891 +94758009992

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Inshaf Mahath
 Associate Software Engineer
 Mobile: +94775907181
 WSO2 Inc.
 Lean . Enterprise . Middleware


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Dinithi De Silva*
 Associate Software Engineer, WSO2 Inc.
 m:+94716667655 | e:dinit...@wso2.com | w: www.wso2.com
 | a: #20, Palm Grove, Colombo 03

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Madusanka Premaratne* | Associate Software Engineer
 WSO2, Inc | lean. enterprise. middleware.
 #20, Palm Grove, Colombo 03, Sri Lanka
 Mobile: +94 71 835 70 73| Work: +94 112 145 345
 Email: madusan...@wso2.com | Web: www.wso2.com

 [image: Facebook] https://www.facebook.com/maduzanka [image:
 Twitter] https://twitter.com/rmmpremaratne [image: Google Plus]
 https://plus.google.com/u/0/+MadusankaPremaratnemaduz/about/p/pub 
 [image:
 Linkedin] http://lk.linkedin.com/in/madusanka/ [image: Instagram]
 http://instagram.com/madusankapremaratne [image: Skype]
 http://@rmmpremaratne


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Gayan Gunawardana
 Software Engineer; WSO2 Inc.; http://wso2.com/
 Email: ga...@wso2.com
 Mobile: +94 (71) 8020933

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Hasintha Indrajee
 Software Engineer
 WSO2, Inc.
 Mobile:+94 771892453


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Isura Dilhara Karunaratne
 Software Engineer

 Mob +94 772 254 810


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Greg] What is the difference between overloaded findGenericArtifacts method in GenericArtifactManager

2015-03-17 Thread Isuruwan Herath
On Tue, Mar 17, 2015 at 1:26 PM, Punnadi Gunarathna punn...@wso2.com
wrote:

 Hi Isuruwan and Sagara,

 Thank you for the explanation. I can share the sample and descriptions.

 On Tue, Mar 17, 2015 at 1:06 PM, Sagara Gunathunga sag...@wso2.com
 wrote:



 On Tue, Mar 17, 2015 at 12:25 PM, Isuruwan Herath isuru...@wso2.com
 wrote:

 Hi Punnadi,

 Option 1 will only retrieve the artifacts according to the criteria of
 the given attribute key-value pair. Option 2 can do custom filtering as
 well and its implementation underneath will query all artifacts of the
 given type first (calling getAllGovernanceArtifacts() ) and then do the
 filtering. This could be the reason why you are getting the exception in
 second method.


 Shall we incorporate your description with 2 examples into API Java doc,
 in case if it's not already there ?


+1 Sagara. It should go here [1].

[1]
https://docs.wso2.com/display/Governance460/Configurable+Governance+Artifacts+with+API



 Thanks !


 Thanks!
 Isuruwan

 On Tue, Mar 17, 2015 at 10:23 AM, Punnadi Gunarathna punn...@wso2.com
 wrote:


 Hi All,

 I am working with GenericArtifactManager and just wanted to know the
 difference between these two implementations:


 1. Passing an attribute map to findGenericArtifacts method
 2. Passing GenericArtifactFilter instance to findGenericArtifacts method

 Because in my case, when one of the saved artifact is corrupted, 1
 would return correct artifact objects of rest of the artifacts saved in
 Greg where as 2 would throw an exception.

 --
 Thanks and Regards,

 Punnadi Gunarathna
 Senior Software Engineer,
 WSO2, Inc.; http://wso2.com http://wso2
 Blog: http://hi-my-world.blogspot.com/
 Tel : 94 11 214 5345
 Fax :94 11 2145300



  http://lalajisureshika.blogspot.com/

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Isuruwan Herath
 Technical Lead

 Contact: +94 776 273 296

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Sagara Gunathunga

 Senior Technical Lead; WSO2, Inc.;  http://wso2.com
 V.P Apache Web Services;http://ws.apache.org/
 Linkedin; http://www.linkedin.com/in/ssagara
 Blog ;  http://ssagara.blogspot.com




 --
 Thanks and Regards,

 Punnadi Gunarathna
 Senior Software Engineer,
 WSO2, Inc.; http://wso2.com http://wso2
 Blog: http://hi-my-world.blogspot.com/
 Tel : 94 11 214 5345
 Fax :94 11 2145300



  http://lalajisureshika.blogspot.com/




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Greg] What is the difference between overloaded findGenericArtifacts method in GenericArtifactManager

2015-03-17 Thread Isuruwan Herath
Hi Punnadi,

Option 1 will only retrieve the artifacts according to the criteria of the
given attribute key-value pair. Option 2 can do custom filtering as well
and its implementation underneath will query all artifacts of the given
type first (calling getAllGovernanceArtifacts() ) and then do the
filtering. This could be the reason why you are getting the exception in
second method.

Thanks!
Isuruwan

On Tue, Mar 17, 2015 at 10:23 AM, Punnadi Gunarathna punn...@wso2.com
wrote:


 Hi All,

 I am working with GenericArtifactManager and just wanted to know the
 difference between these two implementations:


 1. Passing an attribute map to findGenericArtifacts method
 2. Passing GenericArtifactFilter instance to findGenericArtifacts method

 Because in my case, when one of the saved artifact is corrupted, 1 would
 return correct artifact objects of rest of the artifacts saved in Greg
 where as 2 would throw an exception.

 --
 Thanks and Regards,

 Punnadi Gunarathna
 Senior Software Engineer,
 WSO2, Inc.; http://wso2.com http://wso2
 Blog: http://hi-my-world.blogspot.com/
 Tel : 94 11 214 5345
 Fax :94 11 2145300



  http://lalajisureshika.blogspot.com/

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Ashan Manathunga

2015-03-08 Thread Isuruwan Herath
Congratz Ashan!!!

On Mon, Mar 9, 2015 at 9:16 AM, Malith Munasinghe mali...@wso2.com wrote:

 Congratulations Ashan!!!

 On Mon, Mar 9, 2015 at 9:08 AM, Niranda Perera nira...@wso2.com wrote:

 Congrats Ashan! :-)

 On Mon, Mar 9, 2015 at 9:06 AM, Vinod Kavinda vi...@wso2.com wrote:

 Congratulations Ashan!!

 On Mon, Mar 9, 2015 at 8:33 AM, Thilini Cooray thili...@wso2.com
 wrote:

 Congrats, Ashan !

 On Sun, Mar 8, 2015 at 10:26 PM, Jagath Ariyananda jag...@wso2.com
 wrote:

 Congratulations Ashan.

 On Fri, Mar 6, 2015 at 4:53 PM, Srisunmugaraja Paraparan 
 parapa...@wso2.com wrote:

 Congratz Ashan.

 On Fri, Mar 6, 2015 at 4:45 PM, Samisa Abeysinghe sam...@wso2.com
 wrote:

 Hi All
 It's my pleasure to welcome Ashan as a WSO2 Committer.

 Ashan, welcome aboard and keep up the good work!

 Thanks,
 Samisa...


 Samisa Abeysinghe

 Vice President Delivery

 WSO2 Inc.
 http://wso2.com


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Thanks  Regards
 --
 Srisunmugaraja Paraparan
 Software Engineer,
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 email : parapa...@wso2.com, mobile : +94 77 0362151




 --
 Jagath Ariyananda
 Director - Support
 WSO2, Inc.
 Mobile:+94 714887531

 Disclaimer: This communication may contain privileged or other
 confidential information and is intended exclusively for the addressee/s.
 If you are not the intended recipient/s, or believe that you may have
 received this communication in error, please reply to the sender 
 indicating
 that fact and delete the copy you received and in addition, you should not
 print, copy, retransmit, disseminate, or otherwise use the information
 contained in this communication. Internet communications cannot be
 guaranteed to be timely, secure, error or virus-free. The sender does not
 accept liability for any errors or omissions.

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Best Regards,

 *Thilini Cooray*
 Software Engineer
 Mobile : +94 (0) 774 570 112 %2B94%20%280%29%20773%20451194
 E-mail : thili...@wso2.com

 WSO2 Inc. www.wso2.com
 lean.enterprise.middleware

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Vinod Kavinda
 Software Engineer, *WSO2, Inc http://www.wso2.com.*
 Mobile : +94 (0) 712 415544
 vi...@wso2.com

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Niranda Perera*
 Software Engineer, WSO2 Inc.
 Mobile: +94-71-554-8430
 Twitter: @n1r44 https://twitter.com/N1R44

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Malith Munasinghe | Software Engineer
 M: +94 (071) 9401122
 E: mali...@wso2.com
 W: http://wso2.com

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Announce] WSO2 Committers += Dulitha Wijewantha

2015-03-08 Thread Isuruwan Herath
Congratz Dulitha!

On Mon, Mar 9, 2015 at 11:22 AM, Kalpa Welivitigoda kal...@wso2.com wrote:

 Congratulations Dulitha !

 On Mon, Mar 9, 2015 at 11:21 AM, Kasun Dananjaya Delgolla kas...@wso2.com
  wrote:

 Congratz Chan! :)

 On Mon, Mar 9, 2015 at 10:03 AM, Damith Wickramasinghe dami...@wso2.com
 wrote:

 Congrats Dulitha...!!!

 On Mon, Mar 9, 2015 at 10:01 AM, Aiyadurai Rajeevan rajeev...@wso2.com
 wrote:

 Congrats Dulitha... :)

 Thanks  Regards,
 S.A.Rajeevan
 Software Engineer WSO2 Inc
 E-Mail: rajeev...@wso2.com | Mobile : +94776411636

 On Mon, Mar 9, 2015 at 9:18 AM, Inosh Perera ino...@wso2.com wrote:

 Congrats Dulitha!

 On Mon, Mar 9, 2015 at 8:53 AM, Harsha Kumara hars...@wso2.com
 wrote:

 Congratulations Dulitha!

 On Mon, Mar 9, 2015 at 7:36 AM, Gayan Gunawardana ga...@wso2.com
 wrote:

 Congratulations, Dulitha...!

 On Mon, Mar 9, 2015 at 6:49 AM, Dilan Udara Ariyaratne 
 dil...@wso2.com wrote:

 Congratulations, Dulitha!!!


 *Dilan U. Ariyaratne*
 Software Engineer
 WSO2 Inc. http://wso2.com/
 Mobile: +94775149066
 lean . enterprise . middleware

 On Mon, Mar 9, 2015 at 5:23 AM, Dakshika Jayathilaka 
 daksh...@wso2.com wrote:

 Congratulations Dulitha...!

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911

 On Sun, Mar 8, 2015 at 8:27 PM, Sameera Perera samee...@wso2.com
 wrote:

 Hi all,

 It is with great pleasure that WSO2 welcomes Dulitha Wijewantha
 as a WSO2 committer!

 Congratulations!


 --
 ​​

 --

 *Sameera Perera*
 Director of Engineering
 gtalk: samee...@wso2.com
 Tel : 94 11 214 5345
 Fax :94 11 2145300
 *WSO2, Inc.* http://wso2.com/
 lean.enterprise.middleware



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Gayan Gunawardana
 Software Engineer; WSO2 Inc.; http://wso2.com/
 Email: ga...@wso2.com
 Mobile: +94 (71) 8020933

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Harsha Kumara
 Software Engineer, WSO2 Inc.
 Mobile: +94775505618
 Blog:harshcreationz.blogspot.com

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Inosh Perera
 Software Engineer, WSO2 Inc.
 Tel: 0785293686

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Software Engineer
 WSO2 Inc.; http://wso2.com
 http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg
 lean.enterprise.middleware

 mobile: *+94728671315 %2B94728671315*


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Kasun Dananjaya Delgolla

 Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware
 Tel:  +94 11 214 5345
 Fax: +94 11 2145300
 Mob: + 94 771 771 015
 Blog: http://kddcodingparadise.blogspot.com
 Linkedin: *http://lk.linkedin.com/in/kasundananjaya
 http://lk.linkedin.com/in/kasundananjaya*

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [MB] Oracle SQL Exception when subscriber receives queue messages

2015-03-08 Thread Isuruwan Herath
It could be the client code not returning the connections back to pool as
well. No: of active sessions to the DB could be monitored using any DBA
tool (ex: TOAD).

Thanks!
Isuruwan

On Sun, Mar 8, 2015 at 4:38 PM, Ramith Jayasinghe ram...@wso2.com wrote:

 Hi,
  we need the help of folks who are familiar oracle to get this sorted.
  Any thoughts ?
 regards
 Ramith

 On Fri, Mar 6, 2015 at 8:04 PM, Pumudu Ruhunage pum...@wso2.com wrote:

 Hi All,

 I'm facing a oracle database issue when trying to test mb in cluster
 environment with oracle database.
 Following are the steps i followed.
 1. Start two mb nodes (node A, node B) with clustering enabled.
 2. Subscribe to node A with queue subscription MyQueue with a jms
 client.
 3. Start publish 2000 messages to node B to MyQueue using a jms client.
 4. Attached error log appears while receiving messages.

 As a work around i changed number of processes to 2000 with this alter
 statement[1]. Then it worked for 100,000 messages without throwing
 exceptions but it took around 5 minutes to finished receiving messages
 (There's a big performance drop when increase number of processes).

 Therefore, changing number of processes doesn't solve this issue. Is
 there a proper fix for this issue ?

 I found a jira [2] related to api manager with the same issue. But it
 didn't explain what's the exact fix(database configurations) for this issue.


 [1] -  alter system set processes=2000 scope=spfile;
 [2] - https://wso2.org/jira/browse/APIMANAGER-2304

 --
 Pumudu Ruhunage
 Associate Software Engineer | WSO2 Inc
 M: +94 779 664493  | http://wso2.com

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Ramith Jayasinghe
 Technical Lead
 WSO2 Inc., http://wso2.com
 lean.enterprise.middleware

 E: ram...@wso2.com
 P: +94 777542851




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Commiters += Manoj Gunawardena

2015-01-28 Thread Isuruwan Herath




 --
 Milinda Perera
 Software Engineer;
 WSO2 Inc. http://wso2.com ,
 Mobile: (+94) 714 115 032


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Danesh Kuruppu

2015-01-26 Thread Isuruwan Herath
Congratulations Danesh!!!

On Tue, Jan 27, 2015 at 10:01 AM, Kasun De Silva kas...@wso2.com wrote:

 Congratz Danesh!!

 *Kasun de Silva*
 Software Engineer | *WSO2 Inc.*; http://wso2.com
 lean.enterprise.middleware

 email   : kas...@wso2.com
 mobile : +94 77 794 4260


 On Tue, Jan 27, 2015 at 9:55 AM, Roshan Deniyage rosh...@wso2.com wrote:

 congrats Danesh!!!

 Roshan Deniyage
 Associate Technical Lead
 WSO2, Inc: http://wso2.com

 Mobile:  +94 777636406
 Twitter:  *https://twitter.com/roshku https://twitter.com/roshku*
 LinkedIn :  https://www.linkedin.com/in/roshandeniyage


 On Tue, Jan 27, 2015 at 9:36 AM, Manoj Kumara ma...@wso2.com wrote:

 Congratulations Danesh !!


 *Manoj Kumara*
 Software Engineer
 WSO2 Inc. http://wso2.com/
 *lean.enterprise.middleware*
 Mobile: +94713448188

 On Tue, Jan 27, 2015 at 9:31 AM, Srisunmugaraja Paraparan 
 parapa...@wso2.com wrote:

 Congratulations Danesh .

 On Tue, Jan 27, 2015 at 9:26 AM, Kalpa Welivitigoda kal...@wso2.com
 wrote:

 Congratulations Danesh !

 On Tue, Jan 27, 2015 at 9:25 AM, Prasanna Dangalla prasa...@wso2.com
 wrote:

 Congratulations Danesh

 On Tue, Jan 27, 2015 at 9:10 AM, Sithumini Senevirathne 
 sithumi...@wso2.com wrote:

 Congratulations Danesh !!



 On Tue, Jan 27, 2015 at 8:47 AM, Sagara Gunathunga sag...@wso2.com
 wrote:


 Its my pleasure to welcome Danesh Kuruppu as a WSO2 committer.
 Danesh, welcome aboard and keep up the good work.


 Thanks !
 --
 Sagara Gunathunga

 Senior Technical Lead; WSO2, Inc.;  http://wso2.com
 V.P Apache Web Services;http://ws.apache.org/
 Linkedin; http://www.linkedin.com/in/ssagara
 Blog ;  http://ssagara.blogspot.com


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 --
 Sithumini Senevirathne
 Software Engineer
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 email: sithumi...@wso2.com,   mobile: +94 756977999

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Prasanna Dangalla
 Software Engineer, WSO2, Inc.; http://wso2.com/
 lean.enterprise.middleware

 cell: +94 777 55 80 30 | +94 718 11 27 51
 twitter: @prasa77

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Best Regards,

 Kalpa Welivitigoda
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: kal...@wso2.com
 Mobile: +94776509215

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Thanks  Regards
 --
 Srisunmugaraja Paraparan
 Software Engineer,
 WSO2 Inc. - lean . enterprise . middleware |  wso2.com

 email : parapa...@wso2.com, mobile : +94 77 0362151

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Is there a platform standard for pagination?

2015-01-20 Thread Isuruwan Herath
Hi Dulitha,

You may find this implementation [1] useful. PaginationContext holds the
parameters to page.

[1[
https://github.com/wso2/carbon4-kernel/tree/master/core/org.wso2.carbon.registry.core/src/main/java/org/wso2/carbon/registry/core/pagination

Thanks!

On Mon, Jan 19, 2015 at 12:05 AM, Dulitha Wijewantha duli...@wso2.com
wrote:

 Hi guys,
 Is there a platform standard for pagination? How does asset pagination
 work in the registry right now?

 Cheers~

 --
 Dulitha Wijewantha (Chan)
 Software Engineer - Mobile Development
 WSO2 Inc
 Lean.Enterprise.Mobileware
  * ~Email   duli...@wso2.com duli...@wso2mobile.com*
 *  ~Mobile +94712112165 %2B94712112165*
 *  ~Website   dulitha.me http://dulitha.me*
 *  ~Twitter @dulitharw https://twitter.com/dulitharw*
   *~Github @dulichan https://github.com/dulichan*
   *~SO @chan http://stackoverflow.com/users/813471/chan*

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [ES] Cannot create an Asset Type

2014-12-15 Thread Isuruwan Herath
Short name type should match pattern ([a-zA-Z0-9])+ if you haven't
modified the default shortNameType in rxt.xsd . Also it seems you have an
additional /field tag below Createdtime. Try correcting them and check.


On Mon, Dec 15, 2014 at 5:14 PM, Shiva Balachandran sh...@wso2.com wrote:

 Hi Himasha,

 Nope, does not fix the issue.

 Thank you.

 Regards,


 On Mon, Dec 15, 2014 at 5:11 PM, Himasha Guruge himas...@wso2.com wrote:

 Hi Shiva,

 I'm not sure if dashes are supported ( shortName=E-Process ) , try
 without it and see.

 Thanks  Regards,
 Himasha

 On Mon, Dec 15, 2014 at 5:07 PM, Shiva Balachandran sh...@wso2.com
 wrote:

 Hi All,

 I am using ES 2.0.0, trying to create a new asset type and i encounter
 this error.

 ManageGenericArtifactServiceRegistryExceptionException

 You can find my RXT below, what could be causing this error,

 ?xml version=1.0?
 artifactType type=application/vnd.wso2-eproces+xml
 shortName=E-Process singularLabel=Executable Process
 pluralLabel=Executable Processes
   hasNamespace=false iconSet=10

 storagePath/eprocess/@{overview_provider}/@{overview_name}/@{overview_version}/storagePath
 nameAttributeoverview_name/nameAttribute
 ui
 list
 column name=Provider
 data type=path value=overview_provider
 href=@{storagePath}/
 /column
 column name=Name
 data type=path value=overview_name
 href=@{storagePath}/
 /column
 column name=Version
 data type=path value=overview_version
 href=@{storagePath}/
 /column
 /list
 /ui
 content
 table name=Overview
 field type=text required=true
 nameProvider/name
 /field
 field type=text required=true
 nameName/name
 /field
 field type=text required=true
 nameVersion/name
 /field
 field type=text
 nameCreatedtime/name
 /field
  /field
 field type=text-area
 nameDescription/name
 /field
 /table
 table name=Properties
 field type=text required=true
 nameOwner/name
 /field
 field type=text url=true required=true
 nameDeployment URL/name
 /field
 field type=text url=true required=true
 nameWebapp URL/name
 /field
 field type=text
 nameIT Support/name
 /field
 field type=text
 nameDevelopers/name
 /field
 field type=text
 namePredecessors/name
 /field
 field type=text
 nameSucessors/name
 /field
 field type=text
 nameGeneralizations/name
 /field
 field type=text
 nameSpecializations/name
 /field
 /table
 table name=Images
 field type=text required=true
 nameThumbnail/name
 /field
 field type=text required=true
 nameBanner/name
 /field
 field type=text required=true
 nameProcess Archive/name
 /field

 /table
 /content

 /artifactType

 Thank you.

 Regards,

 --
 Shiva Balachandran
 Software Engineer
 WSO2 Inc.

 Mobile - +94 774445788

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 --
 Himasha Guruge
 *Software Engineer*
 WS*O2* *Inc.*
 Mobile: +94 777459299
 himas...@wso2.com



 --
 Shiva Balachandran
 Software Engineer
 WSO2 Inc.

 Mobile - +94 774445788

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Authenticating Jaggery Apps

2014-11-26 Thread Isuruwan Herath
Thanks! We will evaluate the use cases of the apps we bundle and choose the
appropriate option.

/Isuruwan

On Tue, Nov 25, 2014 at 6:36 PM, Ruchira Wageesha ruch...@wso2.com wrote:


 On Tue, Nov 25, 2014 at 2:31 PM, Isuruwan Herath isuru...@wso2.com
 wrote:

 Hi Ruchira,

 I think the common use case would be to navigate from admin console. In
 that case (if we haven't enabled SSO for admin UI) the other option would
 be to navigate to another login page (as in BAM dashboards) ?

 Hmm... I think it depends on the app. There would be set of users who
 access both admin console and the app. But there would be another set of
 users who don't use/don't have permission for admin console.

 Think about ES or API Manager store and publisher. They will be deployed
 on worker nodes and will be directly accessed.


 Thanks!
 Isuruwan

 On Tue, Nov 25, 2014 at 2:23 PM, Ruchira Wageesha ruch...@wso2.com
 wrote:

 Hi Isuru,

 We have implemented SSO for the Jaggery apps that we ship in ES. Hope,
 you can also go with that. But, if you want to do SSO between admin console
 and Jaggery apps too, you will have to enable SSO for admin console.

 I am not sure, whether we will head on that way, i.e. Then the login UI
 will be different from the current login page of the admin console. Hence,
 if we enable SSO for the admin console, it might need to be done across the
 platform.

 /Ruchira

 On Tue, Nov 25, 2014 at 2:09 PM, Isuruwan Herath isuru...@wso2.com
 wrote:

 Hi,

 What is the recommended way to do $subject for jaggery apps bundled
 with products?

 Thanks!
 Isuruwan

 --
 Isuruwan Herath
 Technical Lead

 Contact: +94 776 273 296




 --

 *Ruchira Wageesha**Associate Technical Lead*
 *WSO2 Inc. - lean . enterprise . middleware |  wso2.com
 http://wso2.com*

 *email: ruch...@wso2.com ruch...@wso2.com,   blog:
 ruchirawageesha.blogspot.com http://ruchirawageesha.blogspot.com,
 mobile: +94 77 5493444 %2B94%2077%205493444*




 --
 Isuruwan Herath
 Technical Lead

 Contact: +94 776 273 296




 --

 *Ruchira Wageesha**Associate Technical Lead*
 *WSO2 Inc. - lean . enterprise . middleware |  wso2.com http://wso2.com*

 *email: ruch...@wso2.com ruch...@wso2.com,   blog:
 ruchirawageesha.blogspot.com http://ruchirawageesha.blogspot.com,
 mobile: +94 77 5493444 %2B94%2077%205493444*




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Authenticating Jaggery Apps

2014-11-25 Thread Isuruwan Herath
Hi,

What is the recommended way to do $subject for jaggery apps bundled with
products?

Thanks!
Isuruwan

-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Authenticating Jaggery Apps

2014-11-25 Thread Isuruwan Herath
Hi Ruchira,

I think the common use case would be to navigate from admin console. In
that case (if we haven't enabled SSO for admin UI) the other option would
be to navigate to another login page (as in BAM dashboards) ?

Thanks!
Isuruwan

On Tue, Nov 25, 2014 at 2:23 PM, Ruchira Wageesha ruch...@wso2.com wrote:

 Hi Isuru,

 We have implemented SSO for the Jaggery apps that we ship in ES. Hope, you
 can also go with that. But, if you want to do SSO between admin console and
 Jaggery apps too, you will have to enable SSO for admin console.

 I am not sure, whether we will head on that way, i.e. Then the login UI
 will be different from the current login page of the admin console. Hence,
 if we enable SSO for the admin console, it might need to be done across the
 platform.

 /Ruchira

 On Tue, Nov 25, 2014 at 2:09 PM, Isuruwan Herath isuru...@wso2.com
 wrote:

 Hi,

 What is the recommended way to do $subject for jaggery apps bundled with
 products?

 Thanks!
 Isuruwan

 --
 Isuruwan Herath
 Technical Lead

 Contact: +94 776 273 296




 --

 *Ruchira Wageesha**Associate Technical Lead*
 *WSO2 Inc. - lean . enterprise . middleware |  wso2.com http://wso2.com*

 *email: ruch...@wso2.com ruch...@wso2.com,   blog:
 ruchirawageesha.blogspot.com http://ruchirawageesha.blogspot.com,
 mobile: +94 77 5493444 %2B94%2077%205493444*




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Governance][Lifecycle] How to get allowed lifecycle transitions by lifecycle state

2014-11-09 Thread Isuruwan Herath
If the same life cycle applies for all artifacts displayed in the list,
then you don't need to get the allowed transitions for each artifact. If
the page shows artifacts of a certain state, then allowed transitions are
the same for all.

Thanks!
Isuruwan

On Mon, Nov 10, 2014 at 11:30 AM, Samith Dassanayake sam...@wso2.com
wrote:

 Hi Isuruwan,
 I'm trying to fix a JIRA[1] where we have to show the allowed
 transitions(promote or demote buttons) for the applications, in the UI of
 the App Factory, according to the allowed transitions according to the
 lifecycle configuration. For example as below image, When user selects the
 stage as the Production, then he should be abled to see the allowed
 transitions from the selected state. It is not efficient to get the allowed
 transitions for each resource since it is not gonna change
 to resource to resource in AF.

 [image: Inline image 1]

 [1] https://wso2.org/jira/browse/APPFAC-2628


 On Sat, Nov 8, 2014 at 1:09 AM, Isuruwan Herath isuru...@wso2.com wrote:

 Hi Samith,

 Currently the APIs exposed can give the available actions for a
 particular state with reference to a resource [1] [2]. Please explain your
 use case if it doesn't associate with a resource.

 [1]
 https://docs.wso2.com/display/Governance460/Lifecycle+Transition+With+Governance+API
 - Get all Action List
 [2] https://docs.wso2.com/display/Governance460/Managing+Aspects -
 Retrieving Actions of an Aspect

 Thanks!

 On Fri, Nov 7, 2014 at 7:00 PM, Samith Dassanayake sam...@wso2.com
 wrote:

 Hi all,
 Is there way(or API) to get allowed transitions by the lifecycle state?
 For example lets say I have 3 states[1] as Development, Testing and
 Production.I want to know what the transitions[2] allowed for state
 Testing. How we can get that?

 [1]
 https://docs.wso2.com/display/Governance460/Lifecycle+Configuration+Elements#LifecycleConfigurationElements-state
 [2]
 https://docs.wso2.com/display/Governance460/Lifecycle+Configuration+Elements#LifecycleConfigurationElements-transition

 Thanks
 Samith

 --
 Best Regards

 Samith Dassanayake
 Software Engineer, WSO2 Inc.


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Isuruwan Herath
 Technical Lead

 Contact: +94 776 273 296




 --
 Best Regards

 Samith Dassanayake
 Software Engineer, WSO2 Inc.




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Governance][Lifecycle] How to get allowed lifecycle transitions by lifecycle state

2014-11-07 Thread Isuruwan Herath
Hi Samith,

Currently the APIs exposed can give the available actions for a particular
state with reference to a resource [1] [2]. Please explain your use case if
it doesn't associate with a resource.

[1]
https://docs.wso2.com/display/Governance460/Lifecycle+Transition+With+Governance+API
- Get all Action List
[2] https://docs.wso2.com/display/Governance460/Managing+Aspects -
Retrieving Actions of an Aspect

Thanks!

On Fri, Nov 7, 2014 at 7:00 PM, Samith Dassanayake sam...@wso2.com wrote:

 Hi all,
 Is there way(or API) to get allowed transitions by the lifecycle state?
 For example lets say I have 3 states[1] as Development, Testing and
 Production.I want to know what the transitions[2] allowed for state
 Testing. How we can get that?

 [1]
 https://docs.wso2.com/display/Governance460/Lifecycle+Configuration+Elements#LifecycleConfigurationElements-state
 [2]
 https://docs.wso2.com/display/Governance460/Lifecycle+Configuration+Elements#LifecycleConfigurationElements-transition

 Thanks
 Samith

 --
 Best Regards

 Samith Dassanayake
 Software Engineer, WSO2 Inc.


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Niranjan Karunanandham

2014-11-03 Thread Isuruwan Herath
/in/gajasinghe
 blog: http://kasunbg.org



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GREG] Add a resource under a existing resource

2014-09-22 Thread Isuruwan Herath
Hi Udara,

You cannot create a resource and a collection by the same name under a same
parent path. What is the use case you are trying to implement? Any reason
why you cannot group parent and sub resources of the stratos/wso2app into a
collection structure?

Thanks!
Isuruwan

On Mon, Sep 22, 2014 at 12:27 PM, Udara Liyanage ud...@wso2.com wrote:

 Hi,

 I have already created a registry resource under path /stratos/wso2app.
 Then I created another resource under the patch /stratos/wso2app/phpcluster
 which failed with the following error message.
 Is there a way to create a resource under sub path of a already existing
 resource.
 If not please suggest a workaround/alternative.


 Failed to add new Collection /_system/governance/startos/wso2app *There
 already exist non collection resource.*
 at
 org.wso2.carbon.registry.core.jdbc.Repository.addEmptyCollection(Repository.java:1148)
 at org.wso2.carbon.registry.core.jdbc.Repository.add(Repository.java:1013)
 at org.wso2.carbon.registry.core.jdbc.Repository.put(Repository.java:305)
 at
 org.wso2.carbon.registry.core.jdbc.EmbeddedRegistry.put(EmbeddedRegistry.java:709)
 at
 org.wso2.carbon.registry.core.caching.CacheBackedRegistry.put(CacheBackedRegistry.java:465)
 at
 org.wso2.carbon.registry.core.session.UserRegistry.put(UserRegistry.java:657)
 at
 org.wso2.carbon.registry.core.session.UserRegistry.put(UserRegistry.java:638)
 at
 org.apache.stratos.metadataservice.registry.CarbonRegistry.addPropertiesToCluster(CarbonRegistry.java:194)
 at
 org.apache.stratos.metadataservice.services.MetaDataAdmin.addPropertiesToACluster(MetaDataAdmin.java:260)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at
 org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:180)
 at
 org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)
 at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:194)
 at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:100)
 at
 org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:57)
 at
 org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:93)
 at
 org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:271)
 at
 org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
 at
 org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:239)
 at
 org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:223)
 at
 org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:203)
 at
 org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:137)
 at
 org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:159)
 at
 org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:286)
 at
 org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:206)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:755)
 at
 org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:262)
 at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
 at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
 at
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
 at
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
 at
 org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
 at
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
 at
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
 at
 org.wso2.carbon.tomcat.ext.valves.CompositeValve.continueInvocation(CompositeValve.java:178)
 at
 org.wso2.carbon.tomcat.ext.valves.CarbonTomcatValve$1.invoke(CarbonTomcatValve.java:47)
 at
 org.wso2.carbon.webapp.mgt.TenantLazyLoaderValve.invoke(TenantLazyLoaderValve.java:56)
 at
 org.wso2.carbon.tomcat.ext.valves.TomcatValveContainer.invokeValves(TomcatValveContainer.java:47)
 at
 org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:141)


 --

 Udara Liyanage
 Software Engineer
 WSO2, Inc.: http://wso2.com
 lean. enterprise. middleware

 web: http://udaraliyanage.wordpress.com
 phone: +94 71 443 6897

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev

Re: [Dev] WSO2 Committers += Sewwandhi Perera

2014-09-17 Thread Isuruwan Herath
 Handakumbura*
 Software Engineer - QA
 WSO2 Inc; http://www.wso2.com/.
 Mobile;
 *+9406740 %2B9406740 *

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Kavith Lokuhewage

2014-08-05 Thread Isuruwan Herath
/




 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Susinda Perera*
 Software Engineer
 Mobile:(+94)716049075

 WSO2 Inc. http://wso2.com/
 Tel : 94 11 214 5345 Fax :94 11 2145300


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Announce] WSO2 Committers += Jayanga Dissanayake

2014-08-05 Thread Isuruwan Herath
Congrats Jayanga!!!


On Tue, Aug 5, 2014 at 7:36 AM, Dakshika Jayathilaka daksh...@wso2.com
wrote:

 Congratulations Jayanga!!

 *Dakshika Jayathilaka*
 Software Engineer
 WSO2, Inc.
 lean.enterprise.middleware
 0771100911


 On Tue, Aug 5, 2014 at 10:59 AM, Sajith Ravindra saji...@wso2.com wrote:

 Congrads jayanga


 Thanks
 *, Sajith Ravindra*
 Senior Software Engineer

 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 77 2273550
 blog: http://sajithr.blogspot.com/
 http://lk.linkedin.com/pub/shani-ranasinghe/34/111/ab


 On Tue, Aug 5, 2014 at 11:10 AM, Sameera Jayasoma same...@wso2.com
 wrote:

  Hello Folks,

 In recognition of his contributions to WSO2 Carbon as well as to WSO2 in
 various forms, we are pleased to announce the WSO2 committership of Jayanga
 Dissanayake.

 Jayanga has contributed in many areas, including Development Governance
 Project for C5, Operation Center. We look forward to his valuable
 involvement as a WSO2 committer.

 Jayanga, welcome to WSO2 Committer's club. Please join us in
 congratulating him.

 Thanks,
 Sameera.

 --
 Sameera Jayasoma,
 Software Architect,

 WSO2, Inc. (http://wso2.com)
 email: same...@wso2.com
 blog: http://sameera.adahas.org
 twitter: https://twitter.com/sameerajayasoma
 flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
 Mobile: 0094776364456

 Lean . Enterprise . Middleware


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Shazni Nazir

2014-06-04 Thread Isuruwan Herath
Congratz Shazni !!!


On Wed, Jun 4, 2014 at 3:28 AM, Amal Gunatilake am...@wso2.com wrote:

 Congratz Shazni ! :)

 Thank you   Best regards,

 *Amal Gunatilake*
  Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware


 On Wed, Jun 4, 2014 at 11:13 AM, Gayan Yalpathwala gay...@wso2.com
 wrote:

 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 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 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!.

 --
 Thanks
 /subash

 *Subash Chaturanga*
 Senior Software Engineer :Platform TG; WSO2 Inc. http://wso2.com

 email: sub...@wso2.com
 blog:  http://subashsdm.blogspot.com/
 twitter: @subash89
 phone: +9477 2225922
 Lean . Enterprise . Middleware

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Lali Sudaththa Devamanthri*
 Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 71 895 4922
  http://www.wso2.com

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Tishan Dahanayakage
 Software Engineer
  WSO2, Inc.
 Mobile:+94 716481328

 Disclaimer: This communication may contain privileged or other
 confidential information and is intended exclusively for the addressee/s.
 If you are not the intended recipient/s, or believe that you may have
 received this communication in error, please reply to the sender indicating
 that fact and delete the copy you received and in addition, you should not
 print, copy, re-transmit, disseminate, or otherwise use the information
 contained in this communication. Internet communications cannot be
 guaranteed to be timely, secure, error or virus-free. The sender does not
 accept liability for any errors or omissions.

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Gayan Kaushalya Yalpathwala*
  Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 71 8682704 http://asia14.wso2con.com/

  http://asia14.wso2con.com/

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Lali Devamanthri

2014-05-30 Thread Isuruwan Herath
Congrats Lali!!!


On Fri, May 30, 2014 at 7:01 AM, Waruna Jayaweera waru...@wso2.com wrote:

 Congratzz...:D


 On Fri, May 30, 2014 at 12:11 PM, Dinesh Bandara dine...@wso2.com wrote:

 Congratulations !


 On Fri, May 30, 2014 at 11:08 AM, Jasintha Dasanayake jasin...@wso2.com
 wrote:

 Hi All,

 It's my distinct pleasure to welcome Lali as a WSO2 Committer.

 Lali has  been a valuable contributor for WSO2 Developer Studio since he
 joined WSO2. In recognition of his contributions to WSO2, he has been voted
 as a WSO2 Committer.

 Lali, Congratulations and Keep up the good work!

 Thanks and Regards,
 /Jasintha

 --

 *Jasintha Dasanayake *

 *Senior Software EngineerWSO2 Inc. | http://wso2.com http://wso2.com/
 lean . enterprise . middleware*


 *mobile :- 0711368118*

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Dinesh Bandara*

 Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Regards,

 Waruna Lakshitha Jayaweera
 Software Engineer
 WSO2 Inc; http://wso2.com
 phone: +94713255198

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Amal Gunatilake

2014-04-20 Thread Isuruwan Herath
Congrats Amal...!!!


On Mon, Apr 21, 2014 at 10:59 AM, Lasantha Fernando lasan...@wso2.comwrote:

 Congratulations Amal...!!!


 On 21 April 2014 10:46, Ruwan Yatawara ruw...@wso2.com wrote:

 Congrats Amal!

 Thanks and Regards,

 Ruwan Yatawara

 Software Engineer,
 WSO2 Inc.
  lean . enterprise . middleware

 email : ruw...@wso2.com
 mobile : +94 77 9110413
 blog : http://thoughts.ruwan-ace.com/
 www: :http://wso2.com



 On Mon, Apr 21, 2014 at 10:31 AM, Chathurika Mahaarachchi 
 chathur...@wso2.com wrote:

 Congratulations Amal !


 On Mon, Apr 21, 2014 at 10:26 AM, Aruna Karunarathna ar...@wso2.comwrote:

 Congratulations Amal...!!!


 On Mon, Apr 21, 2014 at 10:20 AM, Pamod Sylvester pa...@wso2.comwrote:

 Congratulations Amal !!


 On Mon, Apr 21, 2014 at 10:00 AM, Harshan Liyanage 
 hars...@wso2.comwrote:

 Congradz Amal!

 Best Regards,

 Lakshitha Harshan
 Software Engineer
 Mobile: *+94724423048*
 Email: hars...@wso2.com
 Blog : http://harshanliyanage.blogspot.com/
 *WSO2, Inc. :** wso2.com http://wso2.com/*
 lean.enterprise.middleware.


 On Sat, Apr 19, 2014 at 10:43 PM, Gayan Yalpathwala 
 gay...@wso2.comwrote:

 Congratulations on your achievement Amal !!


 On Sat, Apr 19, 2014 at 10:08 PM, Manoj Kumara ma...@wso2.comwrote:

 Congratulation Amal !!!


 *Manoj Kumara*
 Software Engineer
 WSO2 Inc. http://wso2.com/
 *lean.enterprise.middleware*
 Mobile: +94713448188


 On Sat, Apr 19, 2014 at 8:27 AM, Nandika Jayawardana 
 nand...@wso2.com wrote:

 Hi All,

 It's my  pleasure to announce Amal Gunatilake as a WSO2 Committer.
 Amal has  been a valuable contributor for WSO2 BPS product and in
 recognition of his contributions to WSO2, he has been voted as a WSO2
 Committer.

 Amal, Congratulations and Keep up the good work!

 Thanks and Regards,
 Nandika

 --
 Nandika Jayawardana
 Senior Technical Lead
 WSO2 Inc ; http://wso2.com
 lean.enterprise.middleware

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Gayan Kaushalya Yalpathwala*
  Software Engineer

 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 71 8682704 http://asia14.wso2con.com/

  http://asia14.wso2con.com/

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Pamod Sylvester *
  * Software Engineer *
 Integration Technologies Team, WSO2 Inc.; http://wso2.com
 email: pa...@wso2.com cell: +94 77 7779495

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --

 * Aruna Sujith Karunarathna* | Software Engineer
 WSO2, Inc | lean. enterprise. middleware.
 #20, Palm Grove, Colombo 03, Sri Lanka
 Mobile: +94 71 9040362 | Work: +94 112145345
 Email: ar...@wso2.com | Web: www.wso2.com


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Chathurika Mahaarachchi*
 Software Engineer, QA.
 WSO2 Inc.: http://wso2.com/
 lean.enterprise.middleware
 Mobile: +94718223950

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Lasantha Fernando*
 Software Engineer - Data Technologies Team
 WSO2 Inc. http://wso2.com

 email: lasan...@wso2.com
 mobile: (+94) 71 5247551

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Waruna Jayaweera

2014-04-20 Thread Isuruwan Herath
Congrats Waruna...!!!


On Mon, Apr 21, 2014 at 10:57 AM, Lasantha Fernando lasan...@wso2.comwrote:

 Congratulations Waruna...!!


 On 21 April 2014 10:29, Chathurika Mahaarachchi chathur...@wso2.comwrote:

 Congratulations Waruna...!!!


 On Mon, Apr 21, 2014 at 10:27 AM, Aruna Karunarathna ar...@wso2.comwrote:

 Congratulations Waruna...!!!


 On Sat, Apr 19, 2014 at 8:23 AM, Nandika Jayawardana 
 nand...@wso2.comwrote:

 Hi All,

 It's my  pleasure to announce Waruna Jayaweera as a WSO2 Committer.
 Waruna has  been a valuable contributor for WSO2 BPS / BRS products and in
 recognition of his contributions to WSO2, he has been voted as a WSO2
 Committer.

 Waruna, Congratulations and Keep up the good work!

 Thanks and Regards,
 Nandika

 --
 Nandika Jayawardana
 Senior Technical Lead
 WSO2 Inc ; http://wso2.com
 lean.enterprise.middleware

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --

 * Aruna Sujith Karunarathna* | Software Engineer
 WSO2, Inc | lean. enterprise. middleware.
 #20, Palm Grove, Colombo 03, Sri Lanka
 Mobile: +94 71 9040362 | Work: +94 112145345
 Email: ar...@wso2.com | Web: www.wso2.com


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Chathurika Mahaarachchi*
 Software Engineer, QA.
 WSO2 Inc.: http://wso2.com/
 lean.enterprise.middleware
 Mobile: +94718223950

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Lasantha Fernando*
 Software Engineer - Data Technologies Team
 WSO2 Inc. http://wso2.com

 email: lasan...@wso2.com
 mobile: (+94) 71 5247551

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Do text-area fields defined in rxt files have a maximum limit?

2014-04-03 Thread Isuruwan Herath
If you mean the visible width of the text-area, then yes, you can change
it. When you don't specify any value, text area will have a default width
of 400px. If you need to change it, then you need to edit the two schema
files, rxt.xsd and service-ui-config.xsd in
[PRODUCT_HOME]/repository/resources and introduce width as an attribute
under fieldType. Then define the width in your rxt as : *field
type=text-area width=xxx*.

HTH,
Isuruwan


On Thu, Apr 3, 2014 at 12:52 PM, Uvindra Dias Jayasinha uvin...@wso2.comwrote:

 Note that I'm specifically referring to the length of the field


 On Thu, Apr 3, 2014 at 12:50 PM, Uvindra Dias Jayasinha 
 uvin...@wso2.comwrote:

 Can anyone answer the following, $Subject

 If so, then is there a way to increase this limit via a configuration?

 Thanks

 --
 Regards,
 Uvindra

 Mobile: 33962




 --
 Regards,
 Uvindra

 Mobile: 33962

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 governance : Service performance metrics management

2014-02-25 Thread Isuruwan Herath
Hi Waruna,

G-Reg currently do not support OOTB run-time governance based on service
performance matrices. In fact, we are working on this feature(#2337) at the
moment with a model based on SLAs and defining thresholds in G-Reg and
enabling to enforce them by monitored service performance KPIs.

Regards,
Isuruwan


On Wed, Feb 26, 2014 at 10:58 AM, Waruna Jayaweera waru...@wso2.com wrote:

 Hi,
 G-reg product claims service performance metrics management as one of
 runtime governance feature in product description. Can I get some
 explanation what actually this feature does and any sample documentation
 URL on how to manage service metrics with G-reg?

 --
 Regards,

 Waruna Lakshitha Jayaweera
 Software Engineer
 WSO2 Inc; http://wso2.com
 phone: +94713255198

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Developers += Sameera Medagammaddegedara

2014-02-03 Thread Isuruwan Herath
Congrats SameeraM !!!

Regards!


On Mon, Feb 3, 2014 at 3:08 PM, Manula Chathurika Thantriwatte 
manu...@wso2.com wrote:

 Congratulations Sameera !!!


 On Mon, Feb 3, 2014 at 3:01 PM, Amal Gunatilake am...@wso2.com wrote:

 Congratulations Sameera !!

 Thank you   Best regards,

 *Amal Gunatilake*
  Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware


 On Mon, Feb 3, 2014 at 2:49 PM, Gayan Yalpathwala gay...@wso2.comwrote:

 Congratulations Sameera!!


 On Sun, Feb 2, 2014 at 10:37 PM, Pubudud Dissanayake 
 pubu...@wso2.comwrote:

 Congratulations Sameera !!


 On Sun, Feb 2, 2014 at 10:24 PM, Sameera Medagammaddegedara 
 samee...@wso2.com wrote:


 Thank You Everyone.


 On Sat, Feb 1, 2014 at 6:05 AM, Nuwan Bandara nu...@wso2.com wrote:

 Hi All,

 Please welcome SameeraM as our newest addition to the WSO2 Commiters
 list. Sameera's contribution to WSO2 platform and product stack can be
 found at [1]. Your contribution is much valued and hope you will keep it 
 up.

 [1] https://github.com/splinter?tab=activity

 --



 *Thanks  Regards, Nuwan BandaraTechnical Lead; **WSO2 Inc. *
 *lean . enterprise . middleware |  http://wso2.com http://wso2.com *

 *blog : http://nuwanbando.com http://nuwanbando.com; email:
 nu...@wso2.com nu...@wso2.com; phone: +1 812 606 7390
 %2B1%20812%20606%207390 *
 http://www.nuwanbando.com/




 --
 Sameera Medagammaddegedara
 Software Engineer

 Contact:
 Email: samee...@wso2.com
 Mobile: + 94 077 255 3005

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Pubudu Dissanayake*
  Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware
 Mobile: 0775503304

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Gayan Kaushalya Yalpathwala*
  Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 71 8682704 http://asia14.wso2con.com/

 http://asia14.wso2con.com/

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Regards,
 Manula Chathurika Thantriwatte
 Software Engineer
 WSO2 Inc. : http://wso2.com
 lean . enterprise . middleware

 email : manu...@wso2.com / man...@apache.org
 phone : +94 772492511
 blog : http://manulachathurika.blogspot.com/




 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Imesh Gunaratne

2014-01-29 Thread Isuruwan Herath
Congrats Imesh!!!


On Thu, Jan 30, 2014 at 10:59 AM, Shani Ranasinghe sh...@wso2.com wrote:

 congratulations Imesh


 On Thu, Jan 30, 2014 at 10:02 AM, Manoj Kumara ma...@wso2.com wrote:

 Congratulations Imesh...

 Best Regards..


 Manoj Kumara
 Software Engineer
 WSO2, Inc.; http://wso2.com

 Twitter:  http://twitter.com/ManKuma
 Mobile: +94713448188


 On Thu, Jan 30, 2014 at 12:21 AM, Lakmal Warusawithana 
 lak...@wso2.comwrote:

 Hi,

 Its my pleasure to welcome Imesh Gunaratne as a WSO2 Commiter.

 Imesh, welcome aboard and keep up the good work.

 regards

 --
 Lakmal Warusawithana
 Software Architect; WSO2 Inc.
 Mobile : +94714289692
 Blog : http://lakmalsview.blogspot.com/


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 Thanks and Regards
 *,Shani Ranasinghe*

 Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 77 2273555
 linked in: lk.linkedin.com/pub/shani-ranasinghe/34/111/ab

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Please provide an update on stabilizing the current branches chunks?

2014-01-24 Thread Isuruwan Herath
Hi Krishantha,

I executed all chunks with the with the feature to run UI tests remotely.
Chunk02 was successfully built but there were failures in chunk05 and
chunk06 [1] . Noted the following exception in APIM UI tests in chunk06:

error   24-Jan-2014 02:17:51at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
error   24-Jan-2014 02:17:51Caused by: java.lang.RuntimeException: Port
9763 is not open
error   24-Jan-2014 02:17:51at
org.wso2.carbon.automation.core.utils.ClientConnectionUtil.waitForPort(ClientConnectionUtil.java:111)
error   24-Jan-2014 02:17:51at
org.wso2.carbon.automation.core.utils.serverutils.ServerUtils.startServerUsingCarbonHome(ServerUtils.java:133)
error   24-Jan-2014 02:17:51at
org.wso2.carbon.automation.core.ServerGroupManager.startServer(ServerGroupManager.java:92)
error   24-Jan-2014 02:17:51at
org.wso2.carbon.automation.core.ServerGroupManager.startServersForBuilder(ServerGroupManager.java:98)

Could this be an infrastructure issue with the remote UI test server
and bamboo builder?

[1] http://wso2.org/bamboo/browse/TEST001

Regards!



On Wed, Jan 22, 2014 at 12:04 PM, Isuruwan Herath isuru...@wso2.com wrote:

 Yes, rebuilding the failures did not give the mentioned error again. As
 the UI tests have been worked around I'm running bamboo plans again from
 chunk02 and let's see if the p2-profile-gen fails again. Thanks for looking
 into this.

 Cheers!
 Isuruwan


 On Wed, Jan 22, 2014 at 11:51 AM, Lasantha Fernando lasan...@wso2.comwrote:




 On 21 January 2014 12:55, Isuruwan Herath isuru...@wso2.com wrote:

 Hi Lasantha,

 Following is the error occurred in Bamboo log [1] :

 [ERROR] Failed to execute goal
 org.wso2.maven:carbon-p2-plugin:1.5.3:p2-profile-gen
 (p2-profile-generation-for-gateway-manager-profile) on project
 am-p2-profile: P2 publisher return code was 137 - [Help 1]

 Bamboo plan is configured to build from chunk06 folder in branch.

 [1] http://wso2.org/bamboo/browse/TEST001-EPC6-1/log


 Hi Isuruwan,

 Asked for the logs since thought I might have made a mistake in creating
 the tag for chunk-06. I did verify it in a clean repo build. AFAIK, there
 were some changes done to the p2-repo after the tag was created. But no
 changes were done to the product builds. Guess those commits also need to
 go into the tag.

 Anyway, looks like the current build failure in chunk-06 is due to UI
 integration tests.

 Thanks,
 Lasantha




 Regards!



 On Tue, Jan 21, 2014 at 11:28 AM, Lasantha Fernando 
 lasan...@wso2.comwrote:

 Hi Isuruwan,

 Can you post the error you encountered in building chunk-06? Are you
 building from the chunk-06 tag?

 Thanks,
 Lasantha


 On 21 January 2014 10:45, Afkham Azeez az...@wso2.com wrote:

  Krishantha,
 If the UI tests cannot be fixed by EOD today, let's disable them until
 we find a proper solution.


 On Tue, Jan 21, 2014 at 10:28 AM, Isuruwan Herath 
 isuru...@wso2.comwrote:

 Hi Azeez,
 I created plans and executed all released chunks under Bamboo plan
 TEST 4.2.0. Apart from the failure in 'WSO2 API Manager - P2 Profile
 Generation' (noted yesterday) in chunk06 other failures are related to UI
 integration tests (in chunk02, chunk05, chunk06). Krishantha is working 
 on
 the failures in UI tests to run them remotely (I see chunk02 is being 
 built
 at the moment). If we get that through we can run all plans once more and
 confirm all released chunks are clean.

 Regards!
 Isuruwan


 On Tue, Jan 21, 2014 at 8:53 AM, Afkham Azeez az...@wso2.com wrote:

 Isuruwan,
 $subject please.

 --
 *Afkham Azeez*
 Director of Architecture; WSO2, Inc.; http://wso2.com
 Member; Apache Software Foundation; http://www.apache.org/
 * http://www.apache.org/*
 *email: **az...@wso2.com* az...@wso2.com
 * cell: +94 77 3320919 %2B94%2077%203320919 blog: *
 *http://blog.afkham.org* http://blog.afkham.org
 *twitter: 
 **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
 * linked-in: **http://lk.linkedin.com/in/afkhamazeez
 http://lk.linkedin.com/in/afkhamazeez*

 *Lean . Enterprise . Middleware*




 --
 Isuruwan Herath
 Technical Lead

 Contact: +94 776 273 296




 --
 *Afkham Azeez*
 Director of Architecture; WSO2, Inc.; http://wso2.com
 Member; Apache Software Foundation; http://www.apache.org/
 * http://www.apache.org/*
 *email: **az...@wso2.com* az...@wso2.com
 * cell: +94 77 3320919 %2B94%2077%203320919 blog: *
 *http://blog.afkham.org* http://blog.afkham.org
 *twitter: 
 **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
 * linked-in: **http://lk.linkedin.com/in/afkhamazeez
 http://lk.linkedin.com/in/afkhamazeez*

 *Lean . Enterprise . Middleware*

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Lasantha Fernando*
 Software Engineer - Data Technologies Team
 WSO2 Inc. http://wso2.com

 email: lasan...@wso2.com
 mobile: (+94) 71 5247551

Re: [Dev] Please provide an update on stabilizing the current branches chunks?

2014-01-21 Thread Isuruwan Herath
Yes, rebuilding the failures did not give the mentioned error again. As the
UI tests have been worked around I'm running bamboo plans again from
chunk02 and let's see if the p2-profile-gen fails again. Thanks for looking
into this.

Cheers!
Isuruwan


On Wed, Jan 22, 2014 at 11:51 AM, Lasantha Fernando lasan...@wso2.comwrote:




 On 21 January 2014 12:55, Isuruwan Herath isuru...@wso2.com wrote:

 Hi Lasantha,

 Following is the error occurred in Bamboo log [1] :

 [ERROR] Failed to execute goal
 org.wso2.maven:carbon-p2-plugin:1.5.3:p2-profile-gen
 (p2-profile-generation-for-gateway-manager-profile) on project
 am-p2-profile: P2 publisher return code was 137 - [Help 1]

 Bamboo plan is configured to build from chunk06 folder in branch.

 [1] http://wso2.org/bamboo/browse/TEST001-EPC6-1/log


 Hi Isuruwan,

 Asked for the logs since thought I might have made a mistake in creating
 the tag for chunk-06. I did verify it in a clean repo build. AFAIK, there
 were some changes done to the p2-repo after the tag was created. But no
 changes were done to the product builds. Guess those commits also need to
 go into the tag.

 Anyway, looks like the current build failure in chunk-06 is due to UI
 integration tests.

 Thanks,
 Lasantha




 Regards!



 On Tue, Jan 21, 2014 at 11:28 AM, Lasantha Fernando lasan...@wso2.comwrote:

 Hi Isuruwan,

 Can you post the error you encountered in building chunk-06? Are you
 building from the chunk-06 tag?

 Thanks,
 Lasantha


 On 21 January 2014 10:45, Afkham Azeez az...@wso2.com wrote:

  Krishantha,
 If the UI tests cannot be fixed by EOD today, let's disable them until
 we find a proper solution.


 On Tue, Jan 21, 2014 at 10:28 AM, Isuruwan Herath isuru...@wso2.comwrote:

 Hi Azeez,
 I created plans and executed all released chunks under Bamboo plan
 TEST 4.2.0. Apart from the failure in 'WSO2 API Manager - P2 Profile
 Generation' (noted yesterday) in chunk06 other failures are related to UI
 integration tests (in chunk02, chunk05, chunk06). Krishantha is working on
 the failures in UI tests to run them remotely (I see chunk02 is being 
 built
 at the moment). If we get that through we can run all plans once more and
 confirm all released chunks are clean.

 Regards!
 Isuruwan


 On Tue, Jan 21, 2014 at 8:53 AM, Afkham Azeez az...@wso2.com wrote:

 Isuruwan,
 $subject please.

 --
 *Afkham Azeez*
 Director of Architecture; WSO2, Inc.; http://wso2.com
 Member; Apache Software Foundation; http://www.apache.org/
 * http://www.apache.org/*
 *email: **az...@wso2.com* az...@wso2.com
 * cell: +94 77 3320919 %2B94%2077%203320919 blog: *
 *http://blog.afkham.org* http://blog.afkham.org
 *twitter: 
 **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
 * linked-in: **http://lk.linkedin.com/in/afkhamazeez
 http://lk.linkedin.com/in/afkhamazeez*

 *Lean . Enterprise . Middleware*




 --
 Isuruwan Herath
 Technical Lead

 Contact: +94 776 273 296




 --
 *Afkham Azeez*
 Director of Architecture; WSO2, Inc.; http://wso2.com
 Member; Apache Software Foundation; http://www.apache.org/
 * http://www.apache.org/*
 *email: **az...@wso2.com* az...@wso2.com
 * cell: +94 77 3320919 %2B94%2077%203320919 blog: *
 *http://blog.afkham.org* http://blog.afkham.org
 *twitter: 
 **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
 * linked-in: **http://lk.linkedin.com/in/afkhamazeez
 http://lk.linkedin.com/in/afkhamazeez*

 *Lean . Enterprise . Middleware*

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Lasantha Fernando*
 Software Engineer - Data Technologies Team
 WSO2 Inc. http://wso2.com

 email: lasan...@wso2.com
 mobile: (+94) 71 5247551




 --
 Isuruwan Herath
 Technical Lead

 Contact: +94 776 273 296




 --
 *Lasantha Fernando*
 Software Engineer - Data Technologies Team
 WSO2 Inc. http://wso2.com

 email: lasan...@wso2.com
 mobile: (+94) 71 5247551




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Please provide an update on stabilizing the current branches chunks?

2014-01-20 Thread Isuruwan Herath
Hi Lasantha,

Following is the error occurred in Bamboo log [1] :

[ERROR] Failed to execute goal
org.wso2.maven:carbon-p2-plugin:1.5.3:p2-profile-gen
(p2-profile-generation-for-gateway-manager-profile) on project
am-p2-profile: P2 publisher return code was 137 - [Help 1]

Bamboo plan is configured to build from chunk06 folder in branch.

[1] http://wso2.org/bamboo/browse/TEST001-EPC6-1/log

Regards!



On Tue, Jan 21, 2014 at 11:28 AM, Lasantha Fernando lasan...@wso2.comwrote:

 Hi Isuruwan,

 Can you post the error you encountered in building chunk-06? Are you
 building from the chunk-06 tag?

 Thanks,
 Lasantha


 On 21 January 2014 10:45, Afkham Azeez az...@wso2.com wrote:

 Krishantha,
 If the UI tests cannot be fixed by EOD today, let's disable them until we
 find a proper solution.


 On Tue, Jan 21, 2014 at 10:28 AM, Isuruwan Herath isuru...@wso2.comwrote:

 Hi Azeez,
 I created plans and executed all released chunks under Bamboo plan TEST
 4.2.0. Apart from the failure in 'WSO2 API Manager - P2 Profile
 Generation' (noted yesterday) in chunk06 other failures are related to UI
 integration tests (in chunk02, chunk05, chunk06). Krishantha is working on
 the failures in UI tests to run them remotely (I see chunk02 is being built
 at the moment). If we get that through we can run all plans once more and
 confirm all released chunks are clean.

 Regards!
 Isuruwan


 On Tue, Jan 21, 2014 at 8:53 AM, Afkham Azeez az...@wso2.com wrote:

 Isuruwan,
 $subject please.

 --
 *Afkham Azeez*
 Director of Architecture; WSO2, Inc.; http://wso2.com
 Member; Apache Software Foundation; http://www.apache.org/
 * http://www.apache.org/*
 *email: **az...@wso2.com* az...@wso2.com
 * cell: +94 77 3320919 %2B94%2077%203320919 blog: *
 *http://blog.afkham.org* http://blog.afkham.org
 *twitter: 
 **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
 * linked-in: **http://lk.linkedin.com/in/afkhamazeez
 http://lk.linkedin.com/in/afkhamazeez*

 *Lean . Enterprise . Middleware*




 --
 Isuruwan Herath
 Technical Lead

 Contact: +94 776 273 296




 --
 *Afkham Azeez*
 Director of Architecture; WSO2, Inc.; http://wso2.com
 Member; Apache Software Foundation; http://www.apache.org/
 * http://www.apache.org/*
 *email: **az...@wso2.com* az...@wso2.com
 * cell: +94 77 3320919 %2B94%2077%203320919 blog: *
 *http://blog.afkham.org* http://blog.afkham.org
 *twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
 * linked-in: **http://lk.linkedin.com/in/afkhamazeez
 http://lk.linkedin.com/in/afkhamazeez*

 *Lean . Enterprise . Middleware*

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *Lasantha Fernando*
 Software Engineer - Data Technologies Team
 WSO2 Inc. http://wso2.com

 email: lasan...@wso2.com
 mobile: (+94) 71 5247551




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [G-Reg] code quality improvments and maintanance tasks

2014-01-02 Thread Isuruwan Herath
Hi,

If we are proceeding with new component versions, in the case of common
components used by ongoing releases: should a new version be created anyway
and proceed and merge later once the release is done?


On Thu, Jan 2, 2014 at 9:51 PM, Selvaratnam Uthaiyashankar shan...@wso2.com
 wrote:




 On Thu, Jan 2, 2014 at 9:51 PM, Selvaratnam Uthaiyashankar 
 shan...@wso2.com wrote:




 On Thu, Jan 2, 2014 at 9:32 PM, Senaka Fernando sen...@wso2.com wrote:

 Hi Shankar,

 Yes that's what we do right now. But, wouldn't this complicate parallel
 development work, especially if two or more products start changing common
 components in separate scratch areas? (ex:- we had a bad experience
 sometime back when the IS changes done in scratch were merged into release
 branch).

 IMHO, may be we don't need to have a chunk08 (that's just a grouping for
 the build), but we do need to use the same branch to commit changes. Of
 course with new version numbers if the components have been releases
 already.

 Based on what we (Azeez/Sameera/SameeraP/myself) discussed in the
 morning (correct me if I'm wrong), unless we keep committing to the branch,
 we loose patches etc that were provided for a previous release.



 Yes, in that case, you can create a new component version and commit
 there, but not create the chunk08 folders. How are we going to build those
 components is an issue. one option is to create chuck-future


 *chunk-future


  or some folder and have the build configured there and move the
 components from there to correct chunk when we decide the chunk. WDYT?

 Regards,
 Shankar




 Thanks,
 Senaka.


 On Thu, Jan 2, 2014 at 9:22 PM, Selvaratnam Uthaiyashankar 
 shan...@wso2.com wrote:




 On Thu, Jan 2, 2014 at 8:58 PM, Eranda Sooriyabandara 
 era...@wso2.comwrote:

 Hi Nuwan,

 Looping carbon-dev


 G-Reg team will be starting to work on $subject. Team members who
 are not allocated to support and are not working on C5 registry
 re-factoring will start work on this. As discussed with Azeez, we will
 create chunk-08 for commits. Following are the planned areas which will 
 be

 focused:


 Why do you have to create chunk08? It is wrong to create chunk08
 until chunk07 is released.


 This is not a short term plan and will not cater any feature
 improvements  or new features, plus this may contain some changes to the
 APIs. So we thought of having these refactored components separately until
 they are done so that others can use there after.


 But, this is a wrong process to create chunk08 before chunk 07 is
 released. If you want to keep it separate, may be you can use scratch area.

 Regards,
 Shankar




 thanks
 Eranda








 --
 S.Uthaiyashankar
 VP Engineering
 WSO2 Inc.
 http://wso2.com/ - lean . enterprise . middleware

 Phone: +94 714897591




 --
 *Senaka Fernando*
 Senior Technical Lead; WSO2 Inc.; http://wso2.com



 * Member; Apache Software Foundation; http://apache.org
 http://apache.orgE-mail: senaka AT wso2.com http://wso2.com**P: +1
 408 754 7388 %2B1%20408%20754%207388; ext: 51736*;


 *M: +94 77 322 1818 %2B94%2077%20322%201818 Linked-In:
 http://linkedin.com/in/senakafernando
 http://linkedin.com/in/senakafernando*Lean . Enterprise . Middleware




 --
 S.Uthaiyashankar
 VP Engineering
 WSO2 Inc.
 http://wso2.com/ - lean . enterprise . middleware

 Phone: +94 714897591




 --
 S.Uthaiyashankar
 VP Engineering
 WSO2 Inc.
 http://wso2.com/ - lean . enterprise . middleware

 Phone: +94 714897591




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [G-Reg] code quality improvments and maintanance tasks

2014-01-02 Thread Isuruwan Herath
+1


On Fri, Jan 3, 2014 at 11:29 AM, Eranda Sooriyabandara era...@wso2.comwrote:

 Hi Isuruwan,
 Here with your scenario, there can be a issue if we encounter a bug in
 registry or governance component where we need to fix in a product release
 before we release the refactored components.

 In such a scenario we can follow the following steps
 1. Move the refactored code to a next version
 2. Copy the released component code to the next version
 3. Fix the bug in both refactored and the patch release components

 E.g : If we need to fix a bug in org.wso2.carbon.governance.api and we
 fefactored the code in 4.2.2 where the released component version is 4.2.1,
 then we need to follow the following steps

 Move the refactored code from 4.2.2 to 4.2.3
 Copy 4.2.1 code to 4.2.2
 Fix the bug in 4.2.2 and 4.2.3

 WDYT?

 thanks
 Eranda


 On Thu, Jan 2, 2014 at 10:42 PM, Isuruwan Herath isuru...@wso2.comwrote:

 Hi,

 If we are proceeding with new component versions, in the case of common
 components used by ongoing releases: should a new version be created anyway
 and proceed and merge later once the release is done?


 On Thu, Jan 2, 2014 at 9:51 PM, Selvaratnam Uthaiyashankar 
 shan...@wso2.com wrote:




 On Thu, Jan 2, 2014 at 9:51 PM, Selvaratnam Uthaiyashankar 
 shan...@wso2.com wrote:




 On Thu, Jan 2, 2014 at 9:32 PM, Senaka Fernando sen...@wso2.comwrote:

 Hi Shankar,

 Yes that's what we do right now. But, wouldn't this complicate
 parallel development work, especially if two or more products start
 changing common components in separate scratch areas? (ex:- we had a bad
 experience sometime back when the IS changes done in scratch were merged
 into release branch).

 IMHO, may be we don't need to have a chunk08 (that's just a grouping
 for the build), but we do need to use the same branch to commit changes. 
 Of
 course with new version numbers if the components have been releases
 already.

 Based on what we (Azeez/Sameera/SameeraP/myself) discussed in the
 morning (correct me if I'm wrong), unless we keep committing to the 
 branch,
 we loose patches etc that were provided for a previous release.



 Yes, in that case, you can create a new component version and commit
 there, but not create the chunk08 folders. How are we going to build those
 components is an issue. one option is to create chuck-future


 *chunk-future


  or some folder and have the build configured there and move the
 components from there to correct chunk when we decide the chunk. WDYT?

 Regards,
 Shankar




 Thanks,
 Senaka.


 On Thu, Jan 2, 2014 at 9:22 PM, Selvaratnam Uthaiyashankar 
 shan...@wso2.com wrote:




 On Thu, Jan 2, 2014 at 8:58 PM, Eranda Sooriyabandara 
 era...@wso2.com wrote:

 Hi Nuwan,

 Looping carbon-dev


 G-Reg team will be starting to work on $subject. Team members who
 are not allocated to support and are not working on C5 registry
 re-factoring will start work on this. As discussed with Azeez, we will
 create chunk-08 for commits. Following are the planned areas which 
 will be

 focused:


 Why do you have to create chunk08? It is wrong to create chunk08
 until chunk07 is released.


 This is not a short term plan and will not cater any feature
 improvements  or new features, plus this may contain some changes to the
 APIs. So we thought of having these refactored components separately 
 until
 they are done so that others can use there after.


 But, this is a wrong process to create chunk08 before chunk 07 is
 released. If you want to keep it separate, may be you can use scratch 
 area.

 Regards,
 Shankar




 thanks
 Eranda








 --
 S.Uthaiyashankar
 VP Engineering
 WSO2 Inc.
 http://wso2.com/ - lean . enterprise . middleware

 Phone: +94 714897591




 --
 *Senaka Fernando*
 Senior Technical Lead; WSO2 Inc.; http://wso2.com



 * Member; Apache Software Foundation; http://apache.org
 http://apache.orgE-mail: senaka AT wso2.com http://wso2.com**P:
 +1 408 754 7388 %2B1%20408%20754%207388; ext: 51736*;


 *M: +94 77 322 1818 %2B94%2077%20322%201818 Linked-In:
 http://linkedin.com/in/senakafernando
 http://linkedin.com/in/senakafernando*Lean . Enterprise . Middleware




 --
 S.Uthaiyashankar
 VP Engineering
 WSO2 Inc.
 http://wso2.com/ - lean . enterprise . middleware

 Phone: +94 714897591




 --
 S.Uthaiyashankar
 VP Engineering
 WSO2 Inc.
 http://wso2.com/ - lean . enterprise . middleware

 Phone: +94 714897591




 --
 Isuruwan Herath
 Technical Lead

 Contact: +94 776 273 296




 --

 *Eranda Sooriyabandara*Senior Software Engineer;
 Integration Technologies Team;
 WSO2 Inc.; http://wso2.com
 Lean . Enterprise . Middleware

 E-mail: eranda AT wso2.com
 Mobile: +94 716 472 816
 Linked-In: http://www.linkedin.com/in/erandasooriyabandara
 Blog: http://emsooriyabandara.blogspot.com/







-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Is there an already available Email Executor for Greg?

2013-10-08 Thread Isuruwan Herath
Hi Chan,

Yes, you can subscribe to Change LC status via email.

See doc :

   - *Change LC State* - Represents the event of changing a lifecycle state


Regs!
Isuruwan


On Tue, Oct 8, 2013 at 11:07 AM, Chan duli...@wso2mobile.com wrote:

 Hi Nuwan,
 The change LC state is triggered when ever a Life Cycle state is changed -
 we can't capture per life cycle state change. Let me revise the requirement
 - I want to fire off an email when an asset's life cycle state change to X
 state.

 Cheers


 On Tue, Oct 8, 2013 at 9:28 AM, Nuwan Silva nuw...@wso2.com wrote:

 Is this [1] what your looking for?

 *Change LC State* - Represents the event of changing a lifecycle state

 [1]
 http://docs.wso2.org/display/Governance460/Adding+a+Subscription#AddingaSubscription-AddSubscriptionOptions%C2%A0


 On Mon, Oct 7, 2013 at 10:40 PM, Chan duli...@wso2mobile.com wrote:

 $subject? The requirement is to fire off an email when a state
 transition happens in asset in the Enterprise-Store.

 Cheers!
 --
 Chan (Dulitha Wijewantha)
 Software Engineer - Mobile Development
 WSO2Mobile
 Lean.Enterprise.Mobileware
  * ~Email   duli...@wso2mobile.com*
 *  ~Mobile +94712112165*
 *  ~Website   dulithawijewantha.com
 *
 *  ~Blog blog.dulithawijewantha.comhttp://dulichan.github.io/chan/
 *
 *  ~Twitter @dulitharw https://twitter.com/dulitharw*

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --
 *
 *
 *Nuwan Silva
 *
 *Senior Software Engineer - QA*
 Mobile: +94779804543

 WSO2 Inc.
 lean . enterprise . middlewear.
 http://www.wso2.com




 --
 Chan (Dulitha Wijewantha)
 Software Engineer - Mobile Development
 WSO2Mobile
 Lean.Enterprise.Mobileware
  * ~Email   duli...@wso2mobile.com*
 *  ~Mobile +94712112165*
 *  ~Website   dulithawijewantha.com
 *
 *  ~Blog blog.dulithawijewantha.comhttp://dulichan.github.io/chan/
 *
 *  ~Twitter @dulitharw https://twitter.com/dulitharw*

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [Chunk02] Build failure in org.wso2.carbon.mediation.templates.ui.feature

2013-09-24 Thread Isuruwan Herath
Hi,

Occurred the following when building chunk02 with clean repo:

[ERROR] Failed to execute goal on project
org.wso2.carbon.mediation.templates.ui.feature: Could not resolve
dependencies for project
org.wso2.carbon:org.wso2.carbon.mediation.templates.ui.feature:pom:4.2.0:
Failed to collect dependencies for
[org.wso2.carbon:org.wso2.carbon.mediation.templates.ui:jar:4.2.0
(compile),
org.wso2.carbon:org.wso2.carbon.mediation.templates.service:jar:4.2.0
(compile),
org.wso2.carbon:org.wso2.carbon.mediation.templates.stub:jar:4.2.0
(compile)]: Failed to read artifact descriptor for
org.wso2.carbon:org.wso2.carbon.mediation.templates.ui:jar:4.2.0: Failure
to find org.wso2.carbon:mediation:pom:4.2.0 in
http://maven.wso2.org/nexus/content/groups/wso2-public/ was cached in the
local repository, resolution will not be reattempted until the update
interval of wso2-nexus has elapsed or updates are forced - [Help 1]

Any ideas pls?

Thanks!

-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Chunk02] Build failure in org.wso2.carbon.mediation.templates.ui.feature

2013-09-24 Thread Isuruwan Herath
Thanks Ruwan!

Now above error got resolved. But now I'm getting a different error in
org.wso2.carbon:org.wso2.carbon.proxyadmin building from chunk02.

[ERROR] Failed to execute goal on project org.wso2.carbon.proxyadmin: Could
not resolve dependencies for project
org.wso2.carbon:org.wso2.carbon.proxyadmin:bundle:4.2.0: Failure to find
org.apache.synapse:synapse-core:jar:2.1.2-wso2v1 in
http://maven.wso2.org/nexus/content/groups/wso2-public/ was cached in the
local repository, resolution will not be reattempted until the update
interval of wso2-nexus has elapsed or updates are forced - [Help 1]

Please let know if there is anything missing.


Thanks and Regards!
Isuruwan



On Tue, Sep 24, 2013 at 2:31 PM, Ruwan Yatawara ruw...@wso2.com wrote:


 On Tue, Sep 24, 2013 at 1:25 PM, Ajith Vitharana aji...@wso2.com wrote:


 Hi Isuruwan,

 This should work fine. However, we are in the process of removing
 unnecessary components and features for Chunk-02 release in the
 Chunk-02_WIP module. Once done, we shall migrate the additional features to
 Chunk-03.

 However in this case, only the template-editor component needs to be
 released with chunk-02, hence rest of the dependencies have been commented
 out in the mediation pom. Therefore you can just go ahead and build the
 mediation component to get it resolved.

 Pls take an up in chunk-02.

 Thanks and Regards,

 Ruwan Yatawara

 Software Engineer,
 WSO2 Inc.
 lean . enterprise . middleware

 email : ruw...@wso2.com
 mobile : +94 77 9110413
 blog : http://ruwansrants.blogspot.com/
 www: :http://wso2.com




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Chunk02] Build failure in org.wso2.carbon.mediation.templates.ui.feature

2013-09-24 Thread Isuruwan Herath
synapse version change locally in chunk02/components/pom.xml fixed it.

Now there is a compilation error in proxy-admin ui. Stub version 4.2.1 had
to be manually generated but then following compilation error encountered:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
(default-compile) on project org.wso2.carbon.proxyadmin.ui: Compilation
failure
[ERROR]
/home/wso2/checkout/platform/4.2.0/components/proxy-admin/org.wso2.carbon.proxyadmin.ui/4.2.0/src/main/java/org/wso2/carbon/proxyadmin/ui/client/ProxyServiceAdminClient.java:[371,22]
cannot find symbol
[ERROR] symbol  : method setPublishWSDLEndpoint(java.lang.String)
[ERROR] location: class
org.wso2.carbon.proxyadmin.stub.types.carbon.ProxyData
[ERROR] - [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.

Regs!


On Tue, Sep 24, 2013 at 5:04 PM, Miyuru Wanninayaka miy...@wso2.com wrote:

 BTW to keep API compatibility, I'll add these changes to synapse 2.1.1v9
 too


 On Tue, Sep 24, 2013 at 5:03 PM, Ruwan Yatawara ruw...@wso2.com wrote:


 On Tue, Sep 24, 2013 at 4:59 PM, Miyuru Wanninayaka miy...@wso2.comwrote:

 available


 Hi Miyuru,

 Yes these features have infact been removed, just to be safe we did these
 changes on a separate module chunk-02_WIP. Will proceed to merge these
 changes with chunk-02 soon. Probably tomorrow. :)


 Thanks and Regards,

 Ruwan Yatawara

 Software Engineer,
 WSO2 Inc.
 lean . enterprise . middleware

 email : ruw...@wso2.com
 mobile : +94 77 9110413
 blog : http://ruwansrants.blogspot.com/
 www: :http://wso2.com




 --
 Miyuru Wanninayaka
 Technical Lead
 WSO2 Inc. : http://wso2.com

 Mobile : +94 77 209 9788
 Blog : http://miyurudw.blogspot.com
 Flickr : http://www.flickr.com/photos/miyuru_daminda




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Kernel patch for REGISTRY-1889

2013-09-18 Thread Isuruwan Herath
Hi,

DB2 sql file also have some changes with reference to issue [2] . G-Reg
could not be started with DB2 since the script had not been updated with
changes. Please verify and commit the attached patch for db2.sql to the
kernel patch folder mentioned above.

[2] https://wso2.org/jira/browse/REGISTRY-1881

Regs!


On Wed, Sep 18, 2013 at 12:45 PM, Manoj Kumara ma...@wso2.com wrote:

 Hi Sameera,

 What I think is was to create same directory structure on patch0001 as,

 *patch0001/distribution/kernel/carbon-home/dbscripts*
 *
 *
 and attach the required script file to the above directory. During build
 time this script file can be copied to the patch archive inside 
 *WSO2-CARBON-PATCH-4.2.0-0001
 *and on readme.txt file we can add instruction on how to replace the
 script file.

 Is this process correct.

 Thanks,
 Manoj

 Best Regards..


 Manoj Kumara
 Software Engineer
 WSO2, Inc.; http://wso2.com

 Twitter:  http://twitter.com/ManKuma
 Mobile: +94713448188


 On Wed, Sep 18, 2013 at 11:45 AM, Pulasthi Supun pulas...@wso2.comwrote:

 Hi,

 As per the offline discussion that was done regarding this we decided to
 add the changed mysql db script into the kernel patch folder. the products
 that require the changed mysql script file will have to copy the file from
 location in the kernel patch folder and replace the existing script file.
 FYI this change will not involve any kind of data migration. @sameera
 correct me if i missed something.

 @manoj i have attached the changed mysql script can you work on getting
 this into the kernel patch folder.



  On Tue, Sep 17, 2013 at 5:37 PM, Pulasthi Supun pulas...@wso2.comwrote:

 Hi Sameera,

 Sure lets have a discussion to solve this ASAP.

 Regards,
 Pulasthi


 On Tue, Sep 17, 2013 at 5:28 PM, Sameera Jayasoma same...@wso2.comwrote:

 HI Pulasthi,

 These sql scripts which in kernel/carbon-home/dbscripts/ cannot be
 patched using the normal kernel patching model. We need to think about the
 different approaches to solve this problem. Lets have a discussion on this.


 Thanks,
 Sameera.




 On Tue, Sep 17, 2013 at 11:54 AM, Pulasthi Supun pulas...@wso2.comwrote:

 Hi Carbon team,

 Can you please verify and apply the patch for issue [1].

 [1] https://wso2.org/jira/browse/REGISTRY-1889

 Regards,
 Pulasthi
 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi




 --
 Sameera Jayasoma,
 Architect,

 WSO2, Inc. (http://wso2.com)
 email: same...@wso2.com
 blog: http://sameera.adahas.org
 twitter: https://twitter.com/sameerajayasoma
 flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
 Mobile: 0094776364456

 Lean . Enterprise . Middleware




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi



 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296


db2.patch
Description: Binary data
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Exception when Shutdown server in Forced mode and Graceful mode from UI

2013-09-18 Thread Isuruwan Herath
 {org.apache.catalina.core.ContainerBase} -
  A child container failed during stop
 java.util.concurrent.ExecutionException:
 org.apache.catalina.LifecycleException: Failed to stop component
 [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/oauth2]]
  at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222)
 at java.util.concurrent.FutureTask.get(FutureTask.java:83)
  at
 org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:1179)
 at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
  at
 org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1575)
 at
 org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1564)
  at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
 at java.util.concurrent.FutureTask.run(FutureTask.java:138)
  at
 java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
 at
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  at java.lang.Thread.run(Thread.java:662)
 Caused by: org.apache.catalina.LifecycleException: Failed to stop
 component
 [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/oauth2]]
  at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:236)
 ... 7 more
 Caused by: org.apache.catalina.LifecycleException: Failed to stop
 component [org.wso2.carbon.webapp.mgt.CarbonTomcatSessionManager[/oauth2]]
  at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:236)
 at
 org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5474)
  at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
 ... 7 more
 Caused by: java.lang.SecurityException: Illegal access attempt by
  tenant[-1] to sessions owned by tenant[-1234]
  at
 org.wso2.carbon.webapp.mgt.CarbonTomcatSessionManager.checkAccess(CarbonTomcatSessionManager.java:126)
 at
 org.wso2.carbon.webapp.mgt.CarbonTomcatSessionManager.findSessions(CarbonTomcatSessionManager.java:78)
  at
 org.apache.catalina.session.StandardManager.stopInternal(StandardManager.java:525)
 at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
  ... 9 more
 [2013-09-18 15:25:30,478]  INFO
 {org.springframework.web.context.support.XmlWebApplicationContext} -
  Closing Root WebApplicationContext: startup date [Wed Sep 18 15:23:34 IST
 2013]; root of context hierarchy
 [2013-09-18 15:25:30,478]  INFO
 {org.springframework.beans.factory.support.DefaultListableBeanFactory} -
  Destroying singletons in
 org.springframework.beans.factory.support.DefaultListableBe


 *In Graceful mode*

 *In Greg*

 [2013-09-18 15:09:23,064] ERROR
 {org.apache.catalina.loader.WebappClassLoader} -  The web application
 [/juddiv3] appears to have started a thread named [H2 File Lock Watchdog
 /home/mohan/am/wso2greg-4.6.0/repository/database/juddiv3.lock.db] but has
 failed to stop it. This is very likely to create a memory leak.
 [2013-09-18 15:09:23,064] ERROR
 {org.apache.catalina.loader.WebappClassLoader} -  The web application
 [/juddiv3] appears to have started a thread named [H2 Log Writer JUDDIV3]
 but has failed to stop it. This is very likely to create a memory leak.

 In CEP

 [2013-09-18 14:05:58,136] ERROR - {WebappClassLoader}  The web application
 [/shindig] appears to have started a thread named
 [com.google.inject.internal.util.$Finalizer] but has failed to stop it.
 This is very likely to create a memory leak.
 [2013-09-18 14:05:58,139] ERROR - {WebappClassLoader}  The web application
 [/shindig] created a ThreadLocal with key of type
 [com.google.inject.internal.InjectorImpl$1] (value
 [com.google.inject.internal.InjectorImpl$1@65c49b79]) and a value of type
 [java.lang.Object[]] (value [[Ljava.lang.Object;@4ebb5921]) but failed to
 remove it when the web application was stopped. Threads are going to be
 renewed over time to try and avoid a probable memory leak.

 I am not sure about other products regarding this issue.. But this
 exception does not occurred when shutdown by pressing Ctrl+C. Is it a known
 issue ? ,


 Thanks  Regards,
 Mohan



 --
 V. Mohanadarshan
 Software Engineer,
 Data Technologies Team,
 WSO2, Inc. http://wso2.com
 lean.enterprise.middleware.

 email: mo...@wso2.com
 phone:(+94) 771117673

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Build failure in chunk02

2013-09-17 Thread Isuruwan Herath
Compilation error occurs due to below mentioned stub is not generated, when
built with clean repo.

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
(default-compile) on project
org.wso2.carbon.event.input.adaptor.manager.ui: Compilation failure:
Compilation failure:
[ERROR]
/home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[8,55]
package org.wso2.carbon.event.input.adaptor.manager.stub does not exist
[ERROR]
/home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[16,18]
cannot find symbol
[ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
[ERROR] location: class
org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
[ERROR]
/home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[25,8]
cannot find symbol
[ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
[ERROR] location: class
org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
[ERROR]
/home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[25,60]
cannot find symbol
[ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
[ERROR] location: class
org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
[ERROR] - [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.


-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Build failure in chunk02

2013-09-17 Thread Isuruwan Herath
Hi Lasantha,

Yes, stubs got generated when service-stubs built again and build could be
continued. Thanks Lasantha.




On Tue, Sep 17, 2013 at 7:39 PM, Lasantha Fernando lasan...@wso2.comwrote:

 Hi Isuruwan,

 These stubs should be built since they are included in the
 chunk-02/service-stubs/pom.xml. Will verify this issue in a clean repo and
 see.

 Thanks,
 Lasantha


 On 17 September 2013 19:07, Isuruwan Herath isuru...@wso2.com wrote:

 Compilation error occurs due to below mentioned stub is not generated,
 when built with clean repo.

 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
 (default-compile) on project
 org.wso2.carbon.event.input.adaptor.manager.ui: Compilation failure:
 Compilation failure:
 [ERROR]
 /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[8,55]
 package org.wso2.carbon.event.input.adaptor.manager.stub does not exist
 [ERROR]
 /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[16,18]
 cannot find symbol
 [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
 [ERROR] location: class
 org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
 [ERROR]
 /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[25,8]
 cannot find symbol
 [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
 [ERROR] location: class
 org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
 [ERROR]
 /home/wso2/checkout/platform/4.2.0/components/event-processing/event-input-adaptor/org.wso2.carbon.event.input.adaptor.manager.ui/1.0.0/src/main/java/org/wso2/carbon/event/input/adaptor/manager/ui/InputEventAdaptorUIUtils.java:[25,60]
 cannot find symbol
 [ERROR] symbol  : class InputEventAdaptorManagerAdminServiceStub
 [ERROR] location: class
 org.wso2.carbon.event.input.adaptor.manager.ui.InputEventAdaptorUIUtils
 [ERROR] - [Help 1]
 [ERROR]
 [ERROR] To see the full stack trace of the errors, re-run Maven with the
 -e switch.


 --
 Isuruwan Herath
 Technical Lead

 Contact: +94 776 273 296




 --
 *Lasantha Fernando*
 Software Engineer - Data Technologies Team
 WSO2 Inc. http://wso2.com

 email: lasan...@wso2.com
 mobile: (+94) 71 5247551




-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Please start smoke testing

2013-08-29 Thread Isuruwan Herath
Testing done with developer studio IDE:

Resource browser - uploading txt and wsdl files
Create Registry Filter project - adding it as a dependency of a carbon
project
Create Registry Resources project - adding a resource from file system

But creating Resources Handler project caused the IDE to hang.

Regards,
Isuruwan


On Fri, Aug 30, 2013 at 7:01 AM, Chandana Napagoda chand...@wso2.comwrote:

 Completed Life cycle , Subscription and notification related tests and
 executed life cycle related integration test for user and tenant.

 Regards,
 Chandana
 On Aug 29, 2013 11:23 PM, Pulasthi Supun pulas...@wso2.com wrote:

 Completed smoke tests for Multi tenancy, Scheduled tasks, Resource
 versioning with RC4 pack

 Regards,
 Pulasthi


 On Thu, Aug 29, 2013 at 11:07 PM, Shelan Perera she...@wso2.com wrote:

 Completed smoke testing for Registry multi-profiles, APIM integration
 with GReg and Basic Registry mounting.

 Thanks


 On Thu, Aug 29, 2013 at 9:12 PM, Lasith Chandrasekara 
 las...@wso2.comwrote:

 Hi,

 Webdav : after adding resources we can access them via Webdav but not
 the other way around. This issue is already reported and we will be fixing
 it on 5.0.0 [1].
  Ws-i .net integration: I couldn't run related sample due to
 environment issue. @Senaka, as we discussed could you please follow on it?


 [1]https://wso2.org/jira/browse/REGISTRY-1319

 Regards,
 -Lasith.


 On Thu, Aug 29, 2013 at 9:47 AM, Shelan Perera she...@wso2.com wrote:

 Following are the areas that i have found to test please mention if
 you are planning to do more. Do not try to repeat what has been covered by
 integration tests.

 1) Chandana - Life cycle related activities ( admin , non admin, new
 lifecycle etc.) , Version and copy executors etc.  (Can you run your
 performance benchmark once these are done?)

 2) Vijitha - Subscription, Resource permission, reporting , CMIS

 3) Lasith - Webdav , basic smoke test on Windows in major
 functionality.

 4) Eranda - Checkin client, SCM , WS discovery

 5) Ajith - UDDI, Rest

 6) Shelan - APIM promotion, Mounting,  Multi profiles

 7) Pulasthi - Multi tenancy, Scheduled tasks, Resource versioning
 (Help Isuruwan with IDE testing too)

 8) Isuruwan - Test with IDE (WSo2 Developer testing)


 --
 *Shelan Perera*

 Senior Software Engineer
 **
 Integration Technology Group
 *WSO2, Inc. : wso2.com*
 lean.enterprise.middleware.

 *Blog* :   blog.shelan.org
 *Linked-i*n  :
 http://www.linkedin.com/pub/shelan-perera/a/194/465
 *Twitter* :https://twitter.com/#!/shelan

 *Mobile*  : +94 772 604 402





 --
 *Shelan Perera*

 Senior Software Engineer
 **
 Integration Technology Group
 *WSO2, Inc. : wso2.com*
 lean.enterprise.middleware.

 *Blog* :   blog.shelan.org
 *Linked-i*n  :   http://www.linkedin.com/pub/shelan-perera/a/194/465
 *Twitter* :https://twitter.com/#!/shelan

 *Mobile*  : +94 772 604 402




 --
 --
 Pulasthi Supun
 Software Engineer; WSO2 Inc.; http://wso2.com,
 Email: pulas...@wso2.com
 Mobile: +94 (71) 9258281
 Blog : http://pulasthisupun.blogspot.com/
 Git hub profile: https://github.com/pulasthi


___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Java version compile error in AS

2013-08-22 Thread Isuruwan Herath
Hi,

Getting the following error while building AS samples:


[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 3.084s
[INFO] Finished at: Thu Aug 22 11:25:02 IST 2013
[INFO] Final Memory: 8M/311M
[INFO]

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile
(default-compile) on project wso2appserver-samples-json: Compilation
failure: Compilation failure:
[ERROR]
/home/isuruwan/Project/platform/4.2.0/products/as/5.2.0/modules/samples/product/JSON/src/org/wso2/appserver/sample/json/client/JSONClient.java:[36,24]
for-each loops are not supported in -source 1.3
[ERROR] (use -source 5 or higher to enable for-each loops)
[ERROR] for (String arg : args) {
[ERROR]
[ERROR]
/home/isuruwan/Project/platform/4.2.0/products/as/5.2.0/modules/samples/product/JSON/src/org/wso2/appserver/sample/json/client/JSONClient.java:[49,15]
generics are not supported in -source 1.3
[ERROR] (use -source 5 or higher to enable generics)
[ERROR] HashMapString, String paramMap = new HashMapString, String();
[ERROR] - [Help 1]


Any idea pls?

Regards!
Isuruwan
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev