Re: [Carbon-dev] Test Failure in Carbon Core

2011-03-30 Thread Chamara Silva
Workaround - 1. Build service-stubs/org.wso2.carbon.stub (Because of dependency missing issue) 2. Build carbon core without test 3. Build carbon_core/integration with test enable. Thank you, Chamara On Wed, Mar 30, 2011 at 11:11 AM, Isuru Suriarachchi is...@wso2.com wrote:

Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-30 Thread Tharindu Mathew
Sorry for the late reply. But I recall both the impact analysis gadgets depending on this. Senaka, are you sure you ran through all the code? /carbon/components/gauges$ grep Gov -i ./org.wso2.carbon.gauges.ui/src/main/resources/web/gauges/gadgets/flash/flashdata-ajaxprocessor.jsp ~ specific

Re: [Carbon-dev] org.wso2.carbon:org.wso2.carbon.stub:jar:3.2.0-SNAPSHOT not in snapshot repository.

2011-03-30 Thread Pradeep Fernando
hi, I uploaded the jars during the first round (only stub jars). Now the OSGIfying effort is happening. it will take some time, to deploy those. --Pradeep ___ Carbon-dev mailing list Carbon-dev@wso2.org

Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-30 Thread Pradeep Fernando
hi, The carbon-core is complete, except for AuthenticationAdmin.wsdl . this service is being used by number of parties. Fixing this (package renaming) would break most of the existing things. --Pradeep ___ Carbon-dev mailing list Carbon-dev@wso2.org

[Carbon-dev] Registry Resource properties not getting updated??

2011-03-30 Thread Isuru Suriarachchi
Hi Senka, There's a test failure in Carbon core persistence manager. When updating existing service Resource properties, existing Resource is read from the registry and the new property is added to the Resource object and then done a registry.put. if

Re: [Carbon-dev] Is it possible to put the eventing service in to carbon context?

2011-03-30 Thread Supun Kamburugamuva
I can simply put the eventing service in to mediation initializer and then put it to the configuration context as a property. But this may be not the correct approach. Thanks, Supun.. On Wed, Mar 30, 2011 at 11:24 AM, Indika Kumara ind...@wso2.com wrote: A year back, I wrote a class to be used

Re: [Carbon-dev] Is it possible to put the eventing service in to carbon context?

2011-03-30 Thread Indika Kumara
But, would it be possible to move all these things in to CarbonContext? OSGIServiceLocator was a generic class to locate a service and there is no relation with rule or a particular OSGI service and was a workaround to lookup an OSGI service when it is impossible to use a declarative service

Re: [Carbon-dev] No packs for testing after 21st

2011-03-30 Thread Charitha Kankanamge
There is no AppServer pack as well /Charitha On Wed, Mar 30, 2011 at 10:38 AM, Pavithra Madurangi pavit...@wso2.comwrote: Hi Denis, Latest BPS pack (29th March) is not available at [1]. [1] http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/ Regards, Pavithra On Tue, Mar 29, 2011

Re: [Carbon-dev] Test Failure in Carbon Core

2011-03-30 Thread Chamara Silva
On Wed, Mar 30, 2011 at 11:50 AM, Isuru Suriarachchi is...@wso2.com wrote: On Wed, Mar 30, 2011 at 11:38 AM, Chamara Silva cham...@wso2.com wrote: Workaround - 1. Build service-stubs/org.wso2.carbon.stub (Because of dependency missing issue) 2. Build carbon core without test

Re: [Carbon-dev] G-REG - 29/03/2011 build is unusable

2011-03-30 Thread Janaka Ranabahu
On Wed, Mar 30, 2011 at 11:28 AM, Janaka Ranabahu jan...@wso2.com wrote: On Wed, Mar 30, 2011 at 10:40 AM, Evanthika Amarasiri evanth...@wso2.comwrote: Hi, Came across the following blockers in the G-Reg pack built on 29/03/2011. Please be kind enough to fix these issues and provide us

Re: [Carbon-dev] G-REG - 29/03/2011 build is unusable

2011-03-30 Thread Sadeep Jayasumana
On Wed, Mar 30, 2011 at 11:57 AM, Janaka Ranabahu jan...@wso2.com wrote: On Wed, Mar 30, 2011 at 11:28 AM, Janaka Ranabahu jan...@wso2.com wrote: On Wed, Mar 30, 2011 at 10:40 AM, Evanthika Amarasiri evanth...@wso2.com wrote: Hi, Came across the following blockers in the G-Reg pack

Re: [Carbon-dev] G-REG - 29/03/2011 build is unusable

2011-03-30 Thread Janaka Ranabahu
On Wed, Mar 30, 2011 at 11:57 AM, Janaka Ranabahu jan...@wso2.com wrote: On Wed, Mar 30, 2011 at 11:28 AM, Janaka Ranabahu jan...@wso2.com wrote: On Wed, Mar 30, 2011 at 10:40 AM, Evanthika Amarasiri evanth...@wso2.com wrote: Hi, Came across the following blockers in the G-Reg pack

Re: [Carbon-dev] Test Failure in Carbon Core

2011-03-30 Thread Thilini Ishaka
On Wed, Mar 30, 2011 at 11:57 AM, Chamara Silva cham...@wso2.com wrote: On Wed, Mar 30, 2011 at 11:50 AM, Isuru Suriarachchi is...@wso2.comwrote: On Wed, Mar 30, 2011 at 11:38 AM, Chamara Silva cham...@wso2.com wrote: Workaround - 1. Build service-stubs/org.wso2.carbon.stub

Re: [Carbon-dev] No packs for testing after 21st

2011-03-30 Thread Amila Maha Arachchi
Hi, Due to some build failures in products (due to stub migration process) following product were not built last night. During a build cycle, only the successfully built products get copied to the place where we host them. Therefore we have to wait until the next build cycle completes to get the

Re: [Carbon-dev] Minimum Maven version is 2.2.0?

2011-03-30 Thread Waruna Ranasinghe
Hi all, We can inform/force the users to use maven 2.2.0 by adding the following configuration to the carbon root pom. So that the user who builds Carbon knows that he needs at least Maven 2.2.0 to build it, prior coming to maven site plugin execution. WDYT? prerequisites maven2.2.1/maven

Re: [Carbon-dev] Adding DS support into AS

2011-03-30 Thread Isuru Suriarachchi
On Tue, Mar 29, 2011 at 3:41 PM, Anjana Fernando anj...@wso2.com wrote: Hi Isuru, On Tue, Mar 29, 2011 at 3:11 PM, Isuru Suriarachchi is...@wso2.com wrote: No ACK from DS team? Shall I move this dashboard registration into DS styles bundle's component.xml? Yeah, as you mentioned,

Re: [Carbon-dev] Adding DS support into AS

2011-03-30 Thread Anjana Fernando
On Wed, Mar 30, 2011 at 12:54 PM, Isuru Suriarachchi is...@wso2.com wrote: Anjana, I removed it from the DS UI component.xml. But it's already registered in the DS styles bundle component.xml. So the product should have the dashboard. Can you please build DS and confirm this? Sure, will do,

[Carbon-dev] Release Readiness - DSS

2011-03-30 Thread Prabath Abeysekera
Hi, Here's an update with regard to the $subject. * * *1.Stub Separation* Stub Separation has been completed for all components owned by DSS team and the necessary changes have been properly incorporated to all associated components. *2.Integration Tests* We'd already covered up most of the core

[Carbon-dev] wso2 committers+=hasiniy

2011-03-30 Thread Afkham Azeez
It is my distinct pleasure to welcome Hasini Yatawatte to WSO2 committership. Congratulations thanks for your contributions so far. -- *Afkham Azeez* Senior Software Architect Senior Manager; WSO2, Inc.; http://wso2.com, * * *Member; Apache Software Foundation;

Re: [Carbon-dev] Notes from MB status meeting

2011-03-30 Thread Rajika Kumarasiri
On Tue, Mar 29, 2011 at 4:57 PM, Rajika Kumarasiri raj...@wso2.com wrote: On Tue, Mar 22, 2011 at 5:33 PM, Rajika Kumarasiri raj...@wso2.comwrote: 9) TLS: this is needed by CSG. For MB its obviously important, but if we can't fix it by 1.0 then we will go ahead anyway and fix in a 1.01 or

[Carbon-dev] Components online build hangs at components/governance/org.wso2.carbon.governance.api/

2011-03-30 Thread Afkham Azeez
[INFO] Generating 1 Service Component Descriptors to /Users/azeez/projects/wso2/org/trunk/carbon/components/governance/org.wso2.carbon.governance.api/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml [INFO] [resources:testResources {execution: default-testResources}] [INFO] Using 'UTF-8'

[Carbon-dev] Status of service stub generation

2011-03-30 Thread Afkham Azeez
Seems like everything is complete except for Gadgets (Nuwan). Asela, you have mentioned that you provided a patch for Guages, did this get committed? https://spreadsheets0.google.com/a/wso2.com/ccc?hl=enkey=taHbzov3zrnrIcPElzSJ3bwhl=en#gid=0 -- *Afkham Azeez* Senior Software Architect Senior

Re: [Carbon-dev] Status of exclusions effort

2011-03-30 Thread Samisa Abeysinghe
Ping! On Mon, Mar 28, 2011 at 12:12 PM, Samisa Abeysinghe sam...@wso2.com wrote: Folks, what is going on with $subject? Thanks, Samisa... Samisa Abeysinghe VP Engineering WSO2 Inc. http://wso2.com http://wso2.org Thanks, Samisa... Samisa Abeysinghe VP Engineering WSO2 Inc.

Re: [Carbon-dev] Status of service stub generation

2011-03-30 Thread Hasini Gunasinghe
On Wed, Mar 30, 2011 at 2:05 PM, Afkham Azeez az...@wso2.com wrote: Seems like everything is complete except for Gadgets (Nuwan). Asela, you have mentioned that you provided a patch for Guages, did this get committed? Hi, It was me who attached the patches. Sorry, forgot to update the

Re: [Carbon-dev] Status of service stub generation

2011-03-30 Thread Afkham Azeez
On Wed, Mar 30, 2011 at 2:15 PM, Hasini Gunasinghe has...@wso2.com wrote: On Wed, Mar 30, 2011 at 2:05 PM, Afkham Azeez az...@wso2.com wrote: Seems like everything is complete except for Gadgets (Nuwan). Asela, you have mentioned that you provided a patch for Guages, did this get committed?

Re: [Carbon-dev] Status of service stub generation

2011-03-30 Thread Nuwan Bandara
Hi Azeez, On Wed, Mar 30, 2011 at 2:05 PM, Afkham Azeez az...@wso2.com wrote: Seems like everything is complete except for Gadgets (Nuwan). Asela, you have mentioned that you provided a patch for Guages, did this get committed? I have completed this, but couldn't mention that in the

Re: [Carbon-dev] Status of exclusions effort

2011-03-30 Thread Selvaratnam Uthaiyashankar
We haven't really started it effectively. Still trying to build with tests, so that we can make sure the exclusions are done properly. Our plan is as follows: - Will not modify any poms under dependency/* - Will define all the dependency of orbit/* as optional ( so that whoever using the orbit

[Carbon-dev] ESB startup error : initializing message broker ERROR

2011-03-30 Thread Udayanga Wickramasinghe
Hi, i am getting the following stack trace when starting up ESB..what would be the possible cause? [2011-03-30 13:49:29,128] INFO - InputOutputAdaptersComponent There is no adapters-component.conf.. Using the default configuration [2011-03-30 13:49:33,898] INFO - RegistryCoreServiceComponent

[Carbon-dev] cleanRegistry option is no longer required?

2011-03-30 Thread Afkham Azeez
Evanthika has filed this bug https://wso2.org/jira/browse/CARBON-8836 Can somebody explain why this is no longer required and what is the alternative to this? -- *Afkham Azeez* Senior Software Architect Senior Manager; WSO2, Inc.; http://wso2.com, * * *Member; Apache Software Foundation;

Re: [Carbon-dev] Status of service stub generation

2011-03-30 Thread Supun Malinga
Hi, We have completed all appserver related stubs. thanks, On Wed, Mar 30, 2011 at 2:22 PM, Nuwan Bandara nu...@wso2.com wrote: Hi Azeez, On Wed, Mar 30, 2011 at 2:05 PM, Afkham Azeez az...@wso2.com wrote: Seems like everything is complete except for Gadgets (Nuwan). Asela, you have

Re: [Carbon-dev] Pending L1 L2 issues

2011-03-30 Thread Afkham Azeez
There are many simple documentation L1 issues which are low hanging fruits. Can we fix those simple ones to get the L1 count down fast? On Wed, Mar 30, 2011 at 1:58 PM, Afkham Azeez az...@wso2.com wrote: Please look at the attached pie charts. There are many people who have a lot of issues on

Re: [Carbon-dev] ESB startup error : initializing message broker ERROR

2011-03-30 Thread Danushka Menikkumbura
missed features/qpid Danushka On Wed, Mar 30, 2011 at 2:40 PM, Danushka Menikkumbura danus...@wso2.comwrote: Where do you have the qpid configuration files in your dist?. Have you updated and built the following?. dependecies/qpid orbig/qpid components/qpid and the esb Danushka On

Re: [Carbon-dev] ESB startup error : initializing message broker ERROR

2011-03-30 Thread Manjula Rathnayake
On Wed, Mar 30, 2011 at 2:41 PM, Danushka Menikkumbura danus...@wso2.comwrote: missed features/qpid build features/event too Thank you. Danushka On Wed, Mar 30, 2011 at 2:40 PM, Danushka Menikkumbura danus...@wso2.comwrote: Where do you have the qpid configuration files in your

Re: [Carbon-dev] ESB startup error : initializing message broker ERROR

2011-03-30 Thread Danushka Menikkumbura
Where do you have the qpid configuration files in your dist?. Have you updated and built the following?. dependecies/qpid orbig/qpid components/qpid and the esb Danushka On Wed, Mar 30, 2011 at 2:32 PM, Udayanga Wickramasinghe udaya...@wso2.comwrote: Hi, i am getting the following stack

Re: [Carbon-dev] SCXML based LC configuration

2011-03-30 Thread Srinath Perera
Hi Janaka, Thanks for the demo, it looks good and I will setup a review. Few TODOs 1. We need a concreate scenario and create a sample lifecycle xml for the scenario 2. put the comments in the user guide in the sample xml explainining what different tags do 3. add actions with transitions in to

Re: [Carbon-dev] SCXML based LC configuration

2011-03-30 Thread Janaka Ranabahu
Hi Srinath, On Wed, Mar 30, 2011 at 2:50 PM, Srinath Perera srin...@wso2.com wrote: Hi Janaka, Thanks for the demo, it looks good and I will setup a review. Few TODOs 1. We need a concreate scenario and create a sample lifecycle xml for the scenario 2. put the comments in the user guide

Re: [Carbon-dev] ESB startup error : initializing message broker ERROR

2011-03-30 Thread Udayanga Wickramasinghe
Hi, On Wed, Mar 30, 2011 at 2:40 PM, Danushka Menikkumbura danus...@wso2.comwrote: Where do you have the qpid configuration files in your dist?. Have you updated and built the following?. i cant see qpid related configs in /repository/conf :(...yes i did take an update of everything

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-03-30 Thread WSO2 Builder
[ERROR] /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[11,34] cannot find symbol symbol : class UserAdminStub location: package org.wso2.carbon.user.mgt.ui [ERROR]

[Carbon-dev] FYI - Adding alchim.snapshots repo

2011-03-30 Thread Dimuthu Leelarathne
Hi, I need to add a snapshot repo to the dependencies/openid4java build - temporarily. Let me explain why. Upto today dependencies/openid4java was not added to the build. Our functionality is running and being tested from openid4java snapshot. I am going to add it today. It needs higgins

Re: [Carbon-dev] Pending L1 L2 issues

2011-03-30 Thread Samisa Abeysinghe
Are we going to wait till we are done with exclusions. On Wed, Mar 30, 2011 at 2:40 PM, Afkham Azeez az...@wso2.com wrote: There are many simple documentation L1 issues which are low hanging fruits. Can we fix those simple ones to get the L1 count down fast? On Wed, Mar 30, 2011 at 1:58 PM,

Re: [Carbon-dev] ESB startup error : initializing message broker ERROR

2011-03-30 Thread Danushka Menikkumbura
They now reside in repository/conf/advanced Thanks, Danushka On Wed, Mar 30, 2011 at 2:55 PM, Udayanga Wickramasinghe udaya...@wso2.comwrote: Hi, On Wed, Mar 30, 2011 at 2:40 PM, Danushka Menikkumbura danus...@wso2.comwrote: Where do you have the qpid configuration files in your dist?.

Re: [Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-03-30 Thread Manjula Rathnayake
HI all, This was caused by stub changes on UserAdminStub. This was fixed today around 12.30 PM. Thank you. On Wed, Mar 30, 2011 at 2:59 PM, WSO2 Builder buil...@wso2.org wrote: [ERROR]

Re: [Carbon-dev] Pending L1 L2 issues

2011-03-30 Thread Afkham Azeez
Shankar Sameera are trying to figure out the best way to do this. So, until that, it will be a wastage of time if everybody just waits. Also, it might be possible for just a few people to sit together and fix exclusions. And there are many simple doc related L1s, so people can start working on

Re: [Carbon-dev] Status of exclusions effort

2011-03-30 Thread Sameera Jayasoma
On Wed, Mar 30, 2011 at 2:24 PM, Selvaratnam Uthaiyashankar shan...@wso2.com wrote: We haven't really started it effectively. Still trying to build with tests, so that we can make sure the exclusions are done properly. Our plan is as follows: - Will not modify any poms under dependency/*

Re: [Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-03-30 Thread Afkham Azeez
We are still waiting for the day where that elusive Build Successful mail will be received On Wed, Mar 30, 2011 at 3:04 PM, Manjula Rathnayake manju...@wso2.comwrote: HI all, This was caused by stub changes on UserAdminStub. This was fixed today around 12.30 PM. Thank you. On Wed, Mar

Re: [Carbon-dev] Status of service stub generation

2011-03-30 Thread Buddhika Chamith
BAM related stub changes are done. Regards, Buddhika ___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Re: [Carbon-dev] Pending L1 L2 issues

2011-03-30 Thread Supun Kamburugamuva
We are still having some gaps in the implementations to fill. We will dedicate more time on fixing issues gradually. Thanks, Supun.. On Wed, Mar 30, 2011 at 3:07 PM, Afkham Azeez az...@wso2.com wrote: Shankar Sameera are trying to figure out the best way to do this. So, until that, it will be

Re: [Carbon-dev] cleanRegistry option is no longer required?

2011-03-30 Thread Sumedha Rubasinghe
And we have --dump option. But AFAIK we have written a separate script to do the same. /sumedha On Wed, Mar 30, 2011 at 2:35 PM, Afkham Azeez az...@wso2.com wrote: Evanthika has filed this bug https://wso2.org/jira/browse/CARBON-8836 Can somebody explain why this is no longer required and

[Carbon-dev] Recent registry changes seem to have broken service-mgt tests

2011-03-30 Thread Afkham Azeez
Mar 30, 2011 3:11:00 PM org.wso2.carbon.registry.core.session.UserRegistry addRootCollection SEVERE: Failed to add the root collection to the coreRegistry. java.lang.NullPointerException at org.wso2.carbon.registry.core.jdbc.dao.JDBCPathCache.getPathID(JDBCPathCache.java:237) at

Re: [Carbon-dev] wso2 committers+=hasiniy

2011-03-30 Thread Hasini Yatawatte
Hi, Thanks a lot for accepting me as a committer .I will try my best to contribute to WSO2 in the future as well. Thanks, Best Regards, On Wed, Mar 30, 2011 at 1:46 PM, Afkham Azeez az...@wso2.com wrote: It is my distinct pleasure to welcome Hasini Yatawatte to WSO2 committership.

Re: [Carbon-dev] Status of service stub generation

2011-03-30 Thread Hasini Gunasinghe
IS related stub changes were finished by yesterday. Thanks, Hasini. On Wed, Mar 30, 2011 at 3:19 PM, Buddhika Chamith buddhi...@wso2.comwrote: BAM related stub changes are done. Regards, Buddhika ___ Carbon-dev mailing list Carbon-dev@wso2.org

Re: [Carbon-dev] Status of service stub generation

2011-03-30 Thread Prabath Abeysekera
Hi, Changes related to the components owned by DSS team are done! On Wed, Mar 30, 2011 at 2:19 PM, Afkham Azeez az...@wso2.com wrote: On Wed, Mar 30, 2011 at 2:15 PM, Hasini Gunasinghe has...@wso2.comwrote: On Wed, Mar 30, 2011 at 2:05 PM, Afkham Azeez az...@wso2.com wrote: Seems like

Re: [Carbon-dev] Status of service stub generation

2011-03-30 Thread Dinithi Nallaperuma
Hi, GS related service stub generation is done. On Wed, Mar 30, 2011 at 3:50 PM, Prabath Abeysekera praba...@wso2.comwrote: Hi, Changes related to the components owned by DSS team are done! On Wed, Mar 30, 2011 at 2:19 PM, Afkham Azeez az...@wso2.com wrote: On Wed, Mar 30, 2011 at 2:15

Re: [Carbon-dev] Status of service stub generation

2011-03-30 Thread Amila Maha Arachchi
Hi, Stratos components done except billing. Didnt do it due to changes being done at the moment. Will do it after them. Hope it is not a problem for the excercise. Thanks, AmilaM. On Wed, Mar 30, 2011 at 4:01 PM, Dinithi Nallaperuma dini...@wso2.comwrote: Hi, GS related service stub

Re: [Carbon-dev] Status of service stub generation

2011-03-30 Thread Shammi Jayasinghe
Hi, CEP, BRS and Event Related changes done. Thanks Shammi On Wed, Mar 30, 2011 at 4:25 PM, Amila Maha Arachchi ami...@wso2.comwrote: Hi, Stratos components done except billing. Didnt do it due to changes being done at the moment. Will do it after them. Hope it is not a problem for the

Re: [Carbon-dev] Status of service stub generation

2011-03-30 Thread Manjula Rathnayake
Hi, MB related changes too done. Thank you. On Wed, Mar 30, 2011 at 4:27 PM, Shammi Jayasinghe sha...@wso2.com wrote: Hi, CEP, BRS and Event Related changes done. Thanks Shammi On Wed, Mar 30, 2011 at 4:25 PM, Amila Maha Arachchi ami...@wso2.comwrote: Hi, Stratos components done

[Carbon-dev] Event component still generating code

2011-03-30 Thread Afkham Azeez
[INFO] Source directory: /Users/azeez/projects/wso2/org/trunk/carbon/components/event/org.wso2.carbon.event.client/target/generated-code/src added. [INFO] [resources:resources {execution: default-resources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources

[Carbon-dev] Testing transaction mediator with the standalone transaction provider - Atomikas

2011-03-30 Thread Rajika Kumarasiri
It'd be great if we can test the transaction mediator with the newly added Atomikas standalone transaction manager. Once this is in place that'll be a good feature addition for ESB as well. Rajika ___ Carbon-dev mailing list Carbon-dev@wso2.org

[Carbon-dev] Build break in identity provider

2011-03-30 Thread Tharindu Mathew
0.9.6.SNAPSHOTwso2v1?? What is this version? I built openid4java dependencies and orbit and changed the version to 0.9.6-SNAPSHOT.wso2v1 in the component root pom and it works. So I assume this is a typo that should not have been committed. I will commit this change. Please shout if you have a

[Carbon-dev] IMPORTANT] Take some time to go through all Carbon L1 L2 issues assigned to you

2011-03-30 Thread Afkham Azeez
Team, Please take some time today and tomorrow to go through all issues assigned to you. I'm sure some of these are fixed, while others can be lowered in priority. However, before lowering the priority talk to me or send a mail to this list. Please estimate the complexities of these issues and

Re: [Carbon-dev] Build break in identity provider

2011-03-30 Thread Dimuthu Leelarathne
Hi, This is not a typo. I followed the format number.number.number.qualifier. Please see the commits 91237 and 91240 thanks, dimuthu On Wed, Mar 30, 2011 at 5:25 PM, Tharindu Mathew thari...@wso2.com wrote: 0.9.6.SNAPSHOTwso2v1?? What is this version? I built openid4java dependencies and

Re: [Carbon-dev] Pending L1 L2 issues

2011-03-30 Thread Samisa Abeysinghe
On Wed, Mar 30, 2011 at 3:21 PM, Supun Kamburugamuva su...@wso2.com wrote: We are still having some gaps in the implementations to fill. What are those? We will dedicate more time on fixing issues gradually. Thanks, Supun.. On Wed, Mar 30, 2011 at 3:07 PM, Afkham Azeez az...@wso2.com

Re: [Carbon-dev] Pending L1 L2 issues

2011-03-30 Thread Supun Kamburugamuva
I'm working on eventing. Hiranya is working on getting the integration tests to work. Udayanga is working on completing the template editor. Thanks, Supun.. On Wed, Mar 30, 2011 at 6:45 PM, Samisa Abeysinghe sam...@wso2.com wrote: On Wed, Mar 30, 2011 at 3:21 PM, Supun Kamburugamuva

Re: [Carbon-dev] Notes from MB status meeting

2011-03-30 Thread Samisa Abeysinghe
On Wed, Mar 30, 2011 at 1:48 PM, Rajika Kumarasiri raj...@wso2.com wrote: On Tue, Mar 29, 2011 at 4:57 PM, Rajika Kumarasiri raj...@wso2.comwrote: On Tue, Mar 22, 2011 at 5:33 PM, Rajika Kumarasiri raj...@wso2.comwrote: 9) TLS: this is needed by CSG. For MB its obviously important, but

Re: [Carbon-dev] Pending L1 L2 issues

2011-03-30 Thread Supun Kamburugamuva
On Wed, Mar 30, 2011 at 6:48 PM, Supun Kamburugamuva su...@wso2.com wrote: I'm working on eventing. Hiranya is working on getting the integration tests to work. Udayanga is working on completing the template editor. And Ratha is working on the bug fixes. Thanks, Supun.. Thanks, Supun.. On

Re: [Carbon-dev] Testing transaction mediator with the standalone transaction provider - Atomikas

2011-03-30 Thread Paul Fremantle
Rajika Please raise a JIRA. Thanks Paul On 30 March 2011 12:26, Rajika Kumarasiri raj...@wso2.com wrote: It'd be great if we can test the transaction mediator with the newly added Atomikas standalone transaction manager. Once this is in place that'll be a good feature addition for ESB as

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-03-30 Thread WSO2 Builder
Aservice-stubs/org.wso2.carbon.event.client.stub/src/main/java Aservice-stubs/org.wso2.carbon.event.client.stub/src/main/resources A service-stubs/org.wso2.carbon.event.client.stub/src/main/resources/BrokerSecurityManager.wsdl A

Re: [Carbon-dev] Build break in identity provider

2011-03-30 Thread Tharindu Mathew
I believe then the version should 0.9.6.SNAPSHOT-wso2v1 On Wed, Mar 30, 2011 at 6:15 PM, Dimuthu Leelarathne dimut...@wso2.comwrote: Hi, This is not a typo. I followed the format number.number.number.qualifier. Please see the commits 91237 and 91240 thanks, dimuthu On Wed, Mar 30,

Re: [Carbon-dev] Gadget Server Remember Me functionality.

2011-03-30 Thread Nuwan Bandara
Hi Guys, Any concerns regarding this implementation ? If not we would like to proceed with completing this for the coming release. The respective Jira is at [1] Regards, /Nuwan [1] https://wso2.org/jira/browse/CARBON-8759 On Mon, Mar 28, 2011 at 10:10 AM, Nuwan Bandara nu...@wso2.com wrote:

Re: [Carbon-dev] Build break in identity provider

2011-03-30 Thread Dimuthu Leelarathne
Hi, For dependencies you put the version like that. For orbit bundles the format is nubmer.nuber.number.qualifier. Thanks, Dimuthu On Wed, Mar 30, 2011 at 7:42 PM, Tharindu Mathew thari...@wso2.com wrote: I believe then the version should 0.9.6.SNAPSHOT-wso2v1 On Wed, Mar 30, 2011 at 6:15

Re: [Carbon-dev] Gadget Server Remember Me functionality.

2011-03-30 Thread Afkham Azeez
Go ahead. On Wed, Mar 30, 2011 at 7:50 PM, Nuwan Bandara nu...@wso2.com wrote: Hi Guys, Any concerns regarding this implementation ? If not we would like to proceed with completing this for the coming release. The respective Jira is at [1] Regards, /Nuwan [1]

Re: [Carbon-dev] Build break in identity provider

2011-03-30 Thread Tharindu Mathew
Take a look at how these orbit versions are done. It's still number.number.number.qualifier ! wsdl-validator.version1.2.0.SNAPSHOT-wso2v1/wsdl-validator.version opensaml2.wso2.version2.0.0.alpha1-wso2v1/opensaml2.wso2.version On Wed, Mar 30, 2011 at 7:52 PM, Dimuthu Leelarathne

Re: [Carbon-dev] Build break in identity provider

2011-03-30 Thread Dimuthu Leelarathne
Hi, On Wed, Mar 30, 2011 at 8:01 PM, Tharindu Mathew thari...@wso2.com wrote: Take a look at how these orbit versions are done. It's still number.number.number.qualifier ! wsdl-validator.version1.2.0.SNAPSHOT-wso2v1/wsdl-validator.version Wrong!! If this is a bundle correct version is

Re: [Carbon-dev] Build break in identity provider

2011-03-30 Thread Tharindu Mathew
On Wed, Mar 30, 2011 at 8:12 PM, Dimuthu Leelarathne dimut...@wso2.comwrote: Hi, On Wed, Mar 30, 2011 at 8:01 PM, Tharindu Mathew thari...@wso2.comwrote: Take a look at how these orbit versions are done. It's still number.number.number.qualifier !

Re: [Carbon-dev] Gadget Server Remember Me functionality.

2011-03-30 Thread Nuwan Bandara
Great :) regards, /Nuwan On Wed, Mar 30, 2011 at 7:55 PM, Afkham Azeez az...@wso2.com wrote: Go ahead. On Wed, Mar 30, 2011 at 7:50 PM, Nuwan Bandara nu...@wso2.com wrote: Hi Guys, Any concerns regarding this implementation ? If not we would like to proceed with completing this for the

Re: [Carbon-dev] Build break in identity provider

2011-03-30 Thread Afkham Azeez
On Wed, Mar 30, 2011 at 8:12 PM, Dimuthu Leelarathne dimut...@wso2.comwrote: Hi, On Wed, Mar 30, 2011 at 8:01 PM, Tharindu Mathew thari...@wso2.comwrote: Take a look at how these orbit versions are done. It's still number.number.number.qualifier !

Re: [Carbon-dev] Build break in identity provider

2011-03-30 Thread Afkham Azeez
On Wed, Mar 30, 2011 at 8:17 PM, Tharindu Mathew thari...@wso2.com wrote: On Wed, Mar 30, 2011 at 8:12 PM, Dimuthu Leelarathne dimut...@wso2.comwrote: Hi, On Wed, Mar 30, 2011 at 8:01 PM, Tharindu Mathew thari...@wso2.comwrote: Take a look at how these orbit versions are done. It's still

Re: [Carbon-dev] Build break in identity provider

2011-03-30 Thread Dimuthu Leelarathne
hi, It is not a personal preference. It is wrong to use - in bundles. What Tharidu is suggesting is wrong. The examples Tharindu has given are wrong. We have clearly defined using the following versioning for bundles is the wrong standard. 0.9.6.SNAPSHOT-wso2v1 It should either be one of the

Re: [Carbon-dev] Notes from MB status meeting

2011-03-30 Thread Sanjiva Weerawarana
+1! On Wed, Mar 30, 2011 at 6:49 PM, Samisa Abeysinghe sam...@wso2.com wrote: On Wed, Mar 30, 2011 at 1:48 PM, Rajika Kumarasiri raj...@wso2.comwrote: On Tue, Mar 29, 2011 at 4:57 PM, Rajika Kumarasiri raj...@wso2.comwrote: On Tue, Mar 22, 2011 at 5:33 PM, Rajika Kumarasiri

Re: [Carbon-dev] please dont build the carbon-trunk

2011-03-30 Thread Sameera Jayasoma
Pradeep, any update on this. Can we revert back to the local nexus repo(maven.wso2.org)? Thanks Sameera On Thu, Mar 24, 2011 at 6:20 AM, Pradeep Fernando prad...@wso2.com wrote: hi, reverted back the local URLs that are pointed at the local new nexus intances to old nexus (the one we

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-03-30 Thread WSO2 Builder
[INFO] Not compiling test sources [INFO] [surefire:test {execution: default-test}] [INFO] Tests are skipped. [INFO] [bundle:bundle {execution: default-bundle}] [WARNING] Warning building bundle org.apache.tomcat.wso2:tribes:bundle:7.0.11.wso2v1 : There are split packages, use directive

Re: [Carbon-dev] Nexus integration to trunk

2011-03-30 Thread Denis Weerasiri
Hi all, I'm getting this error when accessing nexus. [INFO] Scanning for projects... [INFO] [INFO] Building WSO2 Carbon - BPEL Core Component [INFO]task-segment: [clean, install] [INFO]

[Carbon-dev] Qpid Frustration

2011-03-30 Thread Dimuthu Leelarathne
Hi, I am having a really hard time coping with Qpid instability. I did an svn up yesterday and build everything. Since BAM didn't start up, I did an svn up of all Qpid related artifacts and build them again. But still BAM doesn't start up because of Qpid config files ! #$%$^%^%$#% Here are

[Carbon-dev] Carbon Core build error

2011-03-30 Thread Shammi Jayasinghe
Hi I am getting following when building core: [INFO] Building WSO2 Carbon - UI [INFO]task-segment: [clean, install] [INFO] [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory

Re: [Carbon-dev] Qpid Frustration

2011-03-30 Thread Afkham Azeez
Danushka or whoever is responsible for creating these issues, please fix this asap. We don't want to see this tomorrow morning ! On Mar 30, 2011 10:39 PM, Dimuthu Leelarathne dimut...@wso2.com wrote: Hi, I am having a really hard time coping with Qpid instability. I did an svn up yesterday and

Re: [Carbon-dev] Qpid Frustration

2011-03-30 Thread Tharindu Mathew
Even though qpid files are not present BAM starts up. [2011-03-30 22:44:47,554] INFO {org.wso2.carbon.core.transports.http.HttpsTransportListener} - HTTPS port : 9443 [2011-03-30 22:44:47,555] INFO {org.wso2.carbon.core.transports.http.HttpTransportListener} - HTTP port: 9763

Re: [Carbon-dev] Qpid Frustration

2011-03-30 Thread Dimuthu Leelarathne
Hi, As Manjula pointed out (offline) I had to build features/event as well. Now the server starts. tx, dimuthu On Wed, Mar 30, 2011 at 10:46 PM, Tharindu Mathew thari...@wso2.com wrote: Even though qpid files are not present BAM starts up. [2011-03-30 22:44:47,554] INFO

Re: [Carbon-dev] Carbon Core build error

2011-03-30 Thread Sameera Jayasoma
I am also getting this. Please look into to this. Seems like some classes are missing. Thanks Sameera On Wed, Mar 30, 2011 at 10:39 PM, Shammi Jayasinghe sha...@wso2.com wrote: Hi I am getting following when building core: [INFO] Building WSO2 Carbon - UI [INFO]task-segment: [clean,

Re: [Carbon-dev] Qpid Frustration

2011-03-30 Thread Danushka Menikkumbura
The event team has repeatedly pointed out that qpid gets installed as a result of installing event. No product does use qpid alone as far as I know. Even in that case it is your responsibility to install what you need. Also you guys not reading mails is your problem. I do not want to pay the price

Re: [Carbon-dev] Qpid Frustration

2011-03-30 Thread Dimuthu Leelarathne
Hi, On Wed, Mar 30, 2011 at 11:46 PM, Danushka Menikkumbura danus...@wso2.comwrote: The event team has repeatedly pointed out that qpid gets installed as a result of installing event. No product does use qpid alone as far as I know. Even in that case it is your responsibility to install what

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-03-30 Thread WSO2 Builder
4/7K 7/7K 7K downloaded (tiles-jsp-2.0.5.wso2v1.pom) [WARNING] Overriding profile: 'product-wsas' (source: pom) with new instance from source: pom Downloading: http://maven.wso2.org/nexus/content/groups/wso2-public//org/apache/tiles/wso2/tiles-jsp/2.0.5.wso2v1/tiles-jsp-2.0.5.wso2v1.jar

Re: [Carbon-dev] Build break in identity provider

2011-03-30 Thread Sameera Jayasoma
Hi Dimuth, I am afraid, you got it wrong this time. Here is the grammar for OSGi bundle versions. version::= major( '.' minor ( '.' micro ( '.' qualifier )? )? )? major ::= number minor ::= number micro ::= number qualifier ::= ( alphanum | ’_’ | '-' )+ On Wed, Mar 30,

[Carbon-dev] More Build Errors due to stub change.

2011-03-30 Thread Sameera Jayasoma
Hi dev, Now it is from Carbon Core. Please fix this ASAP. We need to start working on Maven dependency exclusions, but we cannot because of these build failures. [INFO] Running Equinox P2 Director Application [INFO] Installing org.wso2.carbon.core.feature.group 3.2.0.SNAPSHOT. [ERROR] Cannot

Re: [Carbon-dev] Notes from MB status meeting

2011-03-30 Thread Rajika Kumarasiri
On Wed, Mar 30, 2011 at 6:49 PM, Samisa Abeysinghe sam...@wso2.com wrote: On Wed, Mar 30, 2011 at 1:48 PM, Rajika Kumarasiri raj...@wso2.comwrote: On Tue, Mar 29, 2011 at 4:57 PM, Rajika Kumarasiri raj...@wso2.comwrote: On Tue, Mar 22, 2011 at 5:33 PM, Rajika Kumarasiri

Re: [Carbon-dev] Testing transaction mediator with the standalone transaction provider - Atomikas

2011-03-30 Thread Rajika Kumarasiri
On Wed, Mar 30, 2011 at 7:10 PM, Paul Fremantle p...@wso2.com wrote: Rajika Please raise a JIRA. https://wso2.org/jira/browse/CARBON-9216 Thanks Paul On 30 March 2011 12:26, Rajika Kumarasiri raj...@wso2.com wrote: It'd be great if we can test the transaction mediator with the newly

Re: [Carbon-dev] Carbon Core build error

2011-03-30 Thread Sameera Jayasoma
Hi Pradeep, Your commit [1] has something to do with this build failure. Thanks Sameera [1] http://wso2.org/svn/browse/wso2?view=revrevision=91260 On Wed, Mar 30, 2011 at 11:05 PM, Sameera Jayasoma same...@wso2.com wrote: I am also getting this. Please look into to this. Seems like some

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-03-30 Thread WSO2 Builder
[INFO] Writing OBR metadata [INFO] [INFO] Building WSO2 Carbon - UI [INFO]task-segment: [install] [INFO] [WARNING] Overriding profile:

Re: [Carbon-dev] Qpid Frustration

2011-03-30 Thread Samisa Abeysinghe
On Wed, Mar 30, 2011 at 11:46 PM, Danushka Menikkumbura danus...@wso2.comwrote: The event team has repeatedly pointed out that qpid gets installed as a result of installing event. No product does use qpid alone as far as I know. Even in that case it is your responsibility to install what you

[Carbon-dev] build error - RememberMeData missing

2011-03-30 Thread Samisa Abeysinghe
INFO] - [ERROR] COMPILATION ERROR : [INFO] - [ERROR] /home/carbon/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[33,42] cannot

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-03-30 Thread WSO2 Builder
[INFO] Writing OBR metadata [INFO] [INFO] Building WSO2 Carbon - UI [INFO]task-segment: [install] [INFO] [WARNING] Overriding profile:

  1   2   >