Re: [Dev] Some API Changes to the API Manager

2012-05-07 Thread Sumedha Rubasinghe
On Mon, May 7, 2012 at 11:21 PM, Hiranya Jayathilaka wrote: > Sumedha and the API Manager team, > > In order to improve the internal design I'd like to propose following API > changes to the API manager implementation: > > 1. Add following 2 new methods to the APIManager interface (Some variants

Re: [Dev] [Level 1 issue] Cannot find features in a p2-repo added from bamboo

2012-05-07 Thread Dileepa Jayakody
Hi Chamara, I'm looking into this. Thanks, Dileepa On Tue, May 8, 2012 at 12:02 PM, Chamara Ariyarathne wrote: > I tried adding the p2 repository from > > http://wso2.org/bamboo/artifact/WSO2CARBON-P2REPO/JOB1/build-78/P2-Repo/p2-repo > to > WSO2 Data Services Server v3.0.0-SNAPSHOT > and it wa

[Dev] [Level 1 issue] Cannot find features in a p2-repo added from bamboo

2012-05-07 Thread Chamara Ariyarathne
I tried adding the p2 repository from http://wso2.org/bamboo/artifact/WSO2CARBON-P2REPO/JOB1/build-78/P2-Repo/p2-repo to WSO2 Data Services Server v3.0.0-SNAPSHOT and it was added at the second attempt. But when I try Find Features it gives "Error occured while quering installable features" in the

Re: [Dev] Do we still use wso2cloud-server.sh script in Stratos Serices?

2012-05-07 Thread Sameera Jayasoma
On Mon, May 7, 2012 at 8:01 PM, Sanjaya Ratnaweera wrote: > > > On Mon, May 7, 2012 at 6:36 PM, Afkham Azeez wrote: > >> wso2cloud-server.sh has production optimization stuff & also enables the >> Java Security Manager. So we need the settings in that for production use. >> I'm not sure whether

Re: [Dev] Inserting Categories in p2 Repo

2012-05-07 Thread Sameera Jayasoma
On Tue, May 8, 2012 at 11:07 AM, Prabath Abeysekera wrote: > Hi Sameera, > > On Tue, May 8, 2012 at 10:55 AM, Sameera Jayasoma wrote: > >> Hi Dileepa, >> >> The idea here is to install a particular category onto a Carbon server >> right?. e.g. Installing AS category onto Carbon would result in an

Re: [Dev] Missing requirement when installing logging-mgt feature

2012-05-07 Thread Isuru Wimalasundera
The issues seems to be fixed now. Sorry for the false alarm :) On Tue, May 8, 2012 at 10:57 AM, Isuru Wimalasundera wrote: > Hi > > Getting the same error while building GREG p2 profile generation. > What is the status of this. > > On Sun, May 6, 2012 at 11:43 PM, Denis Weerasiri wrote: > >> Hi,

Re: [Dev] Usage of build.properties file in p2 features

2012-05-07 Thread Pradeep Fernando
Hi, purpose was to identify the conf directory while feature install. Not sure whether this is required anymore (AFAIR it doesnt get used during C4 feature installation) --Pradeep ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinf

Re: [Dev] Missing requirement when installing logging-mgt feature

2012-05-07 Thread Denis Weerasiri
This was fixed. Please svn up the logging.mgt feature. On Tue, May 8, 2012 at 10:57 AM, Isuru Wimalasundera wrote: > Hi > > Getting the same error while building GREG p2 profile generation. > What is the status of this. > > On Sun, May 6, 2012 at 11:43 PM, Denis Weerasiri wrote: > >> Hi, >> Gett

Re: [Dev] Inserting Categories in p2 Repo

2012-05-07 Thread Prabath Abeysekera
Hi Sameera, On Tue, May 8, 2012 at 10:55 AM, Sameera Jayasoma wrote: > Hi Dileepa, > > The idea here is to install a particular category onto a Carbon server > right?. e.g. Installing AS category onto Carbon would result in an WSO2 > Application Server. > > If thats the case, we need to add more

Re: [Dev] Missing requirement when installing logging-mgt feature

2012-05-07 Thread Isuru Wimalasundera
Hi Getting the same error while building GREG p2 profile generation. What is the status of this. On Sun, May 6, 2012 at 11:43 PM, Denis Weerasiri wrote: > Hi, > Getting this error at BPS p2 profile generation in trunk. > > Installation failed. > Cannot complete the install because one or more r

Re: [Dev] Inserting Categories in p2 Repo

2012-05-07 Thread Sameera Jayasoma
Hi Dileepa, The idea here is to install a particular category onto a Carbon server right?. e.g. Installing AS category onto Carbon would result in an WSO2 Application Server. If thats the case, we need to add more features to these categories. All products contains logging feature, system statist

Re: [Dev] Removing Java Service Wrapper from Carbon

2012-05-07 Thread Sameera Jayasoma
On Tue, May 8, 2012 at 9:46 AM, Chintana Wilamuna wrote: > Hi, > > Have a blog - http://engwar.com/post/678. Probably better to have a KB > item as well. > +1 for a KB item. We can link it from the Carbon documentation as well. Thanks, Sameera. > > -Chintana > > > On Monday, May 7, 2012, S

Re: [Dev] Deployment issue in jaggery apps

2012-05-07 Thread Nuwan Bandara
Why do you have a web.xml in a jaggery app ? can you send the application ur trying to deploy. On Mon, May 7, 2012 at 5:36 PM, Ashansa Perera wrote: > Hi, > I'm trying to add a new jaggery app using the management console, but only > the part of it is copied to repository/deployment/server/jagge

Re: [Dev] Inserting Categories in p2 Repo

2012-05-07 Thread Dileepa Jayakody
joining in Isabelle to the discussion. Thanks, Dileepa On Mon, May 7, 2012 at 6:19 PM, Dileepa Jayakody wrote: > Hi All, > > When improving the kernel feature manager to accommodate > feature-groups(categories), we grouped some features in > platform/trunk/features/repository into sample catego

Re: [Dev] Checking Permissions in a Java API

2012-05-07 Thread Thilina Buddhika
isUserAuthorized() method in Authorization Manager can be used for this. For example, realm.getAuthorizationManager(). isUserAuthorized(username, "/permission/admin/login", CarbonConstants.UI_PERMISSION_ACTION); Thanks, Thilina On Mon, May 7, 2012 at 10:40 PM, Hiranya Jayath

[Dev] Usage of build.properties file in p2 features

2012-05-07 Thread Denis Weerasiri
Hi, There's this file build.properties [1],[2] etc in many p2 features. Does anyone know where it's used in the feature life-cycle? [1] - https://svn.wso2.org/repos/wso2/carbon/platform/trunk/features/bpel/org.wso2.carbon.bpel.server.feature/resources/build.properties [2] - https://svn.wso2.org/re

Re: [Dev] Failed to add features for Carbon server in trunk.

2012-05-07 Thread Dileepa Jayakody
Hi Lahiru, Have you disabled 'Group features by category' option? This is enabled by default in the feature manager. The mentioned p2 repos don't have categorised feature groups, hence the feature list is empty when you find features with 'Group features by category' option enabled. We need to gro

Re: [Dev] ESB 4.0.3 product Build Error

2012-05-07 Thread Nirmal Fernando
Hi Susara, On Mon, May 7, 2012 at 5:35 PM, Susara De Saram wrote: > Hi, > > I checked out the trunk (Kernel, Orbit and Platform) and tried to build > the Kernel on Linux. But I got the following error. Any help for this would > be truly appreciated. > You've to build orbit first, then kernel and

Re: [Dev] Removing Java Service Wrapper from Carbon

2012-05-07 Thread Chintana Wilamuna
Hi, Have a blog - http://engwar.com/post/678. Probably better to have a KB item as well. -Chintana On Monday, May 7, 2012, Sameera Jayasoma wrote: > Hi Chinthana, > > On Mon, Feb 27, 2012 at 12:12 PM, Chintana Wilamuna > > > wrote: > >> >> >> On Mon, Feb 27, 2012 at 11:49 AM, Sameera Jaya

Re: [Dev] What would be the WSO2 LB product version?

2012-05-07 Thread Nirmal Fernando
On Tue, May 8, 2012 at 12:06 AM, Sameera Jayasoma wrote: > Hi Folks, > > At the moment the version is specified as 1.0.0-SNAPSHOT. We need to > change this. > > We released 1.0.0, 1.0.1, 1.0.2 versions AFAIK. But in this release we > have many more new features and enhancements. > > Shall we call

[Dev] Hadoop core build failure in windows

2012-05-07 Thread Selvaratnam Uthaiyashankar
$subject. It uses "sed" command. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.6:run (default) on project hadoop-core: An Ant BuildException has occured: The following error occurred while executing th is line: [ERROR] E:\src\java\carbon_trunk\platform\dependencies

Re: [Dev] Hive build failure in windows

2012-05-07 Thread Selvaratnam Uthaiyashankar
On Tue, May 8, 2012 at 8:23 AM, Selvaratnam Uthaiyashankar wrote: > $subject. It tries to create a symlink with "ln". This is not valid in > windows. Please fix this. Note that ant symlink task can work only in unix based platforms[1]. [1] http://ant.apache.org/manual/Tasks/symlink.html > > [

[Dev] Hive build failure in windows

2012-05-07 Thread Selvaratnam Uthaiyashankar
$subject. It tries to create a symlink with "ln". This is not valid in windows. Please fix this. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (default) on project hive-deploy: An Ant BuildException has occured: The following error occurred while executing th

Re: [Dev] C4 beta release on 9 th May 2012

2012-05-07 Thread Sameera Jayasoma
On Mon, May 7, 2012 at 11:01 AM, Sameera Jayasoma wrote: > Hi Pradeep, > > I am working on the following issues. Should be able to fix them today. > > https://wso2.org/jira/browse/CARBON-13031 > https://wso2.org/jira/browse/CARBON-12899 > Fixed and committed to the trunk. Now working on https:/

Re: [Dev] [Carbon-dev] Removing Java Service Wrapper from Carbon

2012-05-07 Thread Sameera Jayasoma
Hi Chinthana, On Mon, Feb 27, 2012 at 12:12 PM, Chintana Wilamuna wrote: > > > On Mon, Feb 27, 2012 at 11:49 AM, Sameera Jayasoma wrote: > > Yeah 20MB is bit of a concern. Btw, we had an offline discussion with >> Azeez and decided to remove Java Service Wrapper. >> >> Shall we go ahead with no

[Dev] [Bamboo-Build] WSO2 Carbon > Kernel > #220 has FAILED (2 tests failed). Change made by sameera.

2012-05-07 Thread Bamboo
--- WSO2 Carbon > Kernel > #220 failed. --- Code has been updated by sameera. 2/2800 tests failed. http://wso2.org/bamboo/browse/WSO2CARBON-CARBONCOREKERNELBUILD

Re: [Dev] Replacing JSW with nohup

2012-05-07 Thread Sameera Jayasoma
This change is applied to the trunk. Thanks, Sameera. On Fri, Mar 30, 2012 at 9:52 PM, Jorge Infante Osorio wrote: > +1 for nohup. > > ** ** > > I used it in our production servers in the university for several weeks > without any problem. > > ** ** > > Saludos, > > Ing. Jorge Infan

Re: [Dev] API for handling multipart/form-data in Jaggery

2012-05-07 Thread Samisa Abeysinghe
Are we not feature frozen for 1.0 by now? On Tue, May 8, 2012 at 6:53 AM, Nuwan Bandara wrote: > So ur suggesting we drop FileUpload API (what we have now) and have it > coupled with request object itself ? > > Regards, > /Nuwan > > On Tue, May 8, 2012 at 2:53 AM, Ruchira Wageesha wrote: > >> H

[Dev] [Bamboo-Build] WSO2 Carbon > platform > #171 was SUCCESSFUL (with 2033 tests). Change made by 13 authors.

2012-05-07 Thread Bamboo
--- WSO2 Carbon > platform > #171 was successful. --- This build occurred because it is a dependant of WSO2CARBON-CARBONCOREKERNELBUILD-219. 2033 tests in total.

Re: [Dev] API for handling multipart/form-data in Jaggery

2012-05-07 Thread Nuwan Bandara
So ur suggesting we drop FileUpload API (what we have now) and have it coupled with request object itself ? Regards, /Nuwan On Tue, May 8, 2012 at 2:53 AM, Ruchira Wageesha wrote: > Hi, > > It seems in servlets, the request parameter handling is not consistent > across all request content types

Re: [Dev] [Architecture] API for handling multipart/form-data in Jaggery

2012-05-07 Thread Srinath Perera
On Tue, May 8, 2012 at 2:53 AM, Ruchira Wageesha wrote: > Hi, > > It seems in servlets, the request parameter handling is not consistent > across all request content types. i.e. When the content type is > multipart/form-data, we can't access parameters just using > request.getParameter("foo"). In

[Dev] [Bamboo-Build] WSO2 Carbon > Kernel > #219 was SUCCESSFUL (with 2800 tests). Change made by kishanthan.

2012-05-07 Thread Bamboo
--- WSO2 Carbon > Kernel > #219 was successful. --- Code has been updated by kishanthan. 2800 tests in total. http://wso2.org/bamboo/browse/WSO2CARBON-CARBONCORE

[Dev] API for handling multipart/form-data in Jaggery

2012-05-07 Thread Ruchira Wageesha
Hi, It seems in servlets, the request parameter handling is not consistent across all request content types. i.e. When the content type is multipart/form-data, we can't access parameters just using request.getParameter("foo"). In order to handle multipart/form-data, best practice would be to use c

Re: [Dev] Build failure when building Coordination Feature

2012-05-07 Thread Denis Weerasiri
Hi Dinusha, Still the error exist in the latest build. [ERROR] Failed to execute goal on project org.wso2.carbon.coordination.feature: Could not resolve dependencies for project org.wso2.carbon:org.wso2.carbon.coordination.feature:pom:4.0.0-SNAPSHOT: Could not find artifact org.wso2.carbon:org.wso

[Dev] What would be the WSO2 LB product version?

2012-05-07 Thread Sameera Jayasoma
Hi Folks, At the moment the version is specified as 1.0.0-SNAPSHOT. We need to change this. We released 1.0.0, 1.0.1, 1.0.2 versions AFAIK. But in this release we have many more new features and enhancements. Shall we call 2.0? WDYT? Thanks, Sameera. -- Sameera Jayasoma Technical Lead WSO2,

Re: [Dev] Some API Changes to the API Manager

2012-05-07 Thread Ajith Vitharana
On Mon, May 7, 2012 at 11:21 PM, Hiranya Jayathilaka wrote: > Sumedha and the API Manager team, > > In order to improve the internal design I'd like to propose following API > changes to the API manager implementation: > > 1. Add following 2 new methods to the APIManager interface (Some variants

[Dev] Some API Changes to the API Manager

2012-05-07 Thread Hiranya Jayathilaka
Sumedha and the API Manager team, In order to improve the internal design I'd like to propose following API changes to the API manager implementation: 1. Add following 2 new methods to the APIManager interface (Some variants of these method are already available in the APIManagerImpl class, but

[Dev] [Bamboo-Build] WSO2 Carbon > platform > #170 has FAILED. Change made by 19 authors.

2012-05-07 Thread Bamboo
--- WSO2 Carbon > platform > #170 failed. --- This build was manually triggered by BambooBuilder. No failed tests found, a possible compilation error. http://wso

Re: [Dev] Registry based Deployment Synchronizer does not work [was Fwd: https://wso2.org/jira/browse/CARBON-12801]

2012-05-07 Thread Hiranya Jayathilaka
On Mon, May 7, 2012 at 10:06 PM, Charitha Kankanamge wrote: > Why should we enable axis2 clustering in order to get registry based > deployment synchronizer working? This might be due to the improvements Azeez implemented recently. Basically we use the clustering group comm mechanism to pass eve

Re: [Dev] Adding proxy services using the UI

2012-05-07 Thread Hiranya Jayathilaka
Hi, On Mon, May 7, 2012 at 6:08 PM, Afkham Azeez wrote: > > > On Mon, May 7, 2012 at 6:03 PM, Afkham Azeez wrote: > >> >> >> On Mon, May 7, 2012 at 5:11 PM, Hiranya Jayathilaka wrote: >> >>> >>> >>> On Mon, May 7, 2012 at 3:09 PM, Afkham Azeez wrote: >>> Folks., Any feedback on this?

[Dev] Checking Permissions in a Java API

2012-05-07 Thread Hiranya Jayathilaka
Hi, I want to check whether a given user has a particular permission. Is there some API in Carbon to do this? Our requirement is that we have a Java API and we want to make sure that some of the methods in this API can only be invoked by users with particular permissions. What is the best way to

Re: [Dev] Jaggery new Dir structure changes are committed to the trunk

2012-05-07 Thread Madhuka Udantha
Hi, Would be great if some windows folks try to build and run this. I tried this on windows (Windows 7) it works. here is new Structure, in jaggery from Windows Look ├───apps │ ├───docs │ │ ├───apidocs │ │ ├───css │ │ ├───edit_area │ │ │ ├───images │ │ │ ├───langs │ │

Re: [Dev] Registry based Deployment Synchronizer does not work [was Fwd: https://wso2.org/jira/browse/CARBON-12801]

2012-05-07 Thread Charitha Kankanamge
Why should we enable axis2 clustering in order to get registry based deployment synchronizer working? On Monday, May 7, 2012, Subash Chaturanga wrote: > > > On Mon, May 7, 2012 at 2:19 PM, Charitha Kankanamge > > > wrote: > >> Has anyone got registry based deployment working with C4 alpha packs

Re: [Dev] Do we still use wso2cloud-server.sh script in Stratos Serices?

2012-05-07 Thread Sanjaya Ratnaweera
On Mon, May 7, 2012 at 6:36 PM, Afkham Azeez wrote: > wso2cloud-server.sh has production optimization stuff & also enables the > Java Security Manager. So we need the settings in that for production use. > I'm not sure whether it is used in Stratos Live. Sanjaya? > > Nope, we are using wso2server

Re: [Dev] WSO2 Committers += Chethiya

2012-05-07 Thread Pradeep Fernando
Hi, Congratz!!! and welcome aboard!! --Pradeep ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] C4 beta release on 9 th May 2012

2012-05-07 Thread Charitha Kankanamge
Appreciate the deployment synchronizer bugs [1][2] can be fixed. These are blockers for production test setups [1]https://wso2.org/jira/browse/CARBON-13044 [2]https://wso2.org/jira/browse/CARBON-13045 /Charitha On Mon, May 7, 2012 at 2:46 PM, Pradeep Fernando wrote: > Hi, > > Subash is looking

[Dev] [Bamboo-Build] WSO2 Carbon > Kernel > #218 has FAILED

2012-05-07 Thread Bamboo
--- WSO2 Carbon > Kernel > #218 failed. --- This build was manually triggered by BambooBuilder. No failed tests found, a possible compilation error. http://wso2.

Re: [Dev] Do we still use wso2cloud-server.sh script in Stratos Serices?

2012-05-07 Thread Afkham Azeez
wso2cloud-server.sh has production optimization stuff & also enables the Java Security Manager. So we need the settings in that for production use. I'm not sure whether it is used in Stratos Live. Sanjaya? On Mon, May 7, 2012 at 5:43 PM, Sameera Jayasoma wrote: > Most of the wso2cloud-server.sh

Re: [Dev] Inserting Categories in p2 Repo

2012-05-07 Thread Dileepa Jayakody
Hi All, When improving the kernel feature manager to accommodate feature-groups(categories), we grouped some features in platform/trunk/features/repository into sample categories for demo purposes. Primarily the grouping was done based on product level categorisation, so that the users can easily

Re: [Dev] Adding proxy services using the UI

2012-05-07 Thread Afkham Azeez
On Mon, May 7, 2012 at 6:03 PM, Afkham Azeez wrote: > > > On Mon, May 7, 2012 at 5:11 PM, Hiranya Jayathilaka wrote: > >> >> >> On Mon, May 7, 2012 at 3:09 PM, Afkham Azeez wrote: >> >>> Folks., >>> Any feedback on this? Does this make sense? >>> >> >> I don't think so. We have a very clear sepa

Re: [Dev] Adding proxy services using the UI

2012-05-07 Thread Afkham Azeez
On Mon, May 7, 2012 at 5:11 PM, Hiranya Jayathilaka wrote: > > > On Mon, May 7, 2012 at 3:09 PM, Afkham Azeez wrote: > >> Folks., >> Any feedback on this? Does this make sense? >> > > I don't think so. We have a very clear separation between named > sequences/endpoints and anonymous sequences/end

[Dev] Jaggery M4 java.lang.ClassNotFoundException: org.wso2.carbon.hostobjects.email.SenderHostObject

2012-05-07 Thread Ashansa Perera
Hi, I got a deployment issue as posted in the mail subjected to "Deployment issue in jaggery apps". Temporarily I copied the extracted folder to repository/deployment/server/jaggeryapps/ and tried to access that. That is also giving me java.lang.ClassNotFoundException: org.wso2.carbon.hostobjects.

[Dev] Failed to add features for Carbon server in trunk.

2012-05-07 Thread Lahiru Sandaruwan
Hi, I tried to add features to Carbon server in trunk. But it says "No Available Features." after i clicked find features. I tried adding several repos(3.2.0, 3.2.2, 3.2.3, 3.2.4, and [1] ) but failed. I got the svn up and built the 'orbit' and 'kernal'. Please help. [1] http://wso2.org/bamboo/

Re: [Dev] Dashboard return a dead page

2012-05-07 Thread Achala Aponso
Hi, Recently the shindig version was changed to an older version (1.1.0.wso2v5). This issue might be caused due to the current version of 'org.json'. Using an older version of json may solve the issue. Will further look into this in order to find a proper fix. Thanks, Achala On Mon, May 7, 2012

Re: [Dev] Autoscaling with LXCs demo -2

2012-05-07 Thread Afkham Azeez
Currently all the Tropos related code live under components/tropos. May be we should move it to a better place in the SVN. On Mon, May 7, 2012 at 4:32 PM, Sanjiva Weerawarana wrote: > So is Tropos effectively an IaaS (for autoscaling within a set of worker > nodes via LXCs) .. if so we should car

Re: [Dev] How to connect to an external Cassandra Server using Cassandra feature?

2012-05-07 Thread Shelan Perera
Hi, You need to set the following system variable and disable server startup. -Ddisable.cassandra.server.startup=true Thanks On Mon, May 7, 2012 at 4:41 PM, Shelan Perera wrote: > Hi, > > I removed Cassandra Server feature since it starts up the embedded > cassandra server. And then when i tr

Re: [Dev] Do we still use wso2cloud-server.sh script in Stratos Serices?

2012-05-07 Thread Sameera Jayasoma
Most of the wso2cloud-server.sh files in the stratos services contain invalid stuff. We need to update them if we are using, or else we can remove them. Thanks, Sameera. On Mon, May 7, 2012 at 2:34 PM, Sameera Jayasoma wrote: > Subject please. > > Thanks, > Sameera. > > -- > Sameera Jayasoma >

[Dev] Deployment issue in jaggery apps

2012-05-07 Thread Ashansa Perera
Hi, I'm trying to add a new jaggery app using the management console, but only the part of it is copied to repository/deployment/server/jaggeryapps, hence the app is not working. Is this a known issue or am I missing anything? I get the following error log [1] in server, but the deployed zip file h

Re: [Dev] Autoscaling with LXCs demo -2

2012-05-07 Thread Sajith Kariyawasam
Infact, we are planning to move Tropos controller, LB and hostmachine related code under one source tree.. For eg, components/tropos/controller/service/autoscalerservice components/tropos/controller/service/agentmgtservice components/tropos/agent components/tropos/lb etc .. Regards Sajith On M

Re: [Dev] Autoscaling with LXCs demo -2

2012-05-07 Thread Sanjeewa Malalgoda
Hi, I have fixed the issue mentioned above (Domain related issue in AutoscaleInMediator -This arose with the changes in loadbalancer.conf to reflect tenant aware load balancing) by adding method to get clustering domain from tenatId and host name. Thanks. On Mon, May 7, 2012 at 5:16 PM, Damitha K

Re: [Dev] Are we running Bamboo with clean repo?

2012-05-07 Thread Shammi Jayasinghe
Hi , We have clean the repository of bamboo and it is running with a clean repo now. Note: Orbit buid #88 is with this clean repo http://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBON-CARBONKERNELBUILD-88/ Thanks Shammi On Mon, May 7, 2012 at 2:44 PM, Ranga Siriwardena wrote: > Hi Dimuthu

Re: [Dev] Autoscaling with LXCs demo -2

2012-05-07 Thread Damitha Kumarage
On Mon, May 7, 2012 at 4:32 PM, Sanjiva Weerawarana wrote: > So is Tropos effectively an IaaS (for autoscaling within a set of worker > nodes via LXCs) Of course, Tropos autoscale withina set of *Host Machines* via LXCs. Damitha > .. if so we should carefully separate Tropos out as a separate p

[Dev] [Bamboo-Build] WSO2 Carbon > Orbit > #88 was SUCCESSFUL

2012-05-07 Thread Bamboo
--- WSO2 Carbon > Orbit > #88 was successful. --- This build was manually triggered by BambooBuilder. http://wso2.org/bamboo/browse/WSO2CARBON-CARBONKERNELBUILD-

Re: [Dev] Adding proxy services using the UI

2012-05-07 Thread Hiranya Jayathilaka
On Mon, May 7, 2012 at 3:09 PM, Afkham Azeez wrote: > Folks., > Any feedback on this? Does this make sense? > I don't think so. We have a very clear separation between named sequences/endpoints and anonymous sequences/endpoints. Anonymous objects are local to a particular proxy service or an API

Re: [Dev] Dashboard return a dead page

2012-05-07 Thread Achala Aponso
Hi KasunW, I am looking into this. Thanks, Achala On Mon, May 7, 2012 at 3:11 PM, Kasun Weranga wrote: > Hi Achala, > > Now dashboard is working, but I am getting the following exception when > starting the bam. > > [2012-05-07 15:06:13,552] ERROR > {org.wso2.carbon.dashboard.ui.internal.Dashb

Re: [Dev] [Bamboo-Build] WSO2 Carbon > Kernel > #217 has FAILED (1 tests failed). Change made by dileepa.

2012-05-07 Thread Shammi Jayasinghe
Hi , We manually stopped the build in order to build the complete platform (orbit,kernel,platform) with a clean repo. Thanks Shammi On Mon, May 7, 2012 at 4:31 PM, Bamboo wrote: > [image: Failed] WSO2 Carbon› > Kernel

[Dev] [Bamboo-Build] WSO2 Carbon > Kernel > #217 has FAILED (1 tests failed). Change made by dileepa.

2012-05-07 Thread Bamboo
--- WSO2 Carbon > Kernel > #217 failed. --- Code has been updated by dileepa. 1/2800 tests failed. http://wso2.org/bamboo/browse/WSO2CARBON-CARBONCOREKERNELBUILD

Re: [Dev] Error while building Manager in trunk.

2012-05-07 Thread Muhammed Shariq
On Mon, May 7, 2012 at 10:46 AM, Achala Aponso wrote: > Hi Shariq, > > Seems like this error is not due to your previous fix. When i removed the > bundleDef also am getting that error in the p2-profile. Will further look > into this. > OK, thanks for verifying. So this issue must have been introd

Re: [Dev] How to connect to an external Cassandra Server using Cassandra feature?

2012-05-07 Thread Shelan Perera
Hi, I removed Cassandra Server feature since it starts up the embedded cassandra server. And then when i try to list the keyspaces it throws followng CNF. Can i disable server starting up using a configuration file? [2012-05-07 16:38:53,809] INFO {org.wso2.carbon.core.services.util.CarbonAuthent

Re: [Dev] Connecting to mysql from Jaggery

2012-05-07 Thread Nuwan Bandara
Sure will work on it before we publish the site live. since its a API change better publish the right one from the very first version. Regards, /Nuwan On Mon, May 7, 2012 at 4:29 PM, Sanjiva Weerawarana wrote: > I think that's ok - and if the choice is between that an exposing Java its > a no-br

Re: [Dev] Autoscaling with LXCs demo -2

2012-05-07 Thread Sanjiva Weerawarana
So is Tropos effectively an IaaS (for autoscaling within a set of worker nodes via LXCs) .. if so we should carefully separate Tropos out as a separate project. In that case Tropos Controller is fine. Sanjiva. On Mon, May 7, 2012 at 9:39 AM, Afkham Azeez wrote: > Controller might not be the bes

[Dev] Jaggery new Dir structure changes are committed to the trunk

2012-05-07 Thread Nuwan Bandara
Hi All, I have done the required changes to create the proposed jaggery Directory structure. Please take an update and build the jaggery product to see the changes. Would be great if some windows folks try to build and run this. if there are any error please do report. -- *Thanks & Regards, Nu

Re: [Dev] How to connect to an external Cassandra Server using Cassandra feature?

2012-05-07 Thread Kasun Weranga
Hi Shelan, You need to have cassandra-component.xml and in their you can specify the ips and ports of the external Cassandra nodes. Thanks, KasunW. On Mon, May 7, 2012 at 3:07 PM, Shelan Perera wrote: > Hi, > > If i need to connect to an existing server without starting the embedded > server i

Re: [Dev] WSO2 Committers += Chethiya

2012-05-07 Thread Chethiya Abeysinghe
Hi, Thanks for making me a committer. Looking forward to contribute more. - Chethiya On Mon, May 7, 2012 at 3:01 PM, Dimuthu Leelarathne wrote: > Hi Chethiya, > > Congratulations! > > It is with great pleasure that we welcome you as a WSO2 committer. Thank > you for your contributions. > > t

Re: [Dev] Dashboard return a dead page

2012-05-07 Thread Kasun Weranga
Hi Achala, Now dashboard is working, but I am getting the following exception when starting the bam. [2012-05-07 15:06:13,552] ERROR {org.wso2.carbon.dashboard.ui.internal.DashboardUiServiceComponent} - Guice creation errors: 1) Error injecting constructor, org.json.JSONException: A JSONObject

Re: [Dev] Adding proxy services using the UI

2012-05-07 Thread Afkham Azeez
Folks., Any feedback on this? Does this make sense? On Sun, May 6, 2012 at 3:48 PM, Afkham Azeez wrote: > I think it will be a good idea to allow defining named sequences inside > proxy services. Otherwise, even if a single proxy service needs use a named > sequence, it has to be defined at a gl

[Dev] How to connect to an external Cassandra Server using Cassandra feature?

2012-05-07 Thread Shelan Perera
Hi, If i need to connect to an existing server without starting the embedded server in the feature. How can we perform that? What are the configurations that i need to add? Thanks -- *Shelan Perera* Software Engineer ** *WSO2, Inc. : wso2.com* lean.enterprise.middleware. *Home Page* :she

[Dev] WSO2 Committers += Chethiya

2012-05-07 Thread Dimuthu Leelarathne
Hi Chethiya, Congratulations! It is with great pleasure that we welcome you as a WSO2 committer. Thank you for your contributions. thanks and best regards, Dimuthu -- Dimuthu Leelarathne Technical Lead WSO2, Inc. (http://wso2.com) email: dimut...@wso2.com Lean . Enterprise . Middleware

Re: [Dev] C4 beta release on 9 th May 2012

2012-05-07 Thread Pradeep Fernando
Hi, Subash is looking in to the registry related issues. Altogether there are 7 issues. CARBON-12977 Governance collection has gone missing after restarting ESB cluster nodes CARBON-12974 G-Reg - Resources/collections added from a mounted instance, not visible through governance registry

Re: [Dev] Are we running Bamboo with clean repo?

2012-05-07 Thread Ranga Siriwardena
Hi Dimuthu, On Mon, May 7, 2012 at 2:07 PM, Dimuthu Leelarathne wrote: > Hi Ranga, > > No we don't. AFAIK, the last time we ran bamboo with clean repo was on the > week starting from 23rd April. > > On Mon, May 7, 2012 at 12:39 PM, Ranga Siriwardena wrote: > >> Hi, >> >> $Subject. Found few issu

Re: [Dev] Compilation errors from Apache-Hive dependency

2012-05-07 Thread Buddhika Chamith
This happens due to build target folder not being cleaned up properly so will not happen for first time builders. I have added a clean target now so it should be fine now. Regards Buddhika On Mon, May 7, 2012 at 12:21 PM, Buddhika Chamith wrote: > Hi, > > Yes I have switched antlr versions used

[Dev] Do we still use wso2cloud-server.sh script in Stratos Serices?

2012-05-07 Thread Sameera Jayasoma
Subject please. Thanks, Sameera. -- Sameera Jayasoma Technical Lead WSO2, Inc. (http://wso2.com) email: same...@wso2.com blog: http://tech.jayasoma.org Lean . Enterprise . Middleware ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/l

[Dev] [Bamboo-Build] WSO2 Carbon > platform > #169 has FAILED. Change made by nuwanw.

2012-05-07 Thread Bamboo
--- WSO2 Carbon > platform > #169 failed. --- Code has been updated by nuwanw. No failed tests found, a possible compilation error. http://wso2.org/bamboo/browse

Re: [Dev] Are we running Bamboo with clean repo?

2012-05-07 Thread Dimuthu Leelarathne
Hi Ranga, No we don't. AFAIK, the last time we ran bamboo with clean repo was on the week starting from 23rd April. On Mon, May 7, 2012 at 12:39 PM, Ranga Siriwardena wrote: > Hi, > > $Subject. Found few issues when building with a clean repo. > Did you manage to fix these issues? If so we can

Re: [Dev] Connecting to mysql from Jaggery

2012-05-07 Thread Nuwan Bandara
Yeah, thats a solution too, then we will have to provide a API for each DB, mysql, oracle, h2 etc On Mon, May 7, 2012 at 1:36 PM, Tharindu Mathew wrote: > Hi, > > We can adjust the API to look something like http://nodejsdb.org/ and > construct the jdbc url in the background. > > Otherwise, we w

Re: [Dev] Connecting to mysql from Jaggery

2012-05-07 Thread Tharindu Mathew
Hi, We can adjust the API to look something like http://nodejsdb.org/ and construct the jdbc url in the background. Otherwise, we would always be exposing the "java way". On Mon, May 7, 2012 at 11:58 AM, Anjana Fernando wrote: > Hi, > > On Mon, May 7, 2012 at 7:40 AM, Nuwan Bandara wrote: > >

Re: [Dev] Passthru HTTP transport for WSO2 Load Balancer ?

2012-05-07 Thread Hiranya Jayathilaka
Dushan deployed this in SLive Staging a few months ago. Sanjaya and Dushan should know the details. Thanks, Hiranya On Mon, May 7, 2012 at 12:55 PM, Afkham Azeez wrote: > ESB folks, > Can we have a response please? > > > On Sat, Apr 28, 2012 at 10:52 AM, Afkham Azeez wrote: > >> Folks, >> Is t

Re: [Dev] Hadoop download in platform/trunk/dependencies/hive clog the build

2012-05-07 Thread Tharindu Mathew
Can't cache these on nexus, because this is an ant build. Is there a way to cache this, so it's accessible in the local network? This would save a lot of bandwidth, since everyone will be downloading this. On Mon, May 7, 2012 at 12:06 PM, Tharindu Mathew wrote: > Can we cache it locally on nexus

Re: [Dev] Passthru HTTP transport for WSO2 Load Balancer ?

2012-05-07 Thread Afkham Azeez
ESB folks, Can we have a response please? On Sat, Apr 28, 2012 at 10:52 AM, Afkham Azeez wrote: > Folks, > Is the passthru transport stable enough to be integrated with the LB? Can > we make it the default? What needs to be done to integrate & enable it in > the LB? > > -- > *Afkham Azeez* > Dir

[Dev] Are we running Bamboo with clean repo?

2012-05-07 Thread Ranga Siriwardena
Hi, $Subject. Found few issues when building with a clean repo. Thank You. Ranga. -- Ranga Siriwardena Software Engineer WSO2 Inc. ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev