Re: [Dev] Build failure in IS p2 profile .. please fix!

2012-12-09 Thread Suresh Attanayaka
Hi Shariq,

Please take a svn up from org.wso2.carbon.identity.user.profile.ui.feature
4.0.5 and build again.

thanks,
-suresh

On Mon, Dec 10, 2012 at 12:10 PM, Suresh Attanayaka  wrote:

> looking into this.
>
>
> On Mon, Dec 10, 2012 at 11:26 AM, Muhammed Shariq  wrote:
>
>> Installation failed.
>> Cannot complete the install because one or more required items could not
>> be found.
>>  Software being installed: Identity User Profiles Feature 4.0.5
>> (org.wso2.carbon.identity.user.profile.feature.group 4.0.5)
>>  Missing requirement: Identity User Profiles UI Feature 4.0.5
>> (org.wso2.carbon.identity.user.profile.ui.feature.group 4.0.5) requires
>> 'org.wso2.carbon.identity.core.ui.feature.group [4.0.5,4.1.0)' but it could
>> not be found
>>  Cannot satisfy dependency:
>>   From: Identity User Profiles Feature 4.0.5
>> (org.wso2.carbon.identity.user.profile.feature.group 4.0.5)
>>   To: org.wso2.carbon.identity.user.profile.ui.feature.group [4.0.5]
>> Application failed, log file location:
>> /home/wso2/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1355118181596.log
>>
>> [INFO]
>> 
>>
>>
>> --
>> Thanks,
>> Shariq.
>> Phone: +94 777 202 225
>>
>>
>
>
> --
> Suresh Attanayake
> Software Engineer; WSO2 Inc. http://wso2.com/
> Blog : http://sureshatt.blogspot.com/
> Twitter : https://twitter.com/sureshatt
> LinkedIn : http://lk.linkedin.com/in/sureshatt
> Mobile : +94755012060,+94770419136,+94710467976
>
>


-- 
Suresh Attanayake
Software Engineer; WSO2 Inc. http://wso2.com/
Blog : http://sureshatt.blogspot.com/
Twitter : https://twitter.com/sureshatt
LinkedIn : http://lk.linkedin.com/in/sureshatt
Mobile : +94755012060,+94770419136,+94710467976
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Does OAuth module changed recently ? - could not access the login API

2012-12-09 Thread Dinusha Senanayaka
Hi,

Could not call to the login API using CURL.. It does not identify the
grant_type..

*Request:*
curl -k -v -d
"grant_type=password&username=admin&password=admin&scope=PRODUCTION" -H
"Content-Type: application/x-www-form-urlencoded" -H "Authorization :Basic
xxx" https://localhost:8243/login

*Response:*
{"error":"invalid_request","error_description":"Missing grant_type
parameter value"}

Does anyone have idea ?

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


Re: [Dev] Build failure in IS p2 profile .. please fix!

2012-12-09 Thread Suresh Attanayaka
looking into this.

On Mon, Dec 10, 2012 at 11:26 AM, Muhammed Shariq  wrote:

> Installation failed.
> Cannot complete the install because one or more required items could not
> be found.
>  Software being installed: Identity User Profiles Feature 4.0.5
> (org.wso2.carbon.identity.user.profile.feature.group 4.0.5)
>  Missing requirement: Identity User Profiles UI Feature 4.0.5
> (org.wso2.carbon.identity.user.profile.ui.feature.group 4.0.5) requires
> 'org.wso2.carbon.identity.core.ui.feature.group [4.0.5,4.1.0)' but it could
> not be found
>  Cannot satisfy dependency:
>   From: Identity User Profiles Feature 4.0.5
> (org.wso2.carbon.identity.user.profile.feature.group 4.0.5)
>   To: org.wso2.carbon.identity.user.profile.ui.feature.group [4.0.5]
> Application failed, log file location:
> /home/wso2/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1355118181596.log
>
> [INFO]
> 
>
>
> --
> Thanks,
> Shariq.
> Phone: +94 777 202 225
>
>


-- 
Suresh Attanayake
Software Engineer; WSO2 Inc. http://wso2.com/
Blog : http://sureshatt.blogspot.com/
Twitter : https://twitter.com/sureshatt
LinkedIn : http://lk.linkedin.com/in/sureshatt
Mobile : +94755012060,+94770419136,+94710467976
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Build Error in Registry Core Feature

2012-12-09 Thread Hasini Gunasinghe
[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 52:22.637s
[INFO] Finished at: Mon Dec 10 11:37:03 IST 2012
[INFO] Final Memory: 703M/871M
[INFO]

[ERROR] Failed to execute goal
org.wso2.maven:carbon-p2-plugin:1.5:p2-feature-gen
(4-p2-feature-generation) on project org.wso2.carbon.registry.core.feature:
ERROR: The repository system is offline but the artifact
org.wso2.carbon:org.wso2.carbon.registry.search.ui.feature:zip:4.0.5 is not
available in the local repository.
[ERROR]
[ERROR] Try downloading the file manually from the project website.
[ERROR]
[ERROR] Then, install it using the command:
[ERROR] mvn install:install-file -DgroupId=org.wso2.carbon
-DartifactId=org.wso2.carbon.registry.search.ui.feature -Dversion=4.0.5
-Dpackaging=zip -Dfile=/path/to/file
[ERROR]
[ERROR] Alternatively, if you host your own repository you can deploy the
file there:
[ERROR] mvn deploy:deploy-file -DgroupId=org.wso2.carbon
-DartifactId=org.wso2.carbon.registry.search.ui.feature -Dversion=4.0.5
-Dpackaging=zip -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR]
[ERROR]
[ERROR] org.wso2.carbon:org.wso2.carbon.registry.search.ui.feature:zip:4.0.5
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Need a clean API to CRUD permissions

2012-12-09 Thread Afkham Azeez
Right now the way to create or read permissions is not straightforward. The
APIs are really twisted. The fact that the permissions are stored in the
Registry is an implementation detail. Users should not be calling Registry
APIs to deal with permissions. We have users interested
in programmatically creating their permissions. Ideally, it would be great
to have a simple API like the following:

public final class PermissionsUtil {


public void createPermission(String permissionKey, List roles);

public void addRolesToPermission(String permissionKey, List
roles);

public void removeRolesFromPermission(String permissionKey, List
roles);

public void deletePermission(String permissionKey);

public List getRolesWithPermission(String permissionKey);

public Permission getPermission(String permissionKey);

}


public class Permission {

 private String permissionKey;
 private List userRoles;

}


Can somebody own this task?

-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* **
email: **az...@wso2.com* * cell: +94 77 3320919
blog: **http://blog.afkham.org* *
twitter: **http://twitter.com/afkham_azeez*
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Governance Registry 4.5.3-RC1

2012-12-09 Thread Subash Chaturanga
On Mon, Dec 10, 2012 at 11:26 AM, Krishantha Samaraweera <
krishan...@wso2.com> wrote:

> Hi Subash,
>
> Any chance to run G-Reg integration tests. I think most G-Reg integration
> tests are at broken stage due to recent changes. We better start fixing the
> test cases as we have come to RC releases.
>

Yes, we ran integration tests. Due to the migration of rest of artifacts to
RXTs (i,e services), and we are no longer using some bundles. Most of them
due to those. We need to refactor the tests and remove those. I will try to
isolate those anyway.

>
> Thanks,
> Krishantha.
>
> On Sat, Dec 8, 2012 at 12:18 AM, Subash Chaturanga wrote:
>
>> Hi all,
>> Please find the WSO2 Governance Registry 4.5.3-RC1 binary version at [1]
>> and resolved JIRA list at [2].
>>
>> [1] - https://svn.wso2.org/repos/wso2/people/subash/greg-4.5.3-RC1
>> [2] -
>> https://wso2.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+REGISTRY+AND+fixVersion+%3D+%224.5.3%22+AND+status+%3D+Resolved+ORDER+BY+priority+DESC&mode=hide
>>
>>
>> Thanks
>>  --
>>
>> Subash Chaturanga
>> Software Engineer
>> WSO2 Inc. http://wso2.com
>>
>> email - sub...@wso2.com
>> phone - 077 2225922
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>


-- 

Subash Chaturanga
Software Engineer
WSO2 Inc. http://wso2.com

email - sub...@wso2.com
phone - 077 2225922
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Build failure in IS p2 profile .. please fix!

2012-12-09 Thread Muhammed Shariq
Installation failed.
Cannot complete the install because one or more required items could not be
found.
 Software being installed: Identity User Profiles Feature 4.0.5
(org.wso2.carbon.identity.user.profile.feature.group 4.0.5)
 Missing requirement: Identity User Profiles UI Feature 4.0.5
(org.wso2.carbon.identity.user.profile.ui.feature.group 4.0.5) requires
'org.wso2.carbon.identity.core.ui.feature.group [4.0.5,4.1.0)' but it could
not be found
 Cannot satisfy dependency:
  From: Identity User Profiles Feature 4.0.5
(org.wso2.carbon.identity.user.profile.feature.group 4.0.5)
  To: org.wso2.carbon.identity.user.profile.ui.feature.group [4.0.5]
Application failed, log file location:
/home/wso2/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1355118181596.log

[INFO]



-- 
Thanks,
Shariq.
Phone: +94 777 202 225
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Governance Registry 4.5.3-RC1

2012-12-09 Thread Krishantha Samaraweera
Hi Subash,

Any chance to run G-Reg integration tests. I think most G-Reg integration
tests are at broken stage due to recent changes. We better start fixing the
test cases as we have come to RC releases.

Thanks,
Krishantha.

On Sat, Dec 8, 2012 at 12:18 AM, Subash Chaturanga  wrote:

> Hi all,
> Please find the WSO2 Governance Registry 4.5.3-RC1 binary version at [1]
> and resolved JIRA list at [2].
>
> [1] - https://svn.wso2.org/repos/wso2/people/subash/greg-4.5.3-RC1
> [2] -
> https://wso2.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+REGISTRY+AND+fixVersion+%3D+%224.5.3%22+AND+status+%3D+Resolved+ORDER+BY+priority+DESC&mode=hide
>
>
> Thanks
>  --
>
> Subash Chaturanga
> Software Engineer
> WSO2 Inc. http://wso2.com
>
> email - sub...@wso2.com
> phone - 077 2225922
>
>
> ___
> 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] Overall organization and content for Developer Studio docs

2012-12-09 Thread Samisa Abeysinghe
Hi all,
   I think there is room to improve both the content as well as the overall
organization of the Developer Studio docs.

   For e.g., I was looking for the section on how to start a Cabon server
within Eclipse, and the TOC seem to have no mention about that.

   Can we review and enhance, as part of the up-coming release:
http://dist.wso2.org/products/developer-studio/2.1.0/docs/

Thanks,
Samisa...

Samisa Abeysinghe
VP Engineering
WSO2 Inc.
http://wso2.com
http://wso2.org
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [Bamboo-Build] WSO2 Carbon 4.0.x > Platform 4.0.5 > #90 has FAILED. Change made by asela and krishantha.

2012-12-09 Thread Bamboo

---
WSO2 Carbon 4.0.x > Platform 4.0.5 > #90 failed.
---
Code has been updated by krishantha, asela.
No failed tests found, a possible compilation error.

http://wso2.org/bamboo/browse/WCB001-PLA005-90/

-
Currently Responsible
-

No one is responsible for fixing this build.



--
Failing Jobs
--
  - Default Job (Default Stage): No tests found.



--
Code Changes
--
krishantha (150783):

>Minor fixes to clarity framework 

asela (150781):

>adding 4.0.5  version

asela (150784):

>applying patch for ESBJAVA-1670



--
This message is automatically generated by Atlassian Bamboo___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [Bamboo-Build] WSO2 Carbon 4.0.x - Nightly > Kernel_4.0.5 > #26 has FAILED. Change made by johann.

2012-12-09 Thread Bamboo

---
WSO2 Carbon 4.0.x - Nightly > Kernel_4.0.5 > #26 failed.
---
This build occurred because it is a dependant of WCB002-NORB003-16.
No failed tests found, a possible compilation error.

http://wso2.org/bamboo/browse/WCB002-NKER003-26/

-
Currently Responsible
-

No one is responsible for fixing this build.



--
Failing Jobs
--
  - Default Job (Default Stage): No tests found.



--
Code Changes
--
johann (150769):

>Fixing: Admin role not getting added to internal DB with Admin user in it, 
>with ReadOnlyLDAPUserStoreManager and ReadGroups and WriteGroups set to false

johann (150758):

>Applying patch carbon-11681_v2_2.patch which is the correct fix for the issue



--
This message is automatically generated by Atlassian Bamboo___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [Bamboo-Build] WSO2 Carbon 4.0.x > Platform 4.0.5 > #89 has FAILED. Change made by thilini and senaka.

2012-12-09 Thread Bamboo

---
WSO2 Carbon 4.0.x > Platform 4.0.5 > #89 failed.
---
Code has been updated by senaka, thilini.
No failed tests found, a possible compilation error.

http://wso2.org/bamboo/browse/WCB001-PLA005-89/

-
Currently Responsible
-

No one is responsible for fixing this build.



--
Failing Jobs
--
  - Default Job (Default Stage): No tests found.



--
Code Changes
--
senaka (150779):

>Support for role-based Auth in Lifecycles.

thilini (150778):

>A sample for invoking admin services via a bpel

thilini (150780):

>adding sample for the dist



--
This message is automatically generated by Atlassian Bamboo___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [Bamboo-Build] WSO2 Carbon 4.0.x > Kernel 4.0.5 > #46 has FAILED. Change made by johann.

2012-12-09 Thread Bamboo

---
WSO2 Carbon 4.0.x > Kernel 4.0.5 > #46 failed.
---
Code has been updated by johann.
No failed tests found, a possible compilation error.

http://wso2.org/bamboo/browse/WCB001-KER005-46/

-
Currently Responsible
-

Asela Pathberiya (Assigned by Maheshika Goonetilleke)
Dushan Abeyruwan (Assigned by Maheshika Goonetilleke)



--
Failing Jobs
--
  - Default Job (Default Stage): No tests found.



--
Code Changes
--
johann (150769):

>Fixing: Admin role not getting added to internal DB with Admin user in it, 
>with ReadOnlyLDAPUserStoreManager and ReadGroups and WriteGroups set to false



--
This message is automatically generated by Atlassian Bamboo___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Why Embed the Permission inside Asset Content instead of using the existing Resource Permissions?

2012-12-09 Thread Senaka Fernando
Hi Lalaji,

Why did we decide to do this in this way? This makes the API Asset look
horrible once opened in the Resource Browser, can't we use the resource
permissions instead?

Thanks,
Senaka.

On Fri, Dec 7, 2012 at 3:18 PM,  wrote:

> Author: lalaji
> Date: Fri Dec  7 15:18:16 2012
> New Revision: 150612
> URL: http://wso2.org/svn/browse/wso2?view=rev&revision=150612
>
> Log:
> Applying fix for APIMANAGER-871 ,to segment APIStore based on subscriber's
> role,and added the patch given for APIMANAGER-13
>
> Modified:
>
>  
> carbon/platform/branches/4.0.0/components/apimgt/org.wso2.carbon.apimgt.impl/1.0.5/src/main/java/org/wso2/carbon/apimgt/impl/APIConstants.java
>
>  
> carbon/platform/branches/4.0.0/components/apimgt/org.wso2.carbon.apimgt.impl/1.0.5/src/main/java/org/wso2/carbon/apimgt/impl/internal/APIManagerComponent.java
>
>  
> carbon/platform/branches/4.0.0/components/apimgt/org.wso2.carbon.apimgt.impl/1.0.5/src/main/java/org/wso2/carbon/apimgt/impl/utils/APIMgtDBUtil.java
>
>  
> carbon/platform/branches/4.0.0/components/apimgt/org.wso2.carbon.apimgt.impl/1.0.5/src/main/java/org/wso2/carbon/apimgt/impl/utils/APIUtil.java
>
> Modified:
> carbon/platform/branches/4.0.0/components/apimgt/org.wso2.carbon.apimgt.impl/1.0.5/src/main/java/org/wso2/carbon/apimgt/impl/APIConstants.java
> URL:
> http://wso2.org/svn/browse/wso2/carbon/platform/branches/4.0.0/components/apimgt/org.wso2.carbon.apimgt.impl/1.0.5/src/main/java/org/wso2/carbon/apimgt/impl/APIConstants.java?rev=150612&r1=150611&r2=150612&view=diff
>
> ==
> ---
> carbon/platform/branches/4.0.0/components/apimgt/org.wso2.carbon.apimgt.impl/1.0.5/src/main/java/org/wso2/carbon/apimgt/impl/APIConstants.java
>  (original)
> +++
> carbon/platform/branches/4.0.0/components/apimgt/org.wso2.carbon.apimgt.impl/1.0.5/src/main/java/org/wso2/carbon/apimgt/impl/APIConstants.java
>  Fri Dec  7 15:18:16 2012
> @@ -82,6 +82,8 @@
>  public static final String API_OVERVIEW_TEC_OWNER_EMAIL
> ="overview_technicalOwnerEmail";
>  public static final String API_OVERVIEW_BUSS_OWNER
> ="overview_businessOwner";
>  public static final String API_OVERVIEW_BUSS_OWNER_EMAIL
> ="overview_businessOwnerEmail";
> +public static final String API_OVERVIEW_VISIBILITY
> ="overview_visibility";
> +public static final String API_OVERVIEW_VISIBLE_ROLES
> ="overview_visibleRoles";
>  public static final String API_STATUS = "STATUS";
>  public static final String API_URI_PATTERN ="URITemplate_urlPattern";
>  public static final String API_URI_HTTP_METHOD
> ="URITemplate_httpVerb";
>
> Modified:
> carbon/platform/branches/4.0.0/components/apimgt/org.wso2.carbon.apimgt.impl/1.0.5/src/main/java/org/wso2/carbon/apimgt/impl/internal/APIManagerComponent.java
> URL:
> http://wso2.org/svn/browse/wso2/carbon/platform/branches/4.0.0/components/apimgt/org.wso2.carbon.apimgt.impl/1.0.5/src/main/java/org/wso2/carbon/apimgt/impl/internal/APIManagerComponent.java?rev=150612&r1=150611&r2=150612&view=diff
>
> ==
> ---
> carbon/platform/branches/4.0.0/components/apimgt/org.wso2.carbon.apimgt.impl/1.0.5/src/main/java/org/wso2/carbon/apimgt/impl/internal/APIManagerComponent.java
>  (original)
> +++
> carbon/platform/branches/4.0.0/components/apimgt/org.wso2.carbon.apimgt.impl/1.0.5/src/main/java/org/wso2/carbon/apimgt/impl/internal/APIManagerComponent.java
>  Fri Dec  7 15:18:16 2012
> @@ -75,7 +75,7 @@
>
>  private ServiceRegistration registration;
>
> -protected void activate(ComponentContext componentContext) {
> +protected void activate(ComponentContext componentContext) throws
> Exception {
>  if (log.isDebugEnabled()) {
>  log.debug("API manager component activated");
>  }
>
> Modified:
> carbon/platform/branches/4.0.0/components/apimgt/org.wso2.carbon.apimgt.impl/1.0.5/src/main/java/org/wso2/carbon/apimgt/impl/utils/APIMgtDBUtil.java
> URL:
> http://wso2.org/svn/browse/wso2/carbon/platform/branches/4.0.0/components/apimgt/org.wso2.carbon.apimgt.impl/1.0.5/src/main/java/org/wso2/carbon/apimgt/impl/utils/APIMgtDBUtil.java?rev=150612&r1=150611&r2=150612&view=diff
>
> ==
> ---
> carbon/platform/branches/4.0.0/components/apimgt/org.wso2.carbon.apimgt.impl/1.0.5/src/main/java/org/wso2/carbon/apimgt/impl/utils/APIMgtDBUtil.java
>(original)
> +++
> carbon/platform/branches/4.0.0/components/apimgt/org.wso2.carbon.apimgt.impl/1.0.5/src/main/java/org/wso2/carbon/apimgt/impl/utils/APIMgtDBUtil.java
>Fri Dec  7 15:18:16 2012
> @@ -40,6 +40,7 @@
>  private static final Log log = LogFactory.getLog(APIMgtDBUtil.class);
>
>  private static volatile DataSource dataSource = null;
> +private static final String DB_CHECK_SQL = "SELECT * FROM
> AM_SUBSCRIBER";
>
>  private static 

[Dev] [Bamboo-Build] WSO2 Carbon 4.0.x > Kernel 4.0.5 > #45 has FAILED. Change made by johann.

2012-12-09 Thread Bamboo

---
WSO2 Carbon 4.0.x > Kernel 4.0.5 > #45 failed.
---
Code has been updated by johann.
No failed tests found, a possible compilation error.

http://wso2.org/bamboo/browse/WCB001-KER005-45/

-
Currently Responsible
-

Asela Pathberiya (Assigned by Maheshika Goonetilleke)
Dushan Abeyruwan (Assigned by Maheshika Goonetilleke)



--
Failing Jobs
--
  - Default Job (Default Stage): No tests found.



--
Code Changes
--
johann (150758):

>Applying patch carbon-11681_v2_2.patch which is the correct fix for the issue



--
This message is automatically generated by Atlassian Bamboo___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Improving the Add/Edit RXT UI to load Preset Asset Models

2012-12-09 Thread Senaka Fernando
Hi Janaka,

Not quite. This is an attempt to create presets to load multiple
"well-known things/samples". And, this is not an attempt to create self
contained deployment packages, which will end being just the same or an
extension to how it is done today. We need to be careful about how we make
changes to the RXT language itself, and related constructs, and we should
consider how they'll will be tied with tooling etc. IMHO, another archive
type is not that worthwhile when compared to what we have right now unless
it is a product of some tool that helps users design/generate these.

Thanks,
Senaka.

On Sun, Dec 9, 2012 at 7:39 PM, Janaka Ranabahu  wrote:

> Hi Senaka,
>
> +1.
>
> How would the final outcome of this look like? Are you guys going to
> change the RXT configuration UI to support adding the handlers and the
> report templates or is there going to be a archive type which will install
> them all(RXT configuration, handlers and report templates) when you upload
> it?
>
> Thanks,
> Janaka
>
>
> On Sun, Dec 9, 2012 at 2:15 PM, Senaka Fernando  wrote:
>
>> Hi all,
>>
>> Like we have preset security scenarios, toolboxes and ready to use
>> mediators, I think we should create preset asset models which will load
>> everything from RXT to Handler to Custom Reports that are related into the
>> UI. This will connect the dots to complete what we claim to support OOTB
>> with it making the least impact on those who do not wish to use them. I
>> couldn't think of a better way to do this, but if it does, please do
>> provide your feedback.
>>
>> For a start, we can plug this against the 5 sample asset models that we
>> ship with G-Reg? Thoughts?
>>
>> Thanks,
>> Senaka.
>>
>> --
>> * 
>> *
>> *
>>
>> Senaka Fernando*
>> Member - Integration Technologies Management Committee;
>> Technical Lead; WSO2 Inc.; http://wso2.com*
>> Member; Apache Software Foundation; http://apache.org
>>
>> E-mail: senaka AT wso2.com
>> **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
>> Linked-In: http://linkedin.com/in/senakafernando
>>
>> *Lean . Enterprise . Middleware
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Janaka Ranabahu
> Senior Software Engineer
> WSO2 Inc.
>
> Mobile +94 718370861
> Email : jan...@wso2.com
> Blog : janakaranabahu.blogspot.com
>
>


-- 
* 
*
*

Senaka Fernando*
Member - Integration Technologies Management Committee;
Technical Lead; WSO2 Inc.; http://wso2.com*
Member; Apache Software Foundation; http://apache.org

E-mail: senaka AT wso2.com
**P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
Linked-In: http://linkedin.com/in/senakafernando

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


Re: [Dev] Improving the Add/Edit RXT UI to load Preset Asset Models

2012-12-09 Thread Janaka Ranabahu
Hi Senaka,

+1.

How would the final outcome of this look like? Are you guys going to change
the RXT configuration UI to support adding the handlers and the report
templates or is there going to be a archive type which will install them
all(RXT configuration, handlers and report templates) when you upload it?

Thanks,
Janaka


On Sun, Dec 9, 2012 at 2:15 PM, Senaka Fernando  wrote:

> Hi all,
>
> Like we have preset security scenarios, toolboxes and ready to use
> mediators, I think we should create preset asset models which will load
> everything from RXT to Handler to Custom Reports that are related into the
> UI. This will connect the dots to complete what we claim to support OOTB
> with it making the least impact on those who do not wish to use them. I
> couldn't think of a better way to do this, but if it does, please do
> provide your feedback.
>
> For a start, we can plug this against the 5 sample asset models that we
> ship with G-Reg? Thoughts?
>
> Thanks,
> Senaka.
>
> --
> * 
> *
> *
>
> Senaka Fernando*
> Member - Integration Technologies Management Committee;
> Technical Lead; WSO2 Inc.; http://wso2.com*
> Member; Apache Software Foundation; http://apache.org
>
> E-mail: senaka AT wso2.com
> **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
> Linked-In: http://linkedin.com/in/senakafernando
>
> *Lean . Enterprise . Middleware
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Janaka Ranabahu
Senior Software Engineer
WSO2 Inc.

Mobile +94 718370861
Email : jan...@wso2.com
Blog : janakaranabahu.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [Bamboo-Build] WSO2 Carbon 4.0.x > Platform 4.0.5 > #87 was SUCCESSFUL (with 1772 tests). Change made by suho, hasithah and senaka.

2012-12-09 Thread Bamboo

---
WSO2 Carbon 4.0.x > Platform 4.0.5 > #87 was successful.
---
Code has been updated by suho, hasithah, senaka.
1772 tests in total.

http://wso2.org/bamboo/browse/WCB001-PLA005-87/




--
Code Changes
--
hasithah (150746):

>Updated MBeans and methods related to message counting.

suho (150750):

>fixing null pointer exception if agent not exist issue, patch be Tishan

senaka (150747):

>Improvements to draw styled arrows and curves when possible.



--
This message is automatically generated by Atlassian Bamboo___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] WSO2 Gadget Server 2.0.0 Milestone-8 Released

2012-12-09 Thread Nuwan Bandara
Hi Sanjiva,


On Sun, Dec 9, 2012 at 8:49 AM, Sanjiva Weerawarana wrote:

> Guys when do we plan to rename to UEC?


>From M9 we will rename to UEC, M8 is just an assembly of the asset store
and some screen mock-ups its just to show which direction we are heading.
M9 will be more integrated and functional, so thought of announcing the new
name from M9 (next week)

Regards,
/Nuwan


>
> Sanjiva.
>
>
> On Sat, Dec 8, 2012 at 8:32 PM, Ruchira Wageesha  wrote:
>
>> *WSO2 Gadget Server 2.0.0 Milestone-8 Released*
>>
>> Milestone-8 of WSO2 Gadget Server 2.0 can be downloaded at [1]. It is a
>> complete rewrite of the Gadget Server 1.0 and is powered by jaggeryjs [2].
>> This is the first milestone based on the asset store, which is a generic
>> artifact store based on WSO2 API Manager and WSO2 Governance Registry.
>>
>> *Usage*
>>
>>1. Asset store can be found at http://localhost:9763/store
>>2. Gadgets can be added into store by login into carbon admin console
>>and navigating to Metadata > Add > Gadget link
>>3. HTML mockups
>>- http://localhost:9763/samples/intro.html (HTML5 page
>>   with embedded gadgets)
>>   - http://localhost:9763/samples/store.html (New gadget store theme)
>>   - http://localhost:9763/samples/climate-change.html (HTML5 page
>>   with embedded gadgets)
>>
>> This milestone was basically targeted towards stabilizing asset store
>> based GS 2.0 build. You would encounter issues in functionality and UI,
>> which we are fixing towards next milestones.
>>
>> Thanks & Regards,
>> WSO2 Gadget Server Team
>>
>> [1] http://dist.wso2.org/milestone/gs/M8/wso2gs-2.0.0-SNAPSHOT.zip
>> [2] http://jaggeryjs.org
>>
>> --
>> *Ruchira Wageesha
>> Senior Software Engineer & Member, Management Committee, Development
>> Technologies*
>> *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
>> *
>> email: ruch...@wso2.com,   blog: ruchirawageesha.blogspot.com,   mobile: +94
>> 77 5493444*
>>
>> ___
>> Architecture mailing list
>> architect...@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>
>>
>
>
> --
> Sanjiva Weerawarana, Ph.D.
> Founder, Chairman & CEO; WSO2, Inc.;  http://wso2.com/
> email: sanj...@wso2.com; phone: +94 11 763 9614; cell: +94 77 787 6880 | +1
> 650 265 8311
> blog: http://sanjiva.weerawarana.org/
>
>
> Lean . Enterprise . Middleware
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Thanks & Regards,

Nuwan Bandara
Associate Technical Lead & Member, MC, Development Technologies
WSO2 Inc. - lean . enterprise . middleware |  http://wso2.com
blog : http://nuwanbando.com; email: nu...@wso2.com; phone: +94 11 763 9629
*

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


Re: [Dev] Build failure - Deployment Synchronizer

2012-12-09 Thread Ajith Vitharana
Yes. It worked.

Thanks
Ajith


On Sun, Dec 9, 2012 at 5:05 PM, Senaka Fernando  wrote:

> Hi Ajith,
>
> The reported errors seem to be fixed by commit r150689. Is the kernel
> up-to-date?
>
> Thanks,
> Senaka.
>
> On Sun, Dec 9, 2012 at 4:42 PM, Ajith Vitharana  wrote:
>
>> Hi all,
>>
>> I'm getting following compilation failure.
>>
>> [INFO] BUILD FAILURE
>> [INFO]
>> 
>> [INFO] Total time: 21:10.629s
>> [INFO] Finished at: Sun Dec 09 14:32:44 IST 2012
>> [INFO] Final Memory: 1419M/1857M
>> [INFO]
>> 
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>> (default-compile) on project org.wso2.carbon.deployment.synchronizer:
>> Compilation failure: Compilation failure:
>> [ERROR]
>> /home/ajith/wso2/build/branches/4.0.4/platform/4.0.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer/4.0.5/src/main/java/org/wso2/carbon/deployment/synchronizer/registry/RegistryBasedArtifactRepository.java:[111,17]
>> cannot find symbol
>> [ERROR] symbol  : method addResource(java.lang.String)
>> [ERROR] location: class org.wso2.carbon.registry.synchronization.Utils
>> [ERROR]
>> /home/ajith/wso2/build/branches/4.0.4/platform/4.0.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer/4.0.5/src/main/java/org/wso2/carbon/deployment/synchronizer/registry/RegistryBasedArtifactRepository.java:[112,47]
>> incompatible types
>> [ERROR] found   : void
>> [ERROR] required: boolean
>> [ERROR]
>> /home/ajith/wso2/build/branches/4.0.4/platform/4.0.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer/4.0.5/src/main/java/org/wso2/carbon/deployment/synchronizer/registry/RegistryBasedArtifactRepository.java:[127,54]
>> incompatible types
>> [ERROR] found   : void
>> [ERROR] required: boolean
>> [ERROR]
>> /home/ajith/wso2/build/branches/4.0.4/platform/4.0.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer/4.0.5/src/main/java/org/wso2/carbon/deployment/synchronizer/registry/RegistryBasedArtifactRepository.java:[129,56]
>> incompatible types
>> [ERROR] found   : void
>> [ERROR] required: boolean
>> [ERROR] -> [Help 1]
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>> -e switch.
>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> [ERROR]
>> [ERROR] For more information about the errors and possible solutions,
>> please read the following articles:
>> [ERROR] [Help 1]
>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>> [ERROR]
>> [ERROR] After correcting the problems, you can resume the build with the
>> command
>> [ERROR]   mvn  -rf :org.wso2.carbon.deployment.synchronizer
>>
>> Thanks
>>  Ajith
>> --
>> Ajith Vitharana.
>> WSO2 Inc. - http://wso2.org
>> Email  :  aji...@wso2.com
>> Mobile : +94772217350
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> * 
> *
> *
>
> Senaka Fernando*
> Member - Integration Technologies Management Committee;
> Technical Lead; WSO2 Inc.; http://wso2.com*
> Member; Apache Software Foundation; http://apache.org
>
> E-mail: senaka AT wso2.com
> **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
> Linked-In: http://linkedin.com/in/senakafernando
>
> *Lean . Enterprise . Middleware
>
>


-- 
Ajith Vitharana.
WSO2 Inc. - http://wso2.org
Email  :  aji...@wso2.com
Mobile : +94772217350
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Build failure - Deployment Synchronizer

2012-12-09 Thread Senaka Fernando
Hi Ajith,

The reported errors seem to be fixed by commit r150689. Is the kernel
up-to-date?

Thanks,
Senaka.

On Sun, Dec 9, 2012 at 4:42 PM, Ajith Vitharana  wrote:

> Hi all,
>
> I'm getting following compilation failure.
>
> [INFO] BUILD FAILURE
> [INFO]
> 
> [INFO] Total time: 21:10.629s
> [INFO] Finished at: Sun Dec 09 14:32:44 IST 2012
> [INFO] Final Memory: 1419M/1857M
> [INFO]
> 
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
> (default-compile) on project org.wso2.carbon.deployment.synchronizer:
> Compilation failure: Compilation failure:
> [ERROR]
> /home/ajith/wso2/build/branches/4.0.4/platform/4.0.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer/4.0.5/src/main/java/org/wso2/carbon/deployment/synchronizer/registry/RegistryBasedArtifactRepository.java:[111,17]
> cannot find symbol
> [ERROR] symbol  : method addResource(java.lang.String)
> [ERROR] location: class org.wso2.carbon.registry.synchronization.Utils
> [ERROR]
> /home/ajith/wso2/build/branches/4.0.4/platform/4.0.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer/4.0.5/src/main/java/org/wso2/carbon/deployment/synchronizer/registry/RegistryBasedArtifactRepository.java:[112,47]
> incompatible types
> [ERROR] found   : void
> [ERROR] required: boolean
> [ERROR]
> /home/ajith/wso2/build/branches/4.0.4/platform/4.0.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer/4.0.5/src/main/java/org/wso2/carbon/deployment/synchronizer/registry/RegistryBasedArtifactRepository.java:[127,54]
> incompatible types
> [ERROR] found   : void
> [ERROR] required: boolean
> [ERROR]
> /home/ajith/wso2/build/branches/4.0.4/platform/4.0.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer/4.0.5/src/main/java/org/wso2/carbon/deployment/synchronizer/registry/RegistryBasedArtifactRepository.java:[129,56]
> incompatible types
> [ERROR] found   : void
> [ERROR] required: boolean
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn  -rf :org.wso2.carbon.deployment.synchronizer
>
> Thanks
>  Ajith
> --
> Ajith Vitharana.
> WSO2 Inc. - http://wso2.org
> Email  :  aji...@wso2.com
> Mobile : +94772217350
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
* 
*
*

Senaka Fernando*
Member - Integration Technologies Management Committee;
Technical Lead; WSO2 Inc.; http://wso2.com*
Member; Apache Software Foundation; http://apache.org

E-mail: senaka AT wso2.com
**P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
Linked-In: http://linkedin.com/in/senakafernando

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


[Dev] Build failure - Deployment Synchronizer

2012-12-09 Thread Ajith Vitharana
Hi all,

I'm getting following compilation failure.

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 21:10.629s
[INFO] Finished at: Sun Dec 09 14:32:44 IST 2012
[INFO] Final Memory: 1419M/1857M
[INFO]

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
(default-compile) on project org.wso2.carbon.deployment.synchronizer:
Compilation failure: Compilation failure:
[ERROR]
/home/ajith/wso2/build/branches/4.0.4/platform/4.0.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer/4.0.5/src/main/java/org/wso2/carbon/deployment/synchronizer/registry/RegistryBasedArtifactRepository.java:[111,17]
cannot find symbol
[ERROR] symbol  : method addResource(java.lang.String)
[ERROR] location: class org.wso2.carbon.registry.synchronization.Utils
[ERROR]
/home/ajith/wso2/build/branches/4.0.4/platform/4.0.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer/4.0.5/src/main/java/org/wso2/carbon/deployment/synchronizer/registry/RegistryBasedArtifactRepository.java:[112,47]
incompatible types
[ERROR] found   : void
[ERROR] required: boolean
[ERROR]
/home/ajith/wso2/build/branches/4.0.4/platform/4.0.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer/4.0.5/src/main/java/org/wso2/carbon/deployment/synchronizer/registry/RegistryBasedArtifactRepository.java:[127,54]
incompatible types
[ERROR] found   : void
[ERROR] required: boolean
[ERROR]
/home/ajith/wso2/build/branches/4.0.4/platform/4.0.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer/4.0.5/src/main/java/org/wso2/carbon/deployment/synchronizer/registry/RegistryBasedArtifactRepository.java:[129,56]
incompatible types
[ERROR] found   : void
[ERROR] required: boolean
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn  -rf :org.wso2.carbon.deployment.synchronizer

Thanks
Ajith
-- 
Ajith Vitharana.
WSO2 Inc. - http://wso2.org
Email  :  aji...@wso2.com
Mobile : +94772217350
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] WSO2 Gadget Server 2.0.0 Milestone-8 Released

2012-12-09 Thread Senaka Fernando
Hi all,

This is false alarm. For some crappy reason I had another older GS
Milestone which is what I have been sheepishly trying over and over, :).
Sorry for the noise. Lets have some discussion to sync-up on what needs to
go where and when, in the context of the Asset Store UI.

Thanks,
Senaka.

On Sun, Dec 9, 2012 at 12:09 AM, Senaka Fernando  wrote:

> Hi Ruchira,
>
> I just downloaded GS 2.0.0 M8. The Asset Store is not showing up as well
> as the samples. I'm using Windows 7 and JDK 1.6.0_31. There are no warnings
> or errors too, so I'm clueless as to what happened. Might be an issue with
> this build. Can you check?
>
> Thanks,
> Senaka.
>
> On Sat, Dec 8, 2012 at 8:32 PM, Ruchira Wageesha  wrote:
>
>> *WSO2 Gadget Server 2.0.0 Milestone-8 Released*
>>
>> Milestone-8 of WSO2 Gadget Server 2.0 can be downloaded at [1]. It is a
>> complete rewrite of the Gadget Server 1.0 and is powered by jaggeryjs [2].
>> This is the first milestone based on the asset store, which is a generic
>> artifact store based on WSO2 API Manager and WSO2 Governance Registry.
>>
>> *Usage*
>>
>>1. Asset store can be found at http://localhost:9763/store
>>2. Gadgets can be added into store by login into carbon admin console
>>and navigating to Metadata > Add > Gadget link
>>3. HTML mockups
>>- http://localhost:9763/samples/intro.html (HTML5 page
>>   with embedded gadgets)
>>   - http://localhost:9763/samples/store.html (New gadget store theme)
>>   - http://localhost:9763/samples/climate-change.html (HTML5 page
>>   with embedded gadgets)
>>
>> This milestone was basically targeted towards stabilizing asset store
>> based GS 2.0 build. You would encounter issues in functionality and UI,
>> which we are fixing towards next milestones.
>>
>> Thanks & Regards,
>> WSO2 Gadget Server Team
>>
>> [1] http://dist.wso2.org/milestone/gs/M8/wso2gs-2.0.0-SNAPSHOT.zip
>> [2] http://jaggeryjs.org
>>
>> --
>> *Ruchira Wageesha
>> Senior Software Engineer & Member, Management Committee, Development
>> Technologies*
>> *WSO2 Inc. - lean . enterprise . middleware |  wso2.com*
>> *
>> email: ruch...@wso2.com,   blog: ruchirawageesha.blogspot.com,   mobile: +94
>> 77 5493444*
>>
>> ___
>> Architecture mailing list
>> architect...@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>
>>
>
>
> --
> * 
> *
> *
>
> Senaka Fernando*
> Member - Integration Technologies Management Committee;
> Technical Lead; WSO2 Inc.; http://wso2.com*
> Member; Apache Software Foundation; http://apache.org
>
> E-mail: senaka AT wso2.com
> **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
> Linked-In: http://linkedin.com/in/senakafernando
>
> *Lean . Enterprise . Middleware
>
>


-- 
* 
*
*

Senaka Fernando*
Member - Integration Technologies Management Committee;
Technical Lead; WSO2 Inc.; http://wso2.com*
Member; Apache Software Foundation; http://apache.org

E-mail: senaka AT wso2.com
**P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
Linked-In: http://linkedin.com/in/senakafernando

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


[Dev] Improving the Add/Edit RXT UI to load Preset Asset Models

2012-12-09 Thread Senaka Fernando
Hi all,

Like we have preset security scenarios, toolboxes and ready to use
mediators, I think we should create preset asset models which will load
everything from RXT to Handler to Custom Reports that are related into the
UI. This will connect the dots to complete what we claim to support OOTB
with it making the least impact on those who do not wish to use them. I
couldn't think of a better way to do this, but if it does, please do
provide your feedback.

For a start, we can plug this against the 5 sample asset models that we
ship with G-Reg? Thoughts?

Thanks,
Senaka.

-- 
* 
*
*

Senaka Fernando*
Member - Integration Technologies Management Committee;
Technical Lead; WSO2 Inc.; http://wso2.com*
Member; Apache Software Foundation; http://apache.org

E-mail: senaka AT wso2.com
**P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
Linked-In: http://linkedin.com/in/senakafernando

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