Re: [Dev] How to configure a LB cluster?

2012-04-16 Thread Afkham Azeez
As per the EC2 based deployment implementation we had, the LB to which the elastic IP is mapped becomes the primary LB. This will not be applicable in the new model, and we may have to explicitly specify or have some mechanism for one of the LBs to become the primary. The easier option is, as

Re: [Dev] Platform build error

2012-04-16 Thread Vijitha Kumara
Hi AmilaJ, It seems the patch is not committed to the trunk. Can we get this committed please or we might miss this :) Regards, On Tue, Apr 3, 2012 at 5:39 PM, Vijitha Kumara viji...@wso2.com wrote: Hi AmilaJ, This patch works and the build succeeded. Regards, On Tue, Apr 3, 2012

[Dev] [Bamboo-Build] WSO2 Carbon platform #87 was SUCCESSFUL (with 1980 tests). Change made by senaka.

2012-04-16 Thread Bamboo
--- WSO2 Carbon platform #87 was successful. --- Code has been updated by senaka. 1980 tests in total.

[Dev] Removing synapse-nhttp-transport integration module from esb integration test

2012-04-16 Thread Rajika Kumarasiri
It seems there is un-used module synapse-nhttp-transport in ESB integration test module. It'd be better to remove if it is no use. Rajika ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] Profiling the Build to Reduce the Build time

2012-04-16 Thread Srinath Perera
Do we know what parts takes most time or possibilities of making it faster? I was trying to google around .. http://stackoverflow.com/questions/6681968/profiling-maven http://bosy.dailydev.org/2009/02/speed-up-your-maven-build-four-times.html But these links are specific cases only --Srinath

Re: [Dev] Doc generated by xdoc is out of order

2012-04-16 Thread Keheliya Gallaba
I also came across a similar issue and reported at CARBON-12622 [1] 'Maven Site Plugin v3.0 generating wrong HTML elements'. The site plugin had to be updated to v3.0 with the migration to Maven 3. Can this be an issue occurred by that? [1] https://wso2.org/jira/browse/CARBON-12622 On Mon, Apr

Re: [Dev] Removing synapse-nhttp-transport integration module from esb integration test

2012-04-16 Thread Ishan Jayawardena
Removed and committed. Thanks, Ishan. On Mon, Apr 16, 2012 at 12:06 PM, Rajika Kumarasiri raj...@wso2.com wrote: It seems there is un-used module synapse-nhttp-transport in ESB integration test module. It'd be better to remove if it is no use. Rajika

Re: [Dev] Profiling the Build to Reduce the Build time

2012-04-16 Thread Kathiravelu Pradeeban
Hi Srinath, As of my observations, whenever something is reported as a WARNING by maven, it takes some time, as warning indicates a bad practice. For example, when the start-up warnings were fixed, we noticed an improvement in the build. Similarly, I feel, if we fix the issues that are reported

Re: [Dev] Alpha 3 packs

2012-04-16 Thread Lakmali Baminiwatta
Hi, Done a smoke test on DSS. No startup errors. GSpreadSample service get deployed as a faulty service. Jira has been created for the issue [1] and we are looking into it. All other samples are running without issues. [1]

Re: [Dev] Alpha 3 packs

2012-04-16 Thread Sanjaya Vithanagama
Hi, Smoke tested BPS pack and confirmed, 1. No errors at start up 2. Samples run without any issues. Regards, SanjayaV. On Mon, Apr 16, 2012 at 12:07 PM, Ishara Karunarathna isha...@wso2.comwrote: Hi, I did smoke test on BRS, no issues on startup, or running samples. Thanks, Ishara.

Re: [Dev] ESB_HOME/lib/core/WEB-INF/classes Property files are not loading

2012-04-16 Thread Afkham Azeez
On Sat, Apr 14, 2012 at 6:33 PM, Dushan Abeyruwan dus...@wso2.com wrote: Hi I just copied all the nessasary file such as synapse.properties and nhttp.properties to the CARBON_HOME/repositiry/conf/ and still I was not able load those property files and I can see at the MiscellaneousUtil.java

[Dev] C4 Beta this week?

2012-04-16 Thread Dimuthu Leelarathne
Hi all, Is it possible to put a beta build this week? How about Wednesday 4.00 PM (IST) ? Please find the L1 break down here. https://wso2.org/jira/secure/Dashboard.jspa?selectPageId=10302 thanks, dimuthu -- Dimuthu Leelarathne Technical Lead WSO2, Inc. (http://wso2.com) email:

Re: [Dev] Doc generated by xdoc is out of order

2012-04-16 Thread Rajika Kumarasiri
Yeah probably. Do you aware of any fix ? Rajika On Mon, Apr 16, 2012 at 12:20 PM, Keheliya Gallaba kehel...@wso2.comwrote: I also came across a similar issue and reported at CARBON-12622 [1] 'Maven Site Plugin v3.0 generating wrong HTML elements'. The site plugin had to be updated to v3.0

Re: [Dev] Redundant Time logged in Authentication audit records

2012-04-16 Thread Afkham Azeez
On Sat, Apr 14, 2012 at 12:30 PM, Senaka Fernando sen...@wso2.com wrote: *[2012-04-14 05:01:03,430]* INFO {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} - 'admin' logged in at *[2012-04-14 05:01:03,0429]* from IP address 10.0.0.14 Why do we need to have the time logged

[Dev] apache synapse javascript ecoding problem

2012-04-16 Thread Ercan Can
Hi everybody, script language=js![CDATA[                         var city_Name = mc.getPayloadXML()..*::cityName.toString();                   var limit_From = mc.getPayloadXML()..*::limitFrom.toString();                 

Re: [Dev] Alpha 3 packs

2012-04-16 Thread Isuru Suriarachchi
Hi Kishanthan, Please do the smoke test on AS. In addition to Dimuthu's points please test the persistence as well. If the pack looks good, let's release this as M3. Thanks, ~Isuru On Mon, Apr 16, 2012 at 12:52 PM, Dimuthu Leelarathne dimut...@wso2.comwrote: Hi Azeez, On Mon, Apr 16, 2012

[Dev] Enabling equinox trace logs in trunk carbon

2012-04-16 Thread Buddhika Chamith
Hi All, I see that osgi-debug.options file not included the distribution anymore even though the launch.ini still refer to this file in it's old location (./lib/core/WEB-INF/eclipse - commented out by default). I think its useful to have this option since it's helpful to debug some situations

[Dev] Removed org.wso2.carbon.xboot

2012-04-16 Thread Afkham Azeez
Please note $subject to fix https://wso2.org/jira/browse/CARBON-12830 Somebody has added org.wso2.carbon.registry.xboot. This should go into the endorsed directory IMO, and not to the xboot classpath. Please fix. -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member;

[Dev] Agent Management service, Database abstraction layer, and Container manager implementation for autoscaler

2012-04-16 Thread Lahiru Sandaruwan
Hi Nirmal, I attached the patch for $subject at [1]. Thanks. [1]. https://wso2.org/jira/browse/STRATOS-2016 -- -- Lahiru Sandaruwan Software Engineer, Cloud Team, WSO2 Inc., http://wso2.com lean.enterprise.middleware email: lahi...@wso2.com cell: (+94) 773 325 954 blog:

Re: [Dev] Enabling equinox trace logs in trunk carbon

2012-04-16 Thread Afkham Azeez
I sent a mail about this a few weeks ago. We had the -DosgiDebugOptions property which used to print OSGi debug logs. This feature has got removed after the Tomcat OSGification. On Mon, Apr 16, 2012 at 1:29 PM, Buddhika Chamith buddhi...@wso2.comwrote: Hi All, I see that osgi-debug.options

Re: [Dev] Alpha 3 packs

2012-04-16 Thread Kishanthan Thangarajah
Hi, 1. There are some loader constraint violations with four of the Jaxws-jaxrs samples, when deploying. (wsdl_first_jaxws, async_jaxws, handlers_jaxws, mtom_jaxws). [1]. 2. No start-up errors. Persistence level issues for service QoS configuration. 1. Reliable messaging configuration changes are

[Dev] Registry level issues with Alpha 3 packs.

2012-04-16 Thread Kishanthan Thangarajah
Hi, I'm testing AS and looks like we have a major issue with registry (bamboo build pack 15-04-2012). 1. After restarting the server and accessing the registry it says An unexpected error occurred. Please check the server logs for more details.. And we can't access registry after this. There are

[Dev] Error message when starting samples/axis2Server

2012-04-16 Thread Sanjaya Vithanagama
Hi All, Noted the following error log when starting samples/axis2Server : (I was using the latest packs taken from the builder machine [1]) log4j:ERROR setFile(null,true) call failed. java.io.FileNotFoundException: /repository/logs/wso2carbon.log (No such file or directory) at

Re: [Dev] GReg jcr-client sample error?

2012-04-16 Thread Subash Chaturanga
On Mon, Apr 16, 2012 at 3:12 PM, Vijitha Kumara viji...@wso2.com wrote: Hi All, Currently running ant produce the following error. Running ant inside $GREG_HOME/bin would not create $GREG_HOME/lib/api though, as the sample is trying to access it... README doesn't say anything else here.

Re: [Dev] Error message when starting samples/axis2Server

2012-04-16 Thread Afkham Azeez
Looks like carbon.home/axis2.home system property is not set. On Mon, Apr 16, 2012 at 3:31 PM, Sanjaya Vithanagama sanja...@wso2.comwrote: Hi All, Noted the following error log when starting samples/axis2Server : (I was using the latest packs taken from the builder machine [1]) log4j:ERROR

Re: [Dev] Error message when starting samples/axis2Server

2012-04-16 Thread Afkham Azeez
Can you check by adding -Dcarbon.home system property to axis2server.sh? On Mon, Apr 16, 2012 at 3:36 PM, Afkham Azeez az...@wso2.com wrote: Looks like carbon.home/axis2.home system property is not set. On Mon, Apr 16, 2012 at 3:31 PM, Sanjaya Vithanagama sanja...@wso2.comwrote: Hi All,

Re: [Dev] GReg jcr-client sample error?

2012-04-16 Thread Subash Chaturanga
On Mon, Apr 16, 2012 at 3:33 PM, Subash Chaturanga sub...@wso2.com wrote: On Mon, Apr 16, 2012 at 3:12 PM, Vijitha Kumara viji...@wso2.com wrote: Hi All, Currently running ant produce the following error. Running ant inside $GREG_HOME/bin would not create $GREG_HOME/lib/api though, as the

Re: [Dev] Error message when starting samples/axis2Server

2012-04-16 Thread Vijitha Kumara
Got the same error while running sample (with Ant) for GReg (filesampleutils)... Regards, On Mon, Apr 16, 2012 at 3:37 PM, Afkham Azeez az...@wso2.com wrote: Can you check by adding -Dcarbon.home system property to axis2server.sh? On Mon, Apr 16, 2012 at 3:36 PM, Afkham Azeez az...@wso2.com

Re: [Dev] Alpha 3 packs

2012-04-16 Thread Dimuthu Leelarathne
Hi Nirodha, On Mon, Apr 16, 2012 at 3:29 PM, Nirodha Pramod niro...@wso2.com wrote: Hi, I could see some DEBUG logs at server startup (in DSS and ESB). Is this done deliberately? CARBON_HOME environment variable is set to /home/nirodha/WSO2/Carbon4/Alpha3/wso2dataservices-3.0.0-SNAPSHOT

Re: [Dev] Alpha 3 packs

2012-04-16 Thread Vijitha Kumara
I forgot to mention that the packs were tested for GReg :) On Mon, Apr 16, 2012 at 4:16 PM, Vijitha Kumara viji...@wso2.com wrote: Hi All, 1. No errors on startup (standalone). 2. Some issues found with couple of samples (filesampleutils, jcr-client). Will be fixed soon. Regards, On

[Dev] Alpha 3 packs - For QA

2012-04-16 Thread Dimuthu Leelarathne
Hi QA, RMs have smoke tested the packs. Please find the all packs (including AS, Greg, ESB, Manager and IS ) here http://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBON-PRODUCTS-JOB1-51/artifact thanks, dimuthu On Mon, Apr 16, 2012 at 4:16 PM, Vijitha Kumara viji...@wso2.com wrote: Hi

Re: [Dev] [L2] Sandesha busted on Trunk

2012-04-16 Thread Amila Suriarachchi
Why Sandesha is by default shift with G-Reg? thanks, Amila. On Sat, Apr 14, 2012 at 12:33 PM, Senaka Fernando sen...@wso2.com wrote: FYI. the following is seen while starting up G-Reg. [2012-04-14 05:00:37,360] *ERROR {org.apache.sandesha2.SandeshaModule} - Could not load module policies.

Re: [Dev] Alpha 3 packs

2012-04-16 Thread Johann Nallathamby
The issue has been fixed. Johann. On Mon, Apr 16, 2012 at 3:57 PM, Johann Nallathamby joh...@wso2.com wrote: Hi, There is an issue on login in IS pack. Looking into it. Thanks, Johann. On Mon, Apr 16, 2012 at 3:32 PM, Ramith Jayasinghe ram...@wso2.comwrote: Hi, Did a smoke test on

Re: [Dev] Alpha 3 packs - For QA

2012-04-16 Thread Afkham Azeez
How come there are packs for IS G-Reg while the Bamboo product builds failed due to test failures in these 2 products? On Mon, Apr 16, 2012 at 4:20 PM, Dimuthu Leelarathne dimut...@wso2.comwrote: Hi QA, RMs have smoke tested the packs. Please find the all packs (including AS, Greg, ESB,

Re: [Dev] Alpha 3 packs - For QA

2012-04-16 Thread Dimuthu Leelarathne
Hi Azeez, On Mon, Apr 16, 2012 at 4:38 PM, Afkham Azeez az...@wso2.com wrote: How come there are packs for IS G-Reg while the Bamboo product builds failed due to test failures in these 2 products? The packs are there because Bamboo runs with -fn option and Charith wrote a script to parse

Re: [Dev] Agent Management service, Database abstraction layer, and Container manager implementation for autoscaler

2012-04-16 Thread Nirmal Fernando
Hi Lahiru, On Mon, Apr 16, 2012 at 2:30 PM, Lahiru Sandaruwan lahi...@wso2.com wrote: Hi Nirmal, I attached the patch for $subject at [1]. I've committed (r125000, 125001, 125002)! Please verify! Thanks! :) Thanks. [1]. https://wso2.org/jira/browse/STRATOS-2016 -- -- Lahiru

Re: [Dev] apache synapse javascript ecoding problem

2012-04-16 Thread Ercan Can
Hi Paul, i want to add logic in javascript code, for example; script language=js![CDATA[                         var city_Name = mc.getPayloadXML()..*::cityName.toString();                   var city_Code =

Re: [Dev] ESB_HOME/lib/core/WEB-INF/classes Property files are not loading

2012-04-16 Thread Pradeep Fernando
Hi, please dont copy to CARBON_HOME/lib. its working because we still have the bootstrap classsloader intact. we are going to get rid of that soon. config files are read by individual bundles. Each bundle has their own classLoader. So there are two options in this kind of scenarios. 1. embed

Re: [Dev] ESB_HOME/lib/core/WEB-INF/classes Property files are not loading

2012-04-16 Thread Dushan Abeyruwan
Hi $subject cheers Dushan On Mon, Apr 16, 2012 at 5:46 PM, Pradeep Fernando prad...@wso2.com wrote: Hi, please dont copy to CARBON_HOME/lib. its working because we still have the bootstrap classsloader intact. we are going to get rid of that soon. config files are read by individual

[Dev] [Bamboo-Build] WSO2 Carbon Kernel #179 has FAILED. Change made by johann and azeez.

2012-04-16 Thread Bamboo
--- WSO2 Carbon Kernel #179 failed. --- This build was manually triggered by BambooBuilder. No failed tests found, a possible compilation error.

Re: [Dev] Profiling the Build to Reduce the Build time

2012-04-16 Thread Pradeep Fernando
Hi, agree with pradeeban. we have to re-deploy some of the jar files to correct the invalid pom problem. chethiya/dileepa please own this (re-deploying jars with invalid pom files - most of them under org.eclipse.*). --Pradeep ___ Dev mailing list

Re: [Dev] [L2] Sandesha busted on Trunk

2012-04-16 Thread Amila Suriarachchi
On Mon, Apr 16, 2012 at 5:16 PM, Senaka Fernando sen...@wso2.com wrote: Hi Amila, Good question. Carbon Kernel ships Sandesha by Default, which is how G-Reg got it. Are you sure? reliable messaging[1] is a carbon component. thanks, Amila. [1]

Re: [Dev] Profiling the Build to Reduce the Build time

2012-04-16 Thread Harshana Martin
On Mon, Apr 16, 2012 at 6:09 PM, Harshana Martin harsh...@wso2.com wrote: Hi Pradeep, On Mon, Apr 16, 2012 at 6:00 PM, Pradeep Fernando prad...@wso2.comwrote: Hi, agree with pradeeban. we have to re-deploy some of the jar files to correct the invalid pom problem. chethiya/dileepa please

Re: [Dev] Profiling the Build to Reduce the Build time

2012-04-16 Thread Pradeep Fernando
Hi, No there is no minimal pom. We dont have poms at all. Thats the issue. while redeploying we have to deploy the minimal pom. --Pradeep ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] apache synapse javascript ecoding problem

2012-04-16 Thread Paul Fremantle
Ercan The same approach will work. Please take a look at E4X http://en.wikipedia.org/wiki/ECMAScript_for_XML Paul On 16 April 2012 13:12, Ercan Can canerca...@yahoo.com wrote: Hi Paul, i want to add logic in javascript code, for example; script language=js![CDATA[ var

Re: [Dev] apache synapse javascript ecoding problem

2012-04-16 Thread Ercan Can
Thanks Paul, I resolved my problem. Ercan The same approach will work. Please take a look at E4X http://en.wikipedia.org/wiki/ECMAScript_for_XML Paul On 16 April 2012 13:12, Ercan Can canerca...@yahoo.com wrote: Hi Paul, i want to add logic in javascript code, for example; script

Re: [Dev] Profiling the Build to Reduce the Build time

2012-04-16 Thread Pradeep Fernando
Hi, On Mon, Apr 16, 2012 at 5:51 AM, Ramith Jayasinghe ram...@wso2.com wrote: Hi, Has anyone thought about parallel builds with maven 3 [1]? Few days back, out of curiosity I tried it on different parts of source base with no success. ( except for service stubs) AFAIK, it still in

Re: [Dev] Alpha 3 packs

2012-04-16 Thread Isuru Suriarachchi
On Mon, Apr 16, 2012 at 2:44 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: Hi, 1. There are some loader constraint violations with four of the Jaxws-jaxrs samples, when deploying. (wsdl_first_jaxws, async_jaxws, handlers_jaxws, mtom_jaxws). [1]. I've fixed these issues.. Please

[Dev] [Bamboo-Build] WSO2 Carbon Kernel #180 has FAILED. Change made by chanaka.

2012-04-16 Thread Bamboo
--- WSO2 Carbon Kernel #180 failed. --- Code has been updated by chanaka. No failed tests found, a possible compilation error.

Re: [Dev] Enabling equinox trace logs in trunk carbon

2012-04-16 Thread Buddhika Chamith
On Mon, Apr 16, 2012 at 6:06 PM, Pradeep Fernando prad...@wso2.com wrote: Hi, I introduced it back, few days ago. Cool. did you get an svn update? the new location of the config file is repository/conf. I will take an update and see. --Pradeep Regards Buddhika

[Dev] [Bamboo-Build] Developer-Studio Eclipse-Tools #49 has FAILED. Change made by 5 authors.

2012-04-16 Thread Bamboo
--- Developer-Studio Eclipse-Tools #49 failed. --- Code has been updated by melan, harshana, Kalpa Senanayake, chathuri, viraj. No failed tests found, a

[Dev] [Bamboo-Build] WSO2 Carbon Kernel #181 has FAILED. Change made by isuru.

2012-04-16 Thread Bamboo
--- WSO2 Carbon Kernel #181 failed. --- Code has been updated by isuru. No failed tests found, a possible compilation error.

[Dev] [Bamboo-Build] WSO2 Carbon platform #90 has FAILED. Change made by 10 authors.

2012-04-16 Thread Bamboo
--- WSO2 Carbon platform #90 failed. --- Code has been updated by miyuru, kasunw, johann, shammi, nuwanw, sumedha, subash, sanjayav, dilshan, nuwan. No failed

[Dev] [Bamboo-Build] Developer-Studio Eclipse-Tools #50 has FAILED. Change made by harshana.

2012-04-16 Thread Bamboo
--- Developer-Studio Eclipse-Tools #50 failed. --- Code has been updated by harshana. No failed tests found, a possible compilation error.

Re: [Dev] Alpha 3 packs

2012-04-16 Thread Senaka Fernando
Hi Krishantha, This is fixed. Thanks, Senaka. On Mon, Apr 16, 2012 at 7:04 PM, Krishantha Samaraweera krishan...@wso2.com wrote: Hi, When starting G-Reg with -Dsetup option throws following error. [2012-04-16 18:57:39,690] ERROR {org.wso2.carbon.utils.dbcreator.DatabaseCreator} - Error

Re: [Dev] [L2] Sandesha busted on Trunk

2012-04-16 Thread Senaka Fernando
Hi Amila, Sorry I was mistaken. This seems to be through the Service Mgt Server Feature. Anyway Kasun's fix did solve the issue. Thanks, Senaka. On Mon, Apr 16, 2012 at 6:06 PM, Amila Suriarachchi am...@wso2.com wrote: On Mon, Apr 16, 2012 at 5:16 PM, Senaka Fernando sen...@wso2.com wrote:

[Dev] [Bamboo-Build] WSO2 Carbon platform #91 has FAILED. Change made by subash and senaka.

2012-04-16 Thread Bamboo
--- WSO2 Carbon platform #91 failed. --- Code has been updated by subash, senaka. No failed tests found, a possible compilation error.

[Dev] [Bamboo-Build] WSO2 Carbon platform #92 has FAILED. Change made by krishantha.

2012-04-16 Thread Bamboo
--- WSO2 Carbon platform #92 failed. --- Code has been updated by krishantha. No failed tests found, a possible compilation error.

[Dev] [Bamboo-Build] Developer-Studio Eclipse-Tools #51 has FAILED. Change made by Kalpa Senanayake.

2012-04-16 Thread Bamboo
--- Developer-Studio Eclipse-Tools #51 failed. --- Code has been updated by Kalpa Senanayake. No failed tests found, a possible compilation error.

Re: [Dev] [Bamboo-Build] Developer-Studio Eclipse-Tools #51 has FAILED. Change made by Kalpa Senanayake.

2012-04-16 Thread Harshana Martin
Hi Kalpa, Please fix the compilation error in the DS Tree Editor plugin ASAP. Thanks. /Harshana On Mon, Apr 16, 2012 at 11:36 PM, Bamboo cbuil...@wso2.org wrote: [image: Failed] Developer-Studiohttp://builder4.us1.wso2.org:/bamboo/browse/DS0001/›

[Dev] [Bamboo-Build] WSO2 Carbon P2-Repo #38 has FAILED. Change made by 23 authors.

2012-04-16 Thread Bamboo
--- WSO2 Carbon P2-Repo #38 failed. --- Code has been updated by miyuru, krishantha, rajika, denis, nuwanw, dushan, subash, ranga, sanjayav, senaka, lalaji,

[Dev] unable to login to stratos AS

2012-04-16 Thread Supun Malinga
Getting a message, [2012-04-17 07:03:37,546] WARN {org.wso2.carbon.core.internal.StartupFinalizerServiceComponent} - Waiting for required OSGi services: org.wso2.carbon.stratos.common.TenantBillingService,org.wso2.carbon.stratos.common.listeners.TenantMgtListener, I checked the osgiconsole.

Re: [Dev] unable to login to stratos AS

2012-04-16 Thread Supun Malinga
Did a search through related commits. Looks like this has been fixed in r 125005. thanks, On Tue, Apr 17, 2012 at 7:07 AM, Supun Malinga sup...@wso2.com wrote: Getting a message, [2012-04-17 07:03:37,546] WARN {org.wso2.carbon.core.internal.StartupFinalizerServiceComponent} - Waiting for

Re: [Dev] [Bamboo-Build] Developer-Studio Eclipse-Tools #51 has FAILED. Change made by Kalpa Senanayake.

2012-04-16 Thread Kalpa Senanayake
Hi, I am looking in to this.It seems maven can not find some dependencies of the data service editor. Thanks, Kalpa. On Tue, Apr 17, 2012 at 1:24 AM, Harshana Martin harsh...@wso2.com wrote: Hi Kalpa, Please fix the compilation error in the DS Tree Editor plugin ASAP. Thanks. /Harshana

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

2012-04-16 Thread Bamboo
--- WSO2 Carbon Orbit #74 was successful. --- This build was manually triggered by BambooBuilder.

Re: [Dev] [Bamboo-Build] Developer-Studio Eclipse-Tools #51 has FAILED. Change made by Kalpa Senanayake.

2012-04-16 Thread Kalpa Senanayake
Hi I have build with clean repository ,It was successful. Thanks, Kalpa On Tue, Apr 17, 2012 at 8:31 AM, Kalpa Senanayake ka...@wso2.com wrote: Hi, I am looking in to this.It seems maven can not find some dependencies of the data service editor. Thanks, Kalpa. On Tue, Apr 17, 2012

[Dev] unable to login to stratos AS

2012-04-16 Thread Supun Malinga
sending again since mail got bounced last time. -- Forwarded message -- From: Supun Malinga sup...@wso2.com Date: Tue, Apr 17, 2012 at 7:39 AM Subject: Re: unable to login to stratos AS To: WSO2 Developers' List dev@wso2.org OHH! Now another Error :( Now I can see the login ui.

Re: [Dev] Profiling the Build to Reduce the Build time

2012-04-16 Thread Ramith Jayasinghe
Hi all, I will see the feasibility of parallel builds (at least for service stubs) and let you guys know. -ramith On Mon, Apr 16, 2012 at 6:53 PM, Pradeep Fernando prad...@wso2.com wrote: Hi, On Mon, Apr 16, 2012 at 5:51 AM, Ramith Jayasinghe ram...@wso2.comwrote: Hi, Has anyone thought

Re: [Dev] unable to login to stratos AS

2012-04-16 Thread Manjula Rathnayake
Hi Supun, Are you using Stratos setup script? I have updated the configurations for AS there. You should be able to set it up with Manager and AS only. Thank you. On Tue, Apr 17, 2012 at 9:27 AM, Supun Malinga sup...@wso2.com wrote: sending again since mail got bounced last time. --

[Dev] NumberFormatException when login into IS

2012-04-16 Thread Amila Jayasekara
Hi All, I am getting $subject. Stack trace is in [1]. Did anyone encounter this issue ? Please let me know how to resolve this issue. Thanks AmilaJ [1] [2012-04-17 04:14:36,958] ERROR {org.wso2.carbon.server.admin.module.handler.AuthenticationHandler} - For input string:

Re: [Dev] unable to login to stratos AS

2012-04-16 Thread Supun Malinga
Hi, On Tue, Apr 17, 2012 at 9:48 AM, Manjula Rathnayake manju...@wso2.comwrote: Hi Supun, Are you using Stratos setup script? I have updated the configurations for AS there. You should be able to set it up with Manager and AS only. I used stratos-setup.pl. When was this updated? my last

[Dev] Automation framework for alpha pack testing

2012-04-16 Thread Krishantha Samaraweera
Hi all, We have started fixing issues encountered while using automation framework with alpha packs. Please update the status of automation tests you are working on. So QA folks can start using the framework for alpha packs testing. All G-Reg test scenarios have been fixed. Thanks, Krishantha.

Re: [Dev] Automation framework for alpha pack testing

2012-04-16 Thread Dharshana Warusavitharana
Hi All, All BPS tests were OK with the alpha packs. Thank You, Dharshana. On Tue, Apr 17, 2012 at 10:00 AM, Krishantha Samaraweera krishan...@wso2.com wrote: Hi all, We have started fixing issues encountered while using automation framework with alpha packs. Please update the status of

[Dev] [Bamboo-Build] WSO2 Carbon Kernel #182 was SUCCESSFUL (with 2793 tests)

2012-04-16 Thread Bamboo
--- WSO2 Carbon Kernel #182 was successful. --- This build occurred because it is a dependant of WSO2CARBON-CARBONKERNELBUILD-74. 2793 tests in total.

Re: [Dev] NumberFormatException when login into IS

2012-04-16 Thread Evanthika Amarasiri
I'm experiencing the same with the IS pack downloaded from [1]. [1] - http://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBON-PRODUCTS-51/artifact/JOB1/IS Regards, Evanthika On Tue, Apr 17, 2012 at 9:51 AM, Amila Jayasekara ami...@wso2.com wrote: Hi All, I am getting $subject. Stack

Re: [Dev] [L2] Sandesha busted on Trunk

2012-04-16 Thread Amila Suriarachchi
On Mon, Apr 16, 2012 at 10:36 PM, Senaka Fernando sen...@wso2.com wrote: Hi Amila, Sorry I was mistaken. This seems to be through the Service Mgt Server Feature. Anyway Kasun's fix did solve the issue. Since GReg is not meant to deploy services even service mgt feature is not necessary.

Re: [Dev] unable to login to stratos AS

2012-04-16 Thread Muhammed Shariq
On Tue, Apr 17, 2012 at 7:07 AM, Supun Malinga sup...@wso2.com wrote: Getting a message, [2012-04-17 07:03:37,546] WARN {org.wso2.carbon.core.internal.StartupFinalizerServiceComponent} - Waiting for required OSGi services:

Re: [Dev] unable to login to stratos AS

2012-04-16 Thread Supun Malinga
On Tue, Apr 17, 2012 at 10:41 AM, Muhammed Shariq sha...@wso2.com wrote: On Tue, Apr 17, 2012 at 7:07 AM, Supun Malinga sup...@wso2.com wrote: Getting a message, [2012-04-17 07:03:37,546] WARN {org.wso2.carbon.core.internal.StartupFinalizerServiceComponent} - Waiting for required OSGi

Re: [Dev] Alpha 3 packs

2012-04-16 Thread Charitha Kankanamge
Is this issue fixed in alpha3 packs? I think you are talking about the same issue discussed in NumberFormatException when login into IS. With this error, we cannot log in to IS mgmt console. Hence it is a blocker in alpha3 and smoke test must have been failed. /Charitha On Mon, Apr 16, 2012 at

[Dev] who owns svnclient hostobject ?

2012-04-16 Thread Nuwan Bandara
Hi I can see a hostobject called svnclient, which is in half baked state (not in the build either). who is the owner of it and whats the purpose of it and also why is it not completed. ? -- *Thanks Regards, Nuwan Bandara Senior Software Engineer WSO2 Inc. | http://wso2.com lean . enterprise .

[Dev] Code coverage though System test framework

2012-04-16 Thread Krishantha Samaraweera
We are trying to integrating code coverage tool with System test framework (Clarity). Since the framework was designed to run with distributed product platform, we got to sort out remote jar instrumentation when using emma. The plan is to have platform wide coverage and individual product

Re: [Dev] Code coverage though System test framework

2012-04-16 Thread Afkham Azeez
Can't you use the new Emma based framework I wrote recently which is used with standard product integration tests? On Tue, Apr 17, 2012 at 10:58 AM, Krishantha Samaraweera krishan...@wso2.com wrote: We are trying to integrating code coverage tool with System test framework (Clarity). Since