Re: [Dev] Code coverage though System test framework

2012-04-16 Thread Dharshana Warusavitharana
Hi All, We are focusing on both Emma and Jo-coco. The main challenge on the scenario is we are addressing a distributed environment from Clarity. The product jars are not in the local machine or in a standard location. And need to instrument jars bundled in a product pack. Currently in focusing

Re: [Dev] Code coverage though System test framework

2012-04-16 Thread Krishantha Samaraweera
I think we can't use the Emma based framework, it uses carbon home to instrument jars. System test framework doesn't depends on carbon home as it assumes all servers are running remotely. One possible option would be to run the serves locally and use Emma based framework to get code coverage. Than

Re: [Dev] who owns svnclient hostobject ?

2012-04-16 Thread Kathiravelu Pradeeban
I created that, and it is used for the new product AppFactory. This is used to get the svn information (svn info, and svn logs). Since it is not used in any of the existing released products yet, it is not included in the build. On Tue, Apr 17, 2012 at 10:55 AM, Nuwan Bandara wrote: > Hi > > I c

Re: [Dev] Alpha 3 packs

2012-04-16 Thread Amila Jayasekara
On Tue, Apr 17, 2012 at 10:52 AM, Charitha Kankanamge wrote: > 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

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). Sin

[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 coverage.

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

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

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 wrote: > On Tue, Apr 17, 2012 at 7:07 AM, Supun Malinga wrote: > >> Getting a message, >> [2012-04-17 07:03:37,546] WARN >> {org.wso2.carbon.core.internal.StartupFinalizerServiceComponent} - Waiting >> for required OSGi services: >> org.wso2.ca

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 wrote: > 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.co

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

2012-04-16 Thread Amila Suriarachchi
On Mon, Apr 16, 2012 at 10:36 PM, Senaka Fernando 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. Infact we nee

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 wrote: > Hi All, > > I am getting $subject. Stack trace is in [1].

[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. http:

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 wrote: > Hi all, > > We have started fixing issues encountered while using automation framework > with alpha packs. Please update the status of automation tests you

[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] unable to login to stratos AS

2012-04-16 Thread Supun Malinga
Hi, On Tue, Apr 17, 2012 at 9:48 AM, Manjula Rathnayake wrote: > 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 update was at y

[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: "${Ports.EmbeddedLDAP.L

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 wrote: > sending again since mail got bounced last time. > > -- Forwarded me

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 wrote: > Hi, > > On Mon, Apr 16, 2012 at 5:51 AM, Ramith Jayasinghe wrote: > >> Hi, >> Has anyone thought about parallel builds with

[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 Date: Tue, Apr 17, 2012 at 7:39 AM Subject: Re: unable to login to stratos AS To: WSO2 Developers' List OHH! Now another Error :( Now I can see the login ui. But after I enter credentia

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 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 at 1

[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. http://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBON-

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 wrote: > Hi Kalpa, > > Please fix the compilation error in the DS Tree Editor plugin ASAP. > > Thanks. > /Harshana > > On Mon,

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 wrote: > Getting a message, > [2012-04-17 07:03:37,546] WARN > {org.wso2.carbon.core.internal.StartupFinalizerServiceComponent} - Waiting > for required OSG

[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. Coul

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

2012-04-16 Thread Bamboo
--- WSO2 Carbon > platform > #93 failed. --- Code has been updated by krishantha. No failed tests found, a possible compilation error. http://builder4.us1.wso2.o

[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,

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 wrote: > [image: Failed] > Developer-Studio› > Eclipse-Tools

[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. http://bui

[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. http://builder4.us1.wso2.o

[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. http://builder4.us1.ws

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 wrote: > > > On Mon, Apr 16, 2012 at 5:16 PM, Senaka Fernando wrote: > >> Hi Amila, >> >> Good q

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 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 occurred while

[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. http://builder4.us

[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 faile

[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. http://builder4.us1.wso2.org:888

[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 possi

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 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] 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. http://builder4.us1.wso2.org:8

Re: [Dev] Alpha 3 packs

2012-04-16 Thread Isuru Suriarachchi
On Mon, Apr 16, 2012 at 2:44 PM, Kishanthan Thangarajah 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 check on the next b

Re: [Dev] [Bamboo-Build] WSO2 Carbon > platform > #89 has FAILED. Change made by 20 authors.

2012-04-16 Thread Thilina Buddhika
[ERROR] Unresolveable build extension: Plugin org.apache.axis2:axis2-mar-maven-plugin:1.6.1-wso2v1 or one of its dependencies could not be resolved: Failed to collect dependencies for org.apache.axis2:axis2-mar-maven-plugin:jar:1.6.1-wso2v1 (): Failed to read artifact descriptor for org.apache.

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 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 experimental state

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

2012-04-16 Thread Bamboo
--- WSO2 Carbon > platform > #89 failed. --- This build was manually triggered by BambooBuilder. No failed tests found, a possible compilation error. http://buil

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

2012-04-16 Thread Ramith Jayasinghe
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) [1] https://cwiki.apache.org/MAVEN/parallel-builds-in-maven-3.html regards, - Ramith. On Mon, Apr 16, 2012 at

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 wrote: Hi Paul, > > >i want to add logic in javascript code, for example; > > >

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 wrote: > Hi Paul, > > i want to add logic in javascript code, for example; > > > var city_Name = > mc.getPayloadXML().

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] ESB_HOME/lib/core/WEB-INF/classes Property files are not loading

2012-04-16 Thread Afkham Azeez
Pradeep, Your solution does not work for all 3rd party libraries we don't have control over. There are many third party libraries out there that require there properties/conf files to be in the classpath, so we have to support that. On Mon, Apr 16, 2012 at 5:46 PM, Pradeep Fernando wrote: > Hi,

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 wrote: > Hi Pradeep, > > On Mon, Apr 16, 2012 at 6:00 PM, Pradeep Fernando wrote: > >> 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-depl

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

2012-04-16 Thread Harshana Martin
Hi Pradeep, On Mon, Apr 16, 2012 at 6:00 PM, Pradeep Fernando wrote: > 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.

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

2012-04-16 Thread Amila Suriarachchi
On Mon, Apr 16, 2012 at 5:16 PM, Senaka Fernando 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] https://svn.wso2.org/repos/wso2/carbon/platform/trunk/com

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 Dev

[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. http://build

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 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 bundles. Each

Re: [Dev] Alpha 3 packs - For QA

2012-04-16 Thread Johann Nallathamby
Hi, IS test failures should be fixed now. Thanks, Johann. On Mon, Apr 16, 2012 at 4:38 PM, Afkham Azeez wrote: > 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

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 th

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;

[Dev] [Bamboo-Build] WSO2 Carbon > Orbit > #73 has FAILED

2012-04-16 Thread Bamboo
--- WSO2 Carbon > Orbit > #73 failed. --- This build was manually triggered by BambooBuilder. No failed tests found, a possible compilation error. http://builder

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

2012-04-16 Thread Pradeep Fernando
Hi, I introduced it back, few days ago. did you get an svn update? the new location of the config file is repository/conf. --Pradeep ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] Please disable debug level logs in org.wso2.carbon.server.extensions.DropinsBundleDeployer

2012-04-16 Thread Afkham Azeez
Sameera, Please note $subject -- *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* * t

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

2012-04-16 Thread Senaka Fernando
Hi Amila, Good question. Carbon Kernel ships Sandesha by Default, which is how G-Reg got it. Thanks, Senaka. On Mon, Apr 16, 2012 at 4:20 PM, Amila Suriarachchi wrote: > Why Sandesha is by default shift with G-Reg? > > thanks, > Amila. > > On Sat, Apr 14, 2012 at 12:33 PM, Senaka Fernando wro

Re: [Dev] Alpha 3 packs

2012-04-16 Thread Achala Aponso
Hi, Did smoke testing on GS, no issues in start up and samples. Thanks, On Mon, Apr 16, 2012 at 4:37 PM, Johann Nallathamby wrote: > The issue has been fixed. > > Johann. > > > On Mon, Apr 16, 2012 at 3:57 PM, Johann Nallathamby wrote: > >> Hi, >> >> There is an issue on login in IS pack. Look

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 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 Sandaruwan

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 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 tests at the

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 wrote: > Hi QA, > > RMs have smoke tested the packs. Please find the all packs (including AS, > Greg, ESB, Manager and IS )

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 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 wrote: > >> Hi, >> Did a smoke test on CSG Server: >> 1.

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 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. Using defaul

[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 wrote: > Hi All, > > 1. No err

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 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 Mon, Apr

Re: [Dev] Alpha 3 packs

2012-04-16 Thread Vijitha Kumara
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 Mon, Apr 16, 2012 at 4:06 PM, Dimuthu Leelarathne wrote: > Hi Nirodha, > > On Mon, Apr 16, 2012 at 3:29 PM, Nirodha Pramod wrote: > >> Hi, >

Re: [Dev] Alpha 3 packs

2012-04-16 Thread Kathiravelu Pradeeban
Hi, An L1 found in Manager is reported as CARBON-12878 . Apart from this, an issue was found in throttling management page, and it is fixed in the trunk - STRATOS-2017 We can pass the packs to the QA, as there i

Re: [Dev] Alpha 3 packs

2012-04-16 Thread Dimuthu Leelarathne
Hi Nirodha, On Mon, Apr 16, 2012 at 3:29 PM, Nirodha Pramod 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 > [2012-04-

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

2012-04-16 Thread Sanjaya Vithanagama
Hi Azeez, I tried to run the server by using -Dcarbon.home, but the server start-up did not complete ( did not proceed after log message: *Using JAVA_HOME: /home/sanjaya/dev/wso2/trunk/platform/products/bps/modules/distribution/product/target/wso2bps-3.0.0-SNAPSHOT *) . I also tried hard coding t

Re: [Dev] Alpha 3 packs

2012-04-16 Thread Johann Nallathamby
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 wrote: > Hi, > Did a smoke test on CSG Server: > 1. No errors on start up. > 2. Samples : Not yet (since the product is still in alpha) but we are > working towards

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 wrote: > Can you check by adding -Dcarbon.home system property to axis2server.sh? > > > On Mon, Apr 16, 2012 at 3:36 PM, Afkham Azeez wrote: > >> Looks like c

[Dev] GReg filesampleutils sample error?

2012-04-16 Thread Vijitha Kumara
Hi All, Although the operations (upload/download) are successful, they produce the below error while running. Any thoughts? === [java] log4j:ERROR setFile(null,true) call failed. [java] java.io.FileNotFo

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

2012-04-16 Thread Subash Chaturanga
On Mon, Apr 16, 2012 at 3:33 PM, Subash Chaturanga wrote: > > > On Mon, Apr 16, 2012 at 3:12 PM, Vijitha Kumara 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

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 wrote: > Looks like carbon.home/axis2.home system property is not set. > > On Mon, Apr 16, 2012 at 3:31 PM, Sanjaya Vithanagama wrote: > >> Hi All, >> >> Noted the following err

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 wrote: > 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(nul

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

2012-04-16 Thread Subash Chaturanga
On Mon, Apr 16, 2012 at 3:12 PM, Vijitha Kumara 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] Alpha 3 packs

2012-04-16 Thread Ramith Jayasinghe
Hi, Did a smoke test on CSG Server: 1. No errors on start up. 2. Samples : Not yet (since the product is still in alpha) but we are working towards that. However I manually verified main features of the product. Please not that, Its difficult to check the CSG agent since we still don't have P2-r

[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 java.io.FileOut

Re: [Dev] Alpha 3 packs

2012-04-16 Thread Nirodha Pramod
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 [2012-04-16 15:05:46,706] DEBUG {org.wso2.carbon.server.extensions.DropinsBundleDeployer} -

Re: [Dev] apache synapse javascript ecoding problem

2012-04-16 Thread Paul Fremantle
Ercan Its because you are using the {} syntax to embed a string into an XML. If you make a single XML and just use {} to embed the variables (city_Name) etc, then it should work fine. If you notice, the is coming out fine. e.g. mc.setPayloadXML( http://ws.wso2.org/dataservic

Re: [Dev] Alpha 3 packs

2012-04-16 Thread Nuwan Dias
Hi, My self and Ishan did smoke testing on the ESB pack and confirmed, 1. No errors on start up. 2. Tested some samples in addition to the ones already included in tests and found no issues. Thanks, NuwanD. On Mon, Apr 16, 2012 at 10:09 AM, Dimuthu Leelarathne wrote: > Hi RMs, > > Please find

[Dev] GReg jcr-client sample error?

2012-04-16 Thread Vijitha Kumara
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. =

[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

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

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 wrote: > Hi All, > > I see that osgi-debug.options file not included

[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: http://lahiruwrites.bl

[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; Apa

[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 wher

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 wrote: > > Hi Azeez, > > On Mon, Apr 16, 2012 at 12:50 PM,

[Dev] apache synapse javascript ecoding problem

2012-04-16 Thread Ercan Can
Hi everybody,

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 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 twice? and, inte

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

2012-04-16 Thread Dushan Abeyruwan
Hi Yes,thax seems your option is working coping to CARBON_HOME/lib cheers dushan On Mon, Apr 16, 2012 at 12:48 PM, Afkham Azeez wrote: > > > On Sat, Apr 14, 2012 at 6:33 PM, Dushan Abeyruwan wrote: > >> Hi >> I just copied all the nessasary file such as synapse.properti

Re: [Dev] Alpha 3 packs

2012-04-16 Thread Dimuthu Leelarathne
Hi Azeez, On Mon, Apr 16, 2012 at 12:50 PM, Afkham Azeez wrote: > > > > Don't all the products have tests which test all the samples? If not, this > is the time to start adding those tests, while doing the smoke testing. It > will make the life of the RMs easier when the next series of packs bec

Re: [Dev] Alpha 3 packs

2012-04-16 Thread Afkham Azeez
On Mon, Apr 16, 2012 at 10:09 AM, Dimuthu Leelarathne wrote: > Hi RMs, > > Please find candidates for the alpha-3 packs here. > > > http://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBON-PRODUCTS-JOB1-51/artifact > > Please do a smoke test and update the list. Smoke testing means, > > 1) No er

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 wrote: > 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 migratio

[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: dimut...@wso

  1   2   >