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

2011-03-29 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? 2.2.1 Thanks, Waruna On Wed, Mar

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

2011-03-29 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 o

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

2011-03-29 Thread Thilini Ishaka
On Wed, Mar 30, 2011 at 11:57 AM, Chamara Silva wrote: > > > On Wed, Mar 30, 2011 at 11:50 AM, Isuru Suriarachchi wrote: > >> >> >> On Wed, Mar 30, 2011 at 11:38 AM, Chamara Silva wrote: >> >>> Workaround - >>> 1. Build service-stubs/org.wso2.carbon.stub (Because of dependency >>> missing i

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

2011-03-29 Thread Janaka Ranabahu
On Wed, Mar 30, 2011 at 11:57 AM, Janaka Ranabahu wrote: > > > On Wed, Mar 30, 2011 at 11:28 AM, Janaka Ranabahu wrote: > >> >> >> On Wed, Mar 30, 2011 at 10:40 AM, Evanthika Amarasiri > > wrote: >> >>> Hi, >>> >>> Came across the following blockers in the G-Reg pack built on 29/03/2011. >>> Ple

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

2011-03-29 Thread Sadeep Jayasumana
On Wed, Mar 30, 2011 at 11:57 AM, Janaka Ranabahu wrote: > > > On Wed, Mar 30, 2011 at 11:28 AM, Janaka Ranabahu wrote: > >> >> >> On Wed, Mar 30, 2011 at 10:40 AM, Evanthika Amarasiri > > wrote: >> >>> Hi, >>> >>> Came across the following blockers in the G-Reg pack built on 29/03/2011. >>> Ple

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

2011-03-29 Thread Janaka Ranabahu
On Wed, Mar 30, 2011 at 11:28 AM, Janaka Ranabahu wrote: > > > On Wed, Mar 30, 2011 at 10:40 AM, Evanthika Amarasiri > wrote: > >> 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 a stable build. >> >>

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

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

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

2011-03-29 Thread Charitha Kankanamge
There is no AppServer pack as well /Charitha On Wed, Mar 30, 2011 at 10:38 AM, Pavithra Madurangi wrote: > 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 at 7:59

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

2011-03-29 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 refere

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

2011-03-29 Thread Isuru Suriarachchi
On Wed, Mar 30, 2011 at 11:38 AM, Chamara Silva wrote: > 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. > This won't fix the issue. I think

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

2011-03-29 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 wrote: > A year back, I wrote a class to be used in the rule med

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

2011-03-29 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 (configRegistry.resourceExists(serviceResource

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

2011-03-29 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 htt

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

2011-03-29 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 http://mail.wso2.org/cgi-bin/mailman/listinfo/car

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

2011-03-29 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 la

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

2011-03-29 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 wrote: > I'll have a look

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

2011-03-29 Thread Janaka Ranabahu
On Wed, Mar 30, 2011 at 10:40 AM, Evanthika Amarasiri wrote: > 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 a stable build. > > [1] - https://wso2.org/jira/browse/CARBON-9202 Im looking in to this issu

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

2011-03-29 Thread Chamara Silva
org.wso2.carbon:org.wso2.carbon.stub:jar:3.2.0-SNAPSHOT artifact does not have in snapshot repository. WSO2 Carbon - UI getting build error because of this.please have a look. regards, Chamara -- Suminda Chamara Silva WSO2 Inc. Mobile: +94 718 302858 blog: http://chamaras.blogspot.com __

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

2011-03-29 Thread Denis Weerasiri
On Wed, Mar 30, 2011 at 10:54 AM, Hiranya Jayathilaka wrote: > > > On Wed, Mar 30, 2011 at 10:40 AM, Danushka Menikkumbura > wrote: > >> Apparently the maven site plugin requires maven 2.2.0. >> > > Yes, the registry component has done some upgrades yesterday and now we no > longer can build with

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

2011-03-29 Thread Indika Kumara
A year back, I wrote a class to be used in the rule mediator to pick some OSGI services. Many OSGI services exposed from the carbon components cannot be otherwise accessed by a mediator. Thanks, Indika [1] https://svn.wso2.org/repos/wso2/trunk/carbon/components/rule/org.wso2.carbon.rule.server/s

Re: [Carbon-dev] Using CSG under multi tenanted environment and queues

2011-03-29 Thread Rajika Kumarasiri
Danushaka, If this is in place, we can test CSG in Stratos now. Rajika On Mon, Mar 21, 2011 at 2:10 PM, Rajika Kumarasiri wrote: > The primary aim of CSG component is to use it in a multi-tenanted > environment like Stratos. > > Since Queue is a shared resource when we publish a service in a >

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

2011-03-29 Thread Supun Kamburugamuva
>From a ESB mediator we would like to get the EventBroker service. But since mediators are fragments they cannot access this service. Is it possible to put the eventing service in to carbon context? Thanks, -- Supun Kamburugamuva Technical Lead &  Product Manager, WSO2 Inc.; http://wso2.com Membe

Re: [Carbon-dev] So many logs from qpid when starting the ESB

2011-03-29 Thread Rajika Kumarasiri
Worse case is if you happen to invoke a queue defined on the broker, there will be another set of logs that get printed per each request. We need to get rid of them as well, otherwise this will add performance bottlenecks. Rajika On Wed, Mar 30, 2011 at 11:13 AM, Supun Kamburugamuva wrote: > Yes

Re: [Carbon-dev] Lot of page rendering issues in latest Identity Server (29th March Build)

2011-03-29 Thread Asela Pathberiya
On Wed, Mar 30, 2011 at 10:32 AM, Pavithra Madurangi wrote: > Hi IS team, > > There are lots of issues in the latest IS build (29th March) and due to > them testing cannot be continued. I've listed those issues below. Please > provide a new pack with fixes. > > [1] https://wso2.org/jira/browse/CAR

Re: [Carbon-dev] So many logs from qpid when starting the ESB

2011-03-29 Thread Supun Kamburugamuva
Yes, we should get rid of the following system outs [Broker] BRK-1006 : Using configuration : /Users/supun/dev/wso2/trunk/carbon/products/esb/modules/distribution/product/target/wso2esb-4.0.0-SNAPSHOT/repository/conf/qpid/etc/config.xml Logging configuration error: unable to read file /Users/supun

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

2011-03-29 Thread Isuru Suriarachchi
I'll have a look into this.. Thanks, ~Isuru On Wed, Mar 30, 2011 at 10:57 AM, Thilini Ishaka wrote: > I also get the same error and need to fix this (carbon core test enabled > build) asap as the esb coverage results are still in progress. > > Thanks > > > On Wed, Mar 30, 2011 at 10:52 AM, Cham

Re: [Carbon-dev] Error & Warning on starting ESB

2011-03-29 Thread Supun Kamburugamuva
On Wed, Mar 30, 2011 at 11:03 AM, Shammi Jayasinghe wrote: > It is from event > It is from org.wso2.carbon.event.broker-3.2.0.SNAPSHOT.jar and you need to > remove it from repository/components/plugins/. > This is a temporary fix and we need to remove this from event feature to fix > this problem

Re: [Carbon-dev] SCXML based LC configuration

2011-03-29 Thread Srinath Perera
send an invite for 1.30-2.30 --Srinath On Wed, Mar 30, 2011 at 10:58 AM, Janaka Ranabahu wrote: > > > On Wed, Mar 30, 2011 at 10:56 AM, Srinath Perera wrote: >> >> If you are not too busy, can you give a demo with life cycle things to >> myself and senaka > > Sure. Can you tell me a time slot wh

Re: [Carbon-dev] Error & Warning on starting ESB

2011-03-29 Thread Shammi Jayasinghe
It is from event It is from org.wso2.carbon.event.broker-3.2.0.SNAPSHOT.jar and you need to remove it from repository/components/plugins/. This is a temporary fix and we need to remove this from event feature to fix this problem permanently. But it will generate a build break in registry. On We

Re: [Carbon-dev] Error & Warning on starting ESB

2011-03-29 Thread Supun Kamburugamuva
Actually this is from org.wso2.carbon.eventing.broker-3.2.0-SNAPSHOT.jar. But when I removed this jar the registry eventing bundle doesn't start. Shammi agreed to remove this jar from the eventing feature. Thanks, Supun.. On Wed, Mar 30, 2011 at 10:57 AM, Danushka Menikkumbura wrote: > I would b

Re: [Carbon-dev] SCXML based LC configuration

2011-03-29 Thread Janaka Ranabahu
On Wed, Mar 30, 2011 at 10:56 AM, Srinath Perera wrote: > If you are not too busy, can you give a demo with life cycle things to > myself and senaka > Sure. Can you tell me a time slot when both of you are free. If it is possible, I can do it now Thanks, Janaka > > --Srinath > > On Wed, Mar 30

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

2011-03-29 Thread Thilini Ishaka
I also get the same error and need to fix this (carbon core test enabled build) asap as the esb coverage results are still in progress. Thanks On Wed, Mar 30, 2011 at 10:52 AM, Chamara Silva wrote: > There are test failure in carbon core persistence manager unit test. > > Regards, > Chamara >

Re: [Carbon-dev] Error & Warning on starting ESB

2011-03-29 Thread Danushka Menikkumbura
I would be from org.wso2.carbon.eventing.broker-3.2.0-SNAPSHOT.jar if you had eventing in your dist. Otherwise it is from org.wso2.carbon.event.api-3.2.0.SNAPSHOT.jar. Danushka On Wed, Mar 30, 2011 at 10:42 AM, Supun Kamburugamuva wrote: > The eventing jars that we have in our distribution are >

Re: [Carbon-dev] SCXML based LC configuration

2011-03-29 Thread Srinath Perera
If you are not too busy, can you give a demo with life cycle things to myself and senaka --Srinath On Wed, Mar 30, 2011 at 10:44 AM, Janaka Ranabahu wrote: > Hi, > On Wed, Mar 30, 2011 at 8:42 AM, Srinath Perera wrote: >> >> I did following >> >> 1. build the trunk .. >> 2. replace with your ja

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

2011-03-29 Thread Hiranya Jayathilaka
On Wed, Mar 30, 2011 at 10:40 AM, Danushka Menikkumbura wrote: > Apparently the maven site plugin requires maven 2.2.0. > Yes, the registry component has done some upgrades yesterday and now we no longer can build with Maven 2.1. I also had to upgrade my Maven installation. Thanks, Hiranya > >

[Carbon-dev] Test Failure in Carbon Core

2011-03-29 Thread Chamara Silva
There are test failure in carbon core persistence manager unit test. Regards, Chamara [INFO] Building WSO2 Carbon - Kernel [INFO]task-segment: [clean, install] [INFO]

Re: [Carbon-dev] SCXML based LC configuration

2011-03-29 Thread Janaka Ranabahu
Hi, On Wed, Mar 30, 2011 at 8:42 AM, Srinath Perera wrote: > I did following > > 1. build the trunk .. > 2. replace with your jars > 3. went to lifecycles .. add new .. and save on default one > I believe here you have used the non SCXML based life cycle since the jars I provide you does not ch

Re: [Carbon-dev] Error & Warning on starting ESB

2011-03-29 Thread Supun Kamburugamuva
The eventing jars that we have in our distribution are repository/components/plugins/org.wso2.carbon.event.admin-3.2.0.SNAPSHOT.jar repository/components/plugins/org.wso2.carbon.event.core-3.2.0.SNAPSHOT.jar repository/components/plugins/org.wso2.carbon.event.api-3.2.0.SNAPSHOT.jar repositor

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

2011-03-29 Thread Hasini Gunasinghe
Fixed. This was due to changes in carbon/core ui which has now been integrated with carbon.stub. Thanks, Hasini. On Wed, Mar 30, 2011 at 7:29 AM, Hasini Gunasinghe wrote: > This seems to be due to carbon core level component/stub changes. Will look > into this. > Thanks, > Hasini. > > > On Wed,

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

2011-03-29 Thread Evanthika Amarasiri
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 a stable build. [1] - https://wso2.org/jira/browse/CARBON-9202 [2] - https://wso2.org/jira/browse/CARBON-9204 [3] - https://wso2.org/jira/browse/CARBON-9203 Rega

[Carbon-dev] Minimum Maven version is 2.2.0?

2011-03-29 Thread Danushka Menikkumbura
Apparently the maven site plugin requires maven 2.2.0. Danushka ___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

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

2011-03-29 Thread Pavithra Madurangi
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 at 7:59 PM, Denis Weerasiri wrote: > > > On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge > wrote: > >> Folks, >> Please ho

Re: [Carbon-dev] BPS build fails if tests are skipped

2011-03-29 Thread Waruna Ranasinghe
Fixed. Thanks, Waruna On Tue, Mar 29, 2011 at 10:51 PM, Afkham Azeez wrote: > [INFO] Installing > /Users/azeez/projects/wso2/org/trunk/carbon/products/bps/modules/integration/org.wso2.bps.test.utils/target/org.wso2.bps.test.utils-2.0.3-SNAPSHOT.jar > to > /Users/azeez/.m2/repository/org/wso2/bp

[Carbon-dev] Lot of page rendering issues in latest Identity Server (29th March Build)

2011-03-29 Thread Pavithra Madurangi
Hi IS team, There are lots of issues in the latest IS build (29th March) and due to them testing cannot be continued. I've listed those issues below. Please provide a new pack with fixes. [1] https://wso2.org/jira/browse/CARBON-9199 [2] https://wso2.org/jira/browse/CARBON-9200 [3] https://wso2.or

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-03-29 Thread WSO2 Builder
[INFO] Verifying parent modules... [INFO] Module updated [INFO] Deleting /home/carbon/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/target [INFO] [resources:resources {execution: default-resources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 24

Re: [Carbon-dev] Nexus integration to trunk

2011-03-29 Thread Samisa Abeysinghe
On Wed, Mar 30, 2011 at 9:24 AM, Afkham Azeez wrote: > Should it be done with a clean local maven repo? > Um, AFAIU, not really. > On Mar 30, 2011 8:55 AM, "Samisa Abeysinghe" wrote: > > It does not look like very many people have updated and built the whole > > thing after the nexus work was

Re: [Carbon-dev] So many logs from qpid when starting the ESB

2011-03-29 Thread Isuru Suriarachchi
I've already done that in Carbon core log4j.properties file. But there are some system outs still coming from Qpid. Thanks, ~Isuru On Wed, Mar 30, 2011 at 7:29 AM, Danushka Menikkumbura wrote: > Yes. Will change that. > > Danushka > > > On Tue, Mar 29, 2011 at 7:33 PM, Supun Kamburugamuva wrote:

Re: [Carbon-dev] [Carbon-commits] [Carbon-Components] svn commit r91186 - trunk/carbon/components/soap-tracer/org.wso2.carbon.tracer.ui

2011-03-29 Thread Isuru Suriarachchi
Azeez, Still this is wrong.. :) .stub package should be imported and .ui should be exported.. Now we are going to send flowers to you.. :D ~Isuru On Tue, Mar 29, 2011 at 7:43 PM, wrote: > Author: azeez > Date: Tue Mar 29 07:13:01 2011 > New Revision: 91186 > URL: http://wso2.org/svn/browse/wso

Re: [Carbon-dev] Trace with Solr Client when restarting registry

2011-03-29 Thread Sadeep Jayasumana
On Wed, Mar 30, 2011 at 9:48 AM, Sadeep Jayasumana wrote: > Hi, > > I will be looking into this. Fixed and committed. Sadeep > > > On Wed, Mar 30, 2011 at 8:39 AM, Srinath Perera wrote: > >> Carbon trunk, built yesterday PM >> Greg .. started .. all look good >> shutdown restart .. I am gett

Re: [Carbon-dev] Trace with Solr Client when restarting registry

2011-03-29 Thread Sadeep Jayasumana
Hi, I will be looking into this. On Wed, Mar 30, 2011 at 8:39 AM, Srinath Perera wrote: > Carbon trunk, built yesterday PM > Greg .. started .. all look good > shutdown restart .. I am getting following error .. but registry starts ok > > ERROR {org.wso2.carbon.registry.indexing.solr.SolrClient

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

2011-03-29 Thread Ishani Ratnayake
Hi ESB Folks, On Wed, Mar 30, 2011 at 1:34 AM, Denis Weerasiri wrote: > > > On Wed, Mar 30, 2011 at 1:16 AM, Denis Weerasiri wrote: > >> >> >> On Tue, Mar 29, 2011 at 8:17 PM, Afkham Azeez wrote: >> >>> >>> >>> On Tue, Mar 29, 2011 at 7:59 PM, Denis Weerasiri wrote: >>> On Mo

Re: [Carbon-dev] Nexus integration to trunk

2011-03-29 Thread Afkham Azeez
Should it be done with a clean local maven repo? On Mar 30, 2011 8:55 AM, "Samisa Abeysinghe" wrote: > It does not look like very many people have updated and built the whole > thing after the nexus work was completed. > > If you did not do that, please do that today. > > On Wed, Mar 23, 2011 at 3

Re: [Carbon-dev] Nexus integration to trunk

2011-03-29 Thread Samisa Abeysinghe
It does not look like very many people have updated and built the whole thing after the nexus work was completed. If you did not do that, please do that today. On Wed, Mar 23, 2011 at 3:04 PM, Pradeep Fernando wrote: > hi, > > areas of improvement: > > apply nexus to plugin repositories as well

Re: [Carbon-dev] SCXML based LC configuration

2011-03-29 Thread Srinath Perera
I did following 1. build the trunk .. 2. replace with your jars 3. went to lifecycles .. add new .. and save on default one 4. it save a life cycles with the same name without any problem Now it does not let me delete or update any lifecycle at all ERROR {org.apache.axis2.rpc.receivers.RPCMessa

[Carbon-dev] Trace with Solr Client when restarting registry

2011-03-29 Thread Srinath Perera
Carbon trunk, built yesterday PM Greg .. started .. all look good shutdown restart .. I am getting following error .. but registry starts ok ERROR {org.wso2.carbon.registry.indexing.solr.SolrClient} - Could not instantiate Solr client java.io.IOException: Solf conf directory could not be created!

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-03-29 Thread WSO2 Builder
[INFO] Verifying parent modules... [INFO] Module updated [INFO] Deleting /home/carbon/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/target [INFO] [resources:resources {execution: default-resources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 24

Re: [Carbon-dev] Getting lots of exceptions related to missing files in mb when starting esb

2011-03-29 Thread Danushka Menikkumbura
Well I normally do that not to "overload" commits. Maybe it is a bad practice. Danushka On Wed, Mar 30, 2011 at 7:32 AM, Samisa Abeysinghe wrote: > > > On Wed, Mar 30, 2011 at 7:15 AM, Danushka Menikkumbura > wrote: > >> I modified and committed all required bin.xml files just after the change

Re: [Carbon-dev] Getting lots of exceptions related to missing files in mb when starting esb

2011-03-29 Thread Samisa Abeysinghe
On Wed, Mar 30, 2011 at 7:15 AM, Danushka Menikkumbura wrote: > I modified and committed all required bin.xml files just after the change > was done. Supun, have you updated your bin.xml? > That is the problem. It should be all together, and not just after :( Thanks, Samisa... Samisa Abeysinghe

[Carbon-dev] Clean up products

2011-03-29 Thread Samisa Abeysinghe
The structure inside products in carbon svn is not in sync with each other. Everyone has done it in "our way". That is not in sync with our platform vision. Even stuff like doc generation and site.xml has their own formats. There are many more inconsistencies, I would not want to waste time writin

Re: [Carbon-dev] So many logs from qpid when starting the ESB

2011-03-29 Thread Danushka Menikkumbura
Yes. Will change that. Danushka On Tue, Mar 29, 2011 at 7:33 PM, Supun Kamburugamuva wrote: > On Tue, Mar 29, 2011 at 7:29 PM, Sumedha Rubasinghe > wrote: > > This is common to all products. I tested G-Reg, DSS,GS & BAM from trunk > and > > those log files from QPid are visible on those as wel

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

2011-03-29 Thread Hasini Gunasinghe
This seems to be due to carbon core level component/stub changes. Will look into this. Thanks, Hasini. On Wed, Mar 30, 2011 at 5:08 AM, WSO2 Builder wrote: > [INFO] Verifying parent modules... > [INFO] Module updated > [INFO] Deleting > /home/carbon/carbon/components/identity/org.wso2.carbon.id

Re: [Carbon-dev] Getting lots of exceptions related to missing files in mb when starting esb

2011-03-29 Thread Danushka Menikkumbura
I modified and committed all required bin.xml files just after the change was done. Supun, have you updated your bin.xml? Thanks, Danushka On Tue, Mar 29, 2011 at 9:58 PM, Samisa Abeysinghe wrote: > > > On Tue, Mar 29, 2011 at 6:02 PM, Manjula Rathnayake wrote: > >> >> >> On Tue, Mar 29, 2011 a

[Carbon-dev] Issue tracker component and the feature is available in the trunk

2011-03-29 Thread Hasini Yatawatte
Hi devs, Issue Tracker component is available in the trunk now. I have created a feature and available in the trunk which can be installed in products. In addition to functions provided in the initial mail, following are the additions I have made. - Capturing carbon product name and version au

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-03-29 Thread WSO2 Builder
[INFO] Verifying parent modules... [INFO] Module updated [INFO] Deleting /home/carbon/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/target [INFO] [resources:resources {execution: default-resources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 24

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

2011-03-29 Thread Samisa Abeysinghe
On Wed, Mar 30, 2011 at 2:29 AM, Senaka Fernando wrote: > Hi all, > > Who uses Gauges? Tharindu and I discussed this, and apparently was under > the impression that BAM no longer uses this and Governance components > (Gadgets) depends on this. But, grepping through the source code did not > revea

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-03-29 Thread WSO2 Builder
[INFO] Verifying parent modules... [INFO] Module updated [INFO] Deleting /home/carbon/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/target [INFO] [resources:resources {execution: default-resources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 24

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

2011-03-29 Thread Senaka Fernando
Hi all, Who uses Gauges? Tharindu and I discussed this, and apparently was under the impression that BAM no longer uses this and Governance components (Gadgets) depends on this. But, grepping through the source code did not reveal any references. But, I found that BAM had something called, bam.gau

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

2011-03-29 Thread Denis Weerasiri
On Wed, Mar 30, 2011 at 1:16 AM, Denis Weerasiri wrote: > > > On Tue, Mar 29, 2011 at 8:17 PM, Afkham Azeez wrote: > >> >> >> On Tue, Mar 29, 2011 at 7:59 PM, Denis Weerasiri wrote: >> >>> >>> >>> On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge >> > wrote: >>> Folks, Please host

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

2011-03-29 Thread Denis Weerasiri
On Tue, Mar 29, 2011 at 8:17 PM, Afkham Azeez wrote: > > > On Tue, Mar 29, 2011 at 7:59 PM, Denis Weerasiri wrote: > >> >> >> On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge >> wrote: >> >>> Folks, >>> Please host new packs for testing immediately. 21st is the latest >>> available in loca

Re: [Carbon-dev] DSS doc gen errors - from dahsboard component

2011-03-29 Thread Sumedha Rubasinghe
On Wed, Mar 30, 2011 at 12:22 AM, Nuwan Bandara wrote: > Hi, > > I checked the dashboard doc, but couldnt find any issue, infact when I > build DSS I get a different doc gen issue. [2]. > > Also @Azeez, can you check in your local DSS distribution if you have some > doc file at > dss/modules/dis

Re: [Carbon-dev] DSS doc gen errors - from dahsboard component

2011-03-29 Thread Nuwan Bandara
Hi, I checked the dashboard doc, but couldnt find any issue, infact when I build DSS I get a different doc gen issue. [2]. Also @Azeez, can you check in your local DSS distribution if you have some doc file at dss/modules/distribution/service/src/site/xdoc/

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-03-29 Thread WSO2 Builder
[INFO] Verifying parent modules... [INFO] Module updated [INFO] Deleting /home/carbon/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/target [INFO] [resources:resources {execution: default-resources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 24

Re: [Carbon-dev] DSS doc gen errors - from dahsboard component

2011-03-29 Thread Sumedha Rubasinghe
Looks like someone has broken the dashboard doc again. /sumedha On Tue, Mar 29, 2011 at 8:28 PM, Afkham Azeez wrote: > [ERROR] Error parsing > /Users/azeez/projects/wso2/org/trunk/carbon/products/dss/modules/distribution/product/src/site/xdoc/dashboard/docs/userguide.xml: > line [-1] Error pars

[Carbon-dev] BPS build fails if tests are skipped

2011-03-29 Thread Afkham Azeez
[INFO] Installing /Users/azeez/projects/wso2/org/trunk/carbon/products/bps/modules/integration/org.wso2.bps.test.utils/target/org.wso2.bps.test.utils-2.0.3-SNAPSHOT.jar to /Users/azeez/.m2/repository/org/wso2/bps/org.wso2.bps.test.utils/2.0.3-SNAPSHOT/org.wso2.bps.test.utils-2.0.3-SNAPSHOT.jar [INF

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-03-29 Thread WSO2 Builder
[INFO] Verifying parent modules... [INFO] Module updated [INFO] Deleting /home/carbon/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/target [INFO] [resources:resources {execution: default-resources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 24

Re: [Carbon-dev] Getting lots of exceptions related to missing files in mb when starting esb

2011-03-29 Thread Samisa Abeysinghe
On Tue, Mar 29, 2011 at 6:02 PM, Manjula Rathnayake wrote: > > > On Tue, Mar 29, 2011 at 5:53 PM, Supun Kamburugamuva wrote: > >> It seems the configuration files are not copied in to the distribution. >> > > Danushka moved the Qpid config files to repository/conf/advanced from > repository/conf/q

[Carbon-dev] DSS doc gen errors - from dahsboard component

2011-03-29 Thread Afkham Azeez
[ERROR] Error parsing /Users/azeez/projects/wso2/org/trunk/carbon/products/dss/modules/distribution/product/src/site/xdoc/dashboard/docs/userguide.xml: line [-1] Error parsing the model. org.apache.maven.doxia.parser.ParseException: Error parsing the model. at org.apache.maven.doxia.module.xdoc.Xd

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

2011-03-29 Thread Afkham Azeez
On Tue, Mar 29, 2011 at 7:59 PM, Denis Weerasiri wrote: > > > On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge > wrote: > >> Folks, >> Please host new packs for testing immediately. 21st is the latest >> available in local builder. We are not supposed to test using local packs >> provided b

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

2011-03-29 Thread Denis Weerasiri
On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge wrote: > Folks, > Please host new packs for testing immediately. 21st is the latest available > in local builder. We are not supposed to test using local packs provided by > devs. RMs, please make sure to host latest builds in local builder > (

Re: [Carbon-dev] p2 director failed in appserver, any idea?

2011-03-29 Thread Afkham Azeez
SupunM, Apparently you are the one who has broken the build, and have then sent a build broken mail. :D On Tue, Mar 29, 2011 at 8:29 AM, Afkham Azeez wrote: > Someone added an invalid package import version. As an exercise, find my > mail which I sent a few days back on how to troubleshoot such

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-03-29 Thread WSO2 Builder
[ERROR] Artifact repository out of sync. Overwriting /home/carbon/carbon/products/is/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.tenant.mgt.core-1.1.0.SNAPSHOT.jar [ERROR] Artifact repository out of sync. Overwriting /home/car

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED /home/carbon/carbon/features/repository"

2011-03-29 Thread WSO2 Builder
[ERROR] Artifact repository out of sync. Overwriting /home/carbon/carbon/products/is/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.tenant.mgt.core-1.1.0.SNAPSHOT.jar [ERROR] Artifact repository out of sync. Overwriting /home/car

[Carbon-dev] "WSO2 Carbon Continuous Build was SUCCESSFUL"

2011-03-29 Thread WSO2 Builder
Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException: Unable to download the artifact from any repository Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.wso2.gs -DartifactId=org.wso2.

Re: [Carbon-dev] p2 director failed in appserver, any idea?

2011-03-29 Thread Afkham Azeez
The problem was in soap-tracer. Thanks SupunK for finding out. The root cause was somebody used an import version range instead of an export version. On Tue, Mar 29, 2011 at 8:00 AM, Supun Malinga wrote: > logs attached. > > [INFO] Running Equinox P2 Category Publisher Application for the Gener

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED /home/carbon/carbon/products/mb"

2011-03-29 Thread WSO2 Builder
[ERROR] Artifact repository out of sync. Overwriting /home/carbon/carbon/products/is/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.tenant.mgt.core-1.1.0.SNAPSHOT.jar [ERROR] Artifact repository out of sync. Overwriting /home/car

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED /home/carbon/carbon/products/cep"

2011-03-29 Thread WSO2 Builder
[ERROR] Artifact repository out of sync. Overwriting /home/carbon/carbon/products/is/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.tenant.mgt.core-1.1.0.SNAPSHOT.jar [ERROR] Artifact repository out of sync. Overwriting /home/car

Re: [Carbon-dev] p2 director failed in appserver, any idea?

2011-03-29 Thread Denis Weerasiri
On Tue, Mar 29, 2011 at 2:15 PM, Isuru Suriarachchi wrote: > This should be fixed now.. I hadn't committed some stuff. This can be due > to that. I built everything from the scratch and didn't get this issue in AS. Hi Isuru, This issue is now with other products as well (DSS,MS,ESB so far). Wha

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED /home/carbon/carbon/products/brs"

2011-03-29 Thread WSO2 Builder
[ERROR] Artifact repository out of sync. Overwriting /home/carbon/carbon/products/is/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.tenant.mgt.core-1.1.0.SNAPSHOT.jar [ERROR] Artifact repository out of sync. Overwriting /home/car

Re: [Carbon-dev] So many logs from qpid when starting the ESB

2011-03-29 Thread Supun Kamburugamuva
On Tue, Mar 29, 2011 at 7:29 PM, Sumedha Rubasinghe wrote: > This is common to all products. I tested G-Reg, DSS,GS & BAM from trunk and > those log files from QPid are visible on those as well. > These are coming from QPid. The solution is to raise the verbose level for > QPid log messages to WAR

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED /home/carbon/carbon/products/bps"

2011-03-29 Thread WSO2 Builder
[ERROR] Artifact repository out of sync. Overwriting /home/carbon/carbon/products/is/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.tenant.mgt.core-1.1.0.SNAPSHOT.jar [ERROR] Artifact repository out of sync. Overwriting /home/car

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED /home/carbon/carbon/products/esb"

2011-03-29 Thread WSO2 Builder
[ERROR] Artifact repository out of sync. Overwriting /home/carbon/carbon/products/is/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.tenant.mgt.core-1.1.0.SNAPSHOT.jar [ERROR] Artifact repository out of sync. Overwriting /home/car

Re: [Carbon-dev] So many logs from qpid when starting the ESB

2011-03-29 Thread Sumedha Rubasinghe
This is common to all products. I tested G-Reg, DSS,GS & BAM from trunk and those log files from QPid are visible on those as well. These are coming from QPid. The solution is to raise the verbose level for QPid log messages to WARN in our log4j configuration. /sumedha On Tue, Mar 29, 2011 at 6:1

Re: [Carbon-dev] "WSO2 Carbon Continuous Build has FAILED /home/carbon/carbon/products/ms"

2011-03-29 Thread Denis Weerasiri
On Tue, Mar 29, 2011 at 7:15 PM, WSO2 Builder wrote: > [ERROR] Artifact repository out of sync. Overwriting > /home/carbon/carbon/products/is/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.tenant.mgt.core-1.1.0.SNAPSHOT.jar > [ER

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED /home/carbon/carbon/products/dss"

2011-03-29 Thread WSO2 Builder
[ERROR] Artifact repository out of sync. Overwriting /home/carbon/carbon/products/is/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.tenant.mgt.core-1.1.0.SNAPSHOT.jar [ERROR] Artifact repository out of sync. Overwriting /home/car

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED /home/carbon/carbon/products/ms"

2011-03-29 Thread WSO2 Builder
[ERROR] Artifact repository out of sync. Overwriting /home/carbon/carbon/products/is/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.tenant.mgt.core-1.1.0.SNAPSHOT.jar [ERROR] Artifact repository out of sync. Overwriting /home/car

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED /home/carbon/carbon/products/appserver"

2011-03-29 Thread WSO2 Builder
[ERROR] Artifact repository out of sync. Overwriting /home/carbon/carbon/products/is/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.tenant.mgt.core-1.1.0.SNAPSHOT.jar [ERROR] Artifact repository out of sync. Overwriting /home/car

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED /home/carbon/carbon/products/is"

2011-03-29 Thread WSO2 Builder
[ERROR] Artifact repository out of sync. Overwriting /home/carbon/carbon/products/is/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/plugins/org.wso2.carbon.tenant.mgt.core-1.1.0.SNAPSHOT.jar [ERROR] Artifact repository out of sync. Overwriting /home/car

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

2011-03-29 Thread Hasini Gunasinghe
Hi, The gauges stub and related component/features were fixed. It builds without compilation errors up to features. But since there were ambiguous imports in ui component and the resolving of imports were done without the context knowledge, i did not commit it. All the relevant diff files are att

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

2011-03-29 Thread Denis Weerasiri
On Tue, Mar 29, 2011 at 12:48 PM, Samisa Abeysinghe wrote: > I see that we are almost done, but not yet there. > > Please make sure to update this thread, if it is going to take more time > than EOD today. > The service-stubs on trunk were built upto features successfully. Now the build is in pro

[Carbon-dev] So many logs from qpid when starting the ESB

2011-03-29 Thread Supun Kamburugamuva
There are so many logs from qpid when starting the ESB. Shall we make these logs to warn level because these are not directly related to ESB functionality? Thanks, -- Supun Kamburugamuva Technical Lead &  Product Manager, WSO2 Inc.; http://wso2.com Member, Apache Software Foundation; http://www.a

  1   2   >