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

2011-07-21 Thread WSO2 Carbon Trunk Builder (US2)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 110449
Node Kind: directory
Schedule: normal
Last Changed Author: sanjeewa
Last Changed Rev: 110447
Last Changed Date: 2011-07-21 09:22:58 -0400 (Thu, 21 Jul 2011) 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Build failed in Hudson: carbon_trunk #40

2011-07-21 Thread Pradeep Fernando
Hi,

looks like the recent revert in the 3.2.0 branch has affected the externals.

--Pradeep
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Concern with the existing automated integration tests

2011-07-21 Thread Tharindu Mathew
Also take into consideration scenarios where we need more than one server
up. For example, BAM needs AS/ ESB with data publishers for the basic test
to be done.

We right now write tests with a simple client firing events at the BAM
server. But from a QA point of view, this automation doesn't make sense as
he has to verify the whole scenario manually anyway. To verify that the data
publishers get installed and fire events properly.

On Fri, Jul 22, 2011 at 11:01 AM, Charitha Kankanamge wrote:

>
> On Fri, Jul 22, 2011 at 10:49 AM, Rajika Kumarasiri wrote:
>
>>
>>
>> On Thu, Jul 21, 2011 at 9:59 PM, Charitha Kankanamge 
>> wrote:
>>
>>> Hi Folks,
>>>
>>> During Carbon-3.20 release cycle, automated integration tests have been
>>> merged to carbon trunk and now they are part of carbon build. Because of
>>> this, these tests cannot be executed against an external carbon server
>>> setup. For example, if we need to do regression testing of a custom setup,
>>> we are unable to use the integration tests since the tests are run based on
>>> a server which starts up at the build time.
>>> Can we customize the existing integration tests to run against any binary
>>> product or Is there any alternative approach?
>>> Or else, do we need to maintain a replica of integration test framework
>>> so that we can run them separately from carbon build process?
>>
>>
>>
>> I had the same question, because I wanted to test the features ( and make
>> sure they remain un-broken when adding new code) at component compilation
>> time.
>>
>> According to the way how integrated test work it can't use at component
>> compilation time. So I fixed my Junit test such that they point to a live
>> server at compilation time and run the test ( one flaw is in
>> this approach is you need to have a build of the server in advance before
>> run the tests).
>>
>> Off the topic.
>> From the QA point of view I think we should automate everything that can
>> be automated. We should auto-mate repeating tasks. A human interaction only
>> need to verify the result. I think we should have a dedicated resource for
>> QA development. Also see [0], to see what we can learn from others.
>>
>
> Agree. There were success and failures in test automation at WSO2. The
> biggest concerns were the maintainability of some tests and the QA team have
> always been busy with releases and support work, hence we could not continue
> a focused effort on automation. Now we have a dedicated team for automation.
> Lets hope for the best :)
>
>
>>
>> Rajika
>>
>> [0] - http://google-engtools.blogspot.com/
>>
>>
>>>
>>>
>>> Regards
>>> Charitha
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Regards,

Tharindu
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Concern with the existing automated integration tests

2011-07-21 Thread Charitha Kankanamge
On Fri, Jul 22, 2011 at 10:49 AM, Rajika Kumarasiri  wrote:

>
>
> On Thu, Jul 21, 2011 at 9:59 PM, Charitha Kankanamge wrote:
>
>> Hi Folks,
>>
>> During Carbon-3.20 release cycle, automated integration tests have been
>> merged to carbon trunk and now they are part of carbon build. Because of
>> this, these tests cannot be executed against an external carbon server
>> setup. For example, if we need to do regression testing of a custom setup,
>> we are unable to use the integration tests since the tests are run based on
>> a server which starts up at the build time.
>> Can we customize the existing integration tests to run against any binary
>> product or Is there any alternative approach?
>> Or else, do we need to maintain a replica of integration test framework so
>> that we can run them separately from carbon build process?
>
>
>
> I had the same question, because I wanted to test the features ( and make
> sure they remain un-broken when adding new code) at component compilation
> time.
>
> According to the way how integrated test work it can't use at component
> compilation time. So I fixed my Junit test such that they point to a live
> server at compilation time and run the test ( one flaw is in
> this approach is you need to have a build of the server in advance before
> run the tests).
>
> Off the topic.
> From the QA point of view I think we should automate everything that can be
> automated. We should auto-mate repeating tasks. A human interaction only
> need to verify the result. I think we should have a dedicated resource for
> QA development. Also see [0], to see what we can learn from others.
>

Agree. There were success and failures in test automation at WSO2. The
biggest concerns were the maintainability of some tests and the QA team have
always been busy with releases and support work, hence we could not continue
a focused effort on automation. Now we have a dedicated team for automation.
Lets hope for the best :)


>
> Rajika
>
> [0] - http://google-engtools.blogspot.com/
>
>
>>
>>
>> Regards
>> Charitha
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Concern with the existing automated integration tests

2011-07-21 Thread Chamara Ariyarathne
+1

On Fri, Jul 22, 2011 at 10:49 AM, Rajika Kumarasiri  wrote:

>
>
> On Thu, Jul 21, 2011 at 9:59 PM, Charitha Kankanamge wrote:
>
>> Hi Folks,
>>
>> During Carbon-3.20 release cycle, automated integration tests have been
>> merged to carbon trunk and now they are part of carbon build. Because of
>> this, these tests cannot be executed against an external carbon server
>> setup. For example, if we need to do regression testing of a custom setup,
>> we are unable to use the integration tests since the tests are run based on
>> a server which starts up at the build time.
>> Can we customize the existing integration tests to run against any binary
>> product or Is there any alternative approach?
>> Or else, do we need to maintain a replica of integration test framework so
>> that we can run them separately from carbon build process?
>
>
>
> I had the same question, because I wanted to test the features ( and make
> sure they remain un-broken when adding new code) at component compilation
> time.
>
> According to the way how integrated test work it can't use at component
> compilation time. So I fixed my Junit test such that they point to a live
> server at compilation time and run the test ( one flaw is in
> this approach is you need to have a build of the server in advance before
> run the tests).
>
> Off the topic.
> From the QA point of view I think we should automate everything that can be
> automated. We should auto-mate repeating tasks. A human interaction only
> need to verify the result. I think we should have a dedicated resource for
> QA development. Also see [0], to see what we can learn from others.
>
> Rajika
>
> [0] - http://google-engtools.blogspot.com/
>
>
>>
>>
>> Regards
>> Charitha
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Chamara Ariyarathne*
Software Engineer - QA;
WSO2 Inc; http://www.wso2.com/.
Mobile; *0772786766*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Distributing SVN Client Adapter

2011-07-21 Thread Hiranya Jayathilaka
On Thu, Jul 21, 2011 at 4:06 PM, Hiranya Jayathilaka wrote:

> Hi Folks,
>
> I'm almost done with the SVN based deployment synchronizer. We need to
> figure out a way to distribute the Subclipse SVN Client Adapter [1]. It's
> Apache licensed, but they don't seem to have the latest artifacts in a Maven
> repo. The best I could find was [2] but even that's fairly old and it
> doesn't contain all the packages we need. How should we proceed? Can we host
> the artifacts in our repo and create an Orbit bundle of it?
>

Any feedback on this? I'd like to finish this off and move onto other
implementations (Git, S3 etc).

Thanks,
Hiranya


>
> Thanks,
> Hiranya
>
> [1] - http://subclipse.tigris.org/svnClientAdapter.html
> [2] -
> http://bits.netbeans.org/maven2/org/netbeans/external/svnClientAdapter-1.6.0/RELEASE67/
> --
> Hiranya Jayathilaka
> Associate Technical Lead;
> WSO2 Inc.;  http://wso2.org
> E-mail: hira...@wso2.com;  Mobile: +94 77 633 3491
> Blog: http://techfeast-hiranya.blogspot.com
>



-- 
Hiranya Jayathilaka
Associate Technical Lead;
WSO2 Inc.;  http://wso2.org
E-mail: hira...@wso2.com;  Mobile: +94 77 633 3491
Blog: http://techfeast-hiranya.blogspot.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Concern with the existing automated integration tests

2011-07-21 Thread Rajika Kumarasiri
On Thu, Jul 21, 2011 at 9:59 PM, Charitha Kankanamge wrote:

> Hi Folks,
>
> During Carbon-3.20 release cycle, automated integration tests have been
> merged to carbon trunk and now they are part of carbon build. Because of
> this, these tests cannot be executed against an external carbon server
> setup. For example, if we need to do regression testing of a custom setup,
> we are unable to use the integration tests since the tests are run based on
> a server which starts up at the build time.
> Can we customize the existing integration tests to run against any binary
> product or Is there any alternative approach?
> Or else, do we need to maintain a replica of integration test framework so
> that we can run them separately from carbon build process?



I had the same question, because I wanted to test the features ( and make
sure they remain un-broken when adding new code) at component compilation
time.

According to the way how integrated test work it can't use at component
compilation time. So I fixed my Junit test such that they point to a live
server at compilation time and run the test ( one flaw is in
this approach is you need to have a build of the server in advance before
run the tests).

Off the topic.
>From the QA point of view I think we should automate everything that can be
automated. We should auto-mate repeating tasks. A human interaction only
need to verify the result. I think we should have a dedicated resource for
QA development. Also see [0], to see what we can learn from others.

Rajika

[0] - http://google-engtools.blogspot.com/


>
>
> Regards
> Charitha
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] How are we going to handle carbon.platform.patch.version property for 3.2.2 patch release

2011-07-21 Thread Afkham Azeez
On Fri, Jul 22, 2011 at 10:14 AM, Isuru Suriarachchi  wrote:

>
>
> On Fri, Jul 22, 2011 at 1:51 AM, Supun Malinga  wrote:
>
>> Hi,
>>
>> *carbon.platform.patch.version* is already used as a property in poms
>> under 3.2.1 patch release. As 3.2.2 is also a patch release, poms under
>> 3.2.2 will require to have both 3.2.1 and 3.2.2 dependencies/components,
>> etc. So in this case under 3.2.2 poms, we *can't* define a property as,
>> 3.2.2
>>
>> But the problem is carbon.platform.patch.version is generic. For 3.2.2 we
>> have to define a property. For eg:
>>
>> 3.2.2
>>
>
> I thinks this is ok. In 3.2.2 poms define two properties as follows.
>
>
> 3.2.1
>
> 3.2.2
>

+1


>
> Thanks,
> ~Isuru
>
>
>>
>> So what name are we going to give?. Suggestions welcome.
>>
>> thanks,
>> --
>> Supun Malinga,
>>
>> Software Engineer,
>> WSO2 Inc.
>> http://wso2.com
>> http://wso2.org
>> email - sup...@wso2.com 
>> mobile - 071 56 91 321
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Isuru Suriarachchi
> Technical Lead & Product Manager, WSO2 Application Server
>
> WSO2 Inc. http://wso2.com
> email : is...@wso2.com
> blog : http://isurues.wordpress.com/
>
> lean . enterprise . middleware
>
>


-- 
*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* *
twitter: **http://twitter.com/afkham_azeez*
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] How are we going to handle carbon.platform.patch.version property for 3.2.2 patch release

2011-07-21 Thread Isuru Suriarachchi
On Fri, Jul 22, 2011 at 1:51 AM, Supun Malinga  wrote:

> Hi,
>
> *carbon.platform.patch.version* is already used as a property in poms
> under 3.2.1 patch release. As 3.2.2 is also a patch release, poms under
> 3.2.2 will require to have both 3.2.1 and 3.2.2 dependencies/components,
> etc. So in this case under 3.2.2 poms, we *can't* define a property as,
> 3.2.2
>
> But the problem is carbon.platform.patch.version is generic. For 3.2.2 we
> have to define a property. For eg:
>
> 3.2.2
>

I thinks this is ok. In 3.2.2 poms define two properties as follows.

3.2.1
3.2.2

Thanks,
~Isuru


>
> So what name are we going to give?. Suggestions welcome.
>
> thanks,
> --
> Supun Malinga,
>
> Software Engineer,
> WSO2 Inc.
> http://wso2.com
> http://wso2.org
> email - sup...@wso2.com 
> mobile - 071 56 91 321
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Isuru Suriarachchi
Technical Lead & Product Manager, WSO2 Application Server
WSO2 Inc. http://wso2.com
email : is...@wso2.com
blog : http://isurues.wordpress.com/

lean . enterprise . middleware
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Build failed in Hudson: carbon_trunk #42

2011-07-21 Thread WSO2 Hudson Builder
See 

Changes:

[prabatha] syncing up the trunk with branch

[prabatha] code cleanup

--
[...truncated 45208 lines...]
[INFO] Generating metadata for ..
[INFO] Generation completed with success [7 seconds].
[INFO] Running Equinox P2 Category Publisher Application for the Generated 
Repository
[INFO] [carbon-p2:p2-profile-gen {execution: 3-p2-profile-generation}]
[INFO] Running Equinox P2 Director Application
[INFO] Installing org.wso2.carbon.logging.mgt.feature.group 3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.security.mgt.feature.group 3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.system.statistics.feature.group 
3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.event.common.feature.group 3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.event.server.feature.group 3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.qpid.server.feature.group 3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.identity.core.ui.feature.group 3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.identity.user.profile.ui.feature.group 
3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.registry.activities.feature.group 
3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.registry.handler.configuration.feature.group 
3.2.0.SNAPSHOT.
[INFO] Installing 
org.wso2.carbon.registry.associations.dependencies.feature.group 3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.registry.community.features.feature.group 
3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.registry.extensions.feature.group 
3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.registry.ws.feature.group 3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.governance.lifecycle.management.feature.group 
3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.governance.gadgets.feature.group 
3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.governance.metadata.feature.group 
3.2.0.SNAPSHOT.
[INFO] Installing 
org.wso2.carbon.governance.notifications.configuration.feature.group 
3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.registry.core.feature.group 3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.registry.ui.menu.governance.feature.group 
3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.registry.profiles.feature.group 
3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.registry.resource.properties.feature.group 
3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.discovery.core.feature.group 3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.discovery.proxy.feature.group 3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.dashboard.feature.group 3.2.0.SNAPSHOT.
[INFO] Installing 
org.wso2.carbon.dashboard.dashboardpopulator.server.feature.group 
3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.identity.authenticator.token.feature.group 
3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.application.mgt.feature.group 3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.common.feature.group 1.1.0.SNAPSHOT.
[INFO] Installing org.wso2.stratos.governance.ui.feature.group 1.1.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.identity.core.server.feature.group 
3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.identity.core.ui.feature.group 3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.identity.relying.party.server.feature.group 
3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.identity.relying.party.ui.feature.group 
3.2.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.tenant.mgt.core.feature.group 1.1.0.SNAPSHOT.
[INFO] Installing org.wso2.carbon.load.balance.agent.server.feature.group 
1.1.0.SNAPSHOT.
[INFO] Operation completed in 119879 ms.
[INFO] [install:install {execution: default-install}]
[INFO] Installing 

 to 

[HUDSON] Archiving disabled - not archiving 

[HUDSON] Archiving disabled - not archiving 

[INFO] 
[INFO] Building WSO2 Governance Registry Distribution Parent
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 

[INFO] [clean:clean {execution: auto

[Carbon-dev] Build failed in Hudson: carbon_trunk » WSO2 Governance Registry - Distribution #42

2011-07-21 Thread WSO2 Hudson Builder
See 


--
[INFO] 
[INFO] Building WSO2 Governance Registry - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting 

[INFO] snapshot 
org.wso2.governance:org.wso2.governance.samples.shutterbug:4.0.0-SNAPSHOT: 
checking for updates from wso2-nexus
[INFO] snapshot 
org.wso2.carbon:org.wso2.carbon.governance.samples.lcm:3.2.0-SNAPSHOT: checking 
for updates from wso2-nexus
[INFO] snapshot 
org.wso2.governance:org.wso2.governance.samples.shutterbug.ui:4.0.0-SNAPSHOT: 
checking for updates from wso2-nexus
[INFO] snapshot 
org.wso2.carbon:org.wso2.carbon.governance.samples.lcm.notifications:3.2.0-SNAPSHOT:
 checking for updates from wso2-nexus
[INFO] snapshot 
org.wso2.carbon:org.wso2.carbon.registry.samples.custom.topics:3.2.0-SNAPSHOT: 
checking for updates from wso2-nexus
[INFO] snapshot 
org.wso2.carbon:org.wso2.carbon.registry.samples.custom.topics.ui:3.2.0-SNAPSHOT:
 checking for updates from wso2-nexus
[INFO] snapshot 
org.wso2.carbon:org.wso2.carbon.registry.samples.handler:3.2.0-SNAPSHOT: 
checking for updates from wso2-nexus
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 

[INFO] [svn-revision-number:revision {execution: default}]
[INFO] [groovy:execute {execution: default}]
[INFO] [buildnumber:create {execution: default}]
[INFO] Storing buildNumber:  2011 at timestamp:  22 July 2011
[INFO] [clean:clean {execution: auto-clean}]
[INFO] Deleting 

[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 315 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [assembly:attached {execution: pre_dist}]
[INFO] Reading assembly descriptor: src/main/assembly/dist.xml
[INFO] Building zip: 

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: 

[INFO] [dependency:unpack {execution: unpack-wso2carbon-core}]
[INFO] Configured Artifact: org.wso2.carbon:wso2carbon-core:3.2.0-SNAPSHOT:zip
[INFO] Configured Artifact: 
org.wso2.carbon:org.wso2.carbon.registry.core:docs:3.2.0-SNAPSHOT:zip
[INFO] Configured Artifact: 
org.wso2.carbon:org.wso2.carbon.governance.api:docs:3.2.0-SNAPSHOT:zip
[INFO] Configured Artifact: 
org.wso2.carbon:org.wso2.carbon.registry.admin.api:docs:3.2.0-SNAPSHOT:zip
[INFO] Configured Artifact: 
org.wso2.carbon:org.wso2.carbon.registry.ws.api:docs:3.2.0-SNAPSHOT:zip
[INFO] Configured Artifact: 
org.wso2.carbon:org.wso2.carbon.registry.social.api:docs:3.2.0-SNAPSHOT:zip
[INFO] Expanding: 
/home/hudson/.hudson/jobs/carbon_trunk/workspace/.repository/org/wso2/carbon/wso2carbon-core/3.2.0-SNAPSHOT/wso2carbon-core-3.2.0-SNAPSHOT.zip
 into 

[INFO] Expanding: 
/home/hudson/.hudson/jobs/carbon_trunk/workspace/.repository/org/wso2/carbon/org.wso2.carbon.registry.core/3.2.0-SNAPSHOT/org.wso2.carbon.registry.core-3.2.0-SNAPSHOT-docs.zip
 into 

[INFO] Expanding: 
/home/hudson/.hudson/jobs/carbon_trunk/workspace/.repository/org/wso2/carbon/org.wso2.carbon.governance.api/3.2.0-SNAPSHOT/org.wso2.carbon.governance.api-3.2.0-SNAPSHOT-docs.zip
 into 

[INFO] Expanding: 
/home/hudson/.hudson/jobs/carbon_trunk/workspace/.repository/org/wso2/carbon/org.wso2.carbon.registry.admin.api/3.2.0-SNAPSHOT/org.wso2.carbon.registry.admin.api-3.2.0-SNAPSHOT-docs.zip
 into 


[Carbon-dev] Hudson build is back to normal : carbon_trunk » WSO2 Carbon - Admin Console Core #42

2011-07-21 Thread WSO2 Hudson Builder
See 



___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Build failed in Hudson: carbon_trunk #41

2011-07-21 Thread WSO2 Hudson Builder
See 

Changes:

[senaka] updated gadgets stub.

[prabatha] renaming and changing packages of some classes

[prabatha] committing some ui related changes

[prabatha] moving classes previously defined under the entity package to 
description package

[prabatha] code cleanup

[prabatha] including privilege groups functionality in trunk

--
[...truncated 14093 lines...]
location: class org.wso2.carbon.adminconsole.core.dao.RSSDAOImpl

:[481,23]
 cannot find symbol
symbol  : class DatabaseUser
location: class org.wso2.carbon.adminconsole.core.dao.RSSDAOImpl

:[524,27]
 cannot find symbol
symbol  : class DatabaseUser
location: class org.wso2.carbon.adminconsole.core.dao.RSSDAOImpl

:[546,37]
 cannot find symbol
symbol  : class UserDatabaseEntry
location: class org.wso2.carbon.adminconsole.core.dao.RSSDAOImpl

:[570,16]
 cannot find symbol
symbol  : class DatabaseUser
location: class org.wso2.carbon.adminconsole.core.dao.RSSDAOImpl

:[598,12]
 cannot find symbol
symbol  : class DatabaseUser
location: class org.wso2.carbon.adminconsole.core.dao.RSSDAOImpl

:[607,40]
 cannot find symbol
symbol  : class UserDatabaseEntry
location: class org.wso2.carbon.adminconsole.core.dao.RSSDAOImpl

:[702,44]
 cannot find symbol
symbol  : class UserDatabaseEntry
location: class org.wso2.carbon.adminconsole.core.dao.RSSDAOImpl

:[769,16]
 cannot find symbol
symbol  : class RSSInstance
location: class org.wso2.carbon.adminconsole.core.dao.RSSDAOImpl

:[26,53]
 cannot find symbol
symbol  : class TenantDBData
location: package org.wso2.carbon.adminconsole.core.multitenancy

:[33,51]
 package org.wso2.carbon.adminconsole.core.dao.entity does not exist

:[30,51]
 package org.wso2.carbon.adminconsole.core.dao.entity does not exist

:[45,14]
 cannot find symbol
symbol  : class RSSInstance
location: class org.wso2.carbon.adminconsole.core.dao.RSSConfig

:[111,9]
 cannot find symbol
symbol  : class RSSInstance
location: class org.wso2.carbon.adminconsole.core.dao.RSSConfig

:[167,13]
 cannot find symbol
symbol  : class RSSInstance
location: class org.wso2.carbon.adminconsole.core.dao.RSSConfig



[Carbon-dev] Build failed in Hudson: carbon_trunk » WSO2 Carbon - Admin Console Core #41

2011-07-21 Thread WSO2 Hudson Builder
See 


Changes:

[prabatha] renaming and changing packages of some classes

[prabatha] moving classes previously defined under the entity package to 
description package

[prabatha] code cleanup

--
[...truncated 549 lines...]
location: class org.wso2.carbon.adminconsole.core.dao.RSSDAOImpl

:[436,16]
 cannot find symbol
symbol  : class DatabaseInstance
location: class org.wso2.carbon.adminconsole.core.dao.RSSDAOImpl

:[481,23]
 cannot find symbol
symbol  : class DatabaseUser
location: class org.wso2.carbon.adminconsole.core.dao.RSSDAOImpl

:[524,27]
 cannot find symbol
symbol  : class DatabaseUser
location: class org.wso2.carbon.adminconsole.core.dao.RSSDAOImpl

:[546,37]
 cannot find symbol
symbol  : class UserDatabaseEntry
location: class org.wso2.carbon.adminconsole.core.dao.RSSDAOImpl

:[570,16]
 cannot find symbol
symbol  : class DatabaseUser
location: class org.wso2.carbon.adminconsole.core.dao.RSSDAOImpl

:[598,12]
 cannot find symbol
symbol  : class DatabaseUser
location: class org.wso2.carbon.adminconsole.core.dao.RSSDAOImpl

:[607,40]
 cannot find symbol
symbol  : class UserDatabaseEntry
location: class org.wso2.carbon.adminconsole.core.dao.RSSDAOImpl

:[702,44]
 cannot find symbol
symbol  : class UserDatabaseEntry
location: class org.wso2.carbon.adminconsole.core.dao.RSSDAOImpl

:[769,16]
 cannot find symbol
symbol  : class RSSInstance
location: class org.wso2.carbon.adminconsole.core.dao.RSSDAOImpl

:[26,53]
 cannot find symbol
symbol  : class TenantDBData
location: package org.wso2.carbon.adminconsole.core.multitenancy

:[33,51]
 package org.wso2.carbon.adminconsole.core.dao.entity does not exist

:[30,51]
 package org.wso2.carbon.adminconsole.core.dao.entity does not exist

:[45,14]
 cannot find symbol
symbol  : class RSSInstance
location: class org.wso2.carbon.adminconsole.core.dao.RSSConfig

:[111,9]
 cannot find symbol
symbol  : class RSSInstance
location: class org.wso2.carbon.adminconsole.core.dao.RSSConfig

:[167,13]
 cannot find symbol
symbol  : class RSSInstance
location: class org.wso2.carbon.adminconsole.core.dao.RSSConfig



[Carbon-dev] Hudson build is back to normal : carbon_trunk » WSO2 Carbon - Governance - Gadgets UI #41

2011-07-21 Thread WSO2 Hudson Builder
See 



___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] How are we going to handle carbon.platform.patch.version property for 3.2.2 patch release

2011-07-21 Thread Supun Malinga
Hi,

*carbon.platform.patch.version* is already used as a property in poms under
3.2.1 patch release. As 3.2.2 is also a patch release, poms under 3.2.2 will
require to have both 3.2.1 and 3.2.2 dependencies/components, etc. So in
this case under 3.2.2 poms, we *can't* define a property as,
3.2.2

But the problem is carbon.platform.patch.version is generic. For 3.2.2 we
have to define a property. For eg:
3.2.2

So what name are we going to give?. Suggestions welcome.

thanks,
-- 
Supun Malinga,

Software Engineer,
WSO2 Inc.
http://wso2.com
http://wso2.org
email - sup...@wso2.com 
mobile - 071 56 91 321
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Carbon-commits] [Carbon] svn commit r110479 - branches/carbon/3.2.0/products/wsf/1.0.1

2011-07-21 Thread Supun Malinga
HI Pradeeban,

On Fri, Jul 22, 2011 at 12:43 AM, Kathiravelu Pradeeban
wrote:

> Are we doing a 1.0.1 release of wsf with 3.2.2? I guess not. We didn't have
> it with 3.2.1 either.
>

I think you are correct. my mistake. Anyways will verify with isuru before
reverting.
thanks,

>
> Pls verify.
>
> Thank you.
> Regards,
> Pradeeban.
>
>
> On Fri, Jul 22, 2011 at 12:19 AM,  wrote:
>
>> Author: supunm
>> Date: Thu Jul 21 11:49:14 2011
>> New Revision: 110479
>> URL: http://wso2.org/svn/browse/wso2?view=rev&revision=110479
>>
>> Log:
>> creating wsf 1.0.1 for 3.2.2 release./
>>
>> Added:
>>   branches/carbon/3.2.0/products/wsf/1.0.1/
>>  - copied from r110478, /branches/carbon/3.2.0/products/wsf/1.0.0/
>> ___
>> Carbon-commits mailing list
>> carbon-comm...@wso2.org
>> https://wso2.org/cgi-bin/mailman/listinfo/carbon-commits
>>
>
>
>
> --
> Kathiravelu Pradeeban.
> Software Engineer.
> WSO2 Inc.
>
> Blog: [Llovizna] http://kkpradeeban.blogspot.com/
>
>


-- 
Supun Malinga,

Software Engineer,
WSO2 Inc.
http://wso2.com
http://wso2.org
email - sup...@wso2.com 
mobile - 071 56 91 321
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Carbon-commits] [Carbon] svn commit r110479 - branches/carbon/3.2.0/products/wsf/1.0.1

2011-07-21 Thread Kathiravelu Pradeeban
Are we doing a 1.0.1 release of wsf with 3.2.2? I guess not. We didn't have
it with 3.2.1 either.

Pls verify.

Thank you.
Regards,
Pradeeban.

On Fri, Jul 22, 2011 at 12:19 AM,  wrote:

> Author: supunm
> Date: Thu Jul 21 11:49:14 2011
> New Revision: 110479
> URL: http://wso2.org/svn/browse/wso2?view=rev&revision=110479
>
> Log:
> creating wsf 1.0.1 for 3.2.2 release./
>
> Added:
>   branches/carbon/3.2.0/products/wsf/1.0.1/
>  - copied from r110478, /branches/carbon/3.2.0/products/wsf/1.0.0/
> ___
> Carbon-commits mailing list
> carbon-comm...@wso2.org
> https://wso2.org/cgi-bin/mailman/listinfo/carbon-commits
>



-- 
Kathiravelu Pradeeban.
Software Engineer.
WSO2 Inc.

Blog: [Llovizna] http://kkpradeeban.blogspot.com/
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Carbon-commits] [Carbon] svn commit r110480 - branches/carbon/3.2.0/components/stratos

2011-07-21 Thread Kathiravelu Pradeeban
On Fri, Jul 22, 2011 at 12:42 AM, Supun Malinga  wrote:

> Hi Pradeeban,
>
> On Fri, Jul 22, 2011 at 12:35 AM, Kathiravelu Pradeeban <
> pradee...@wso2.com> wrote:
>
>> No. This fix is wrong. That removal of
>> org.wso2.carbon.tenant.dispatcher/3.2.0 was a mistake of using svn move.
>>
>
> yes this is the case. We didn't find the issue in the build cos its a 3.2.0
> component which is missing, as we built only 3.2.1 online. I will add back
> the 3.2.0 version as it was under 3.2.0 release.
>

Excellent.

>
> Denis has already reverted his change.
>
>
Thank you.


Regards,
Pradeeban.

thanks,
>
>>
>> Ranga had found it and fixed it in the revision 110271 (That fix had got
>> reverted, as of the stabilization effort). Pls copy that fix back as it is
>> to 3.2.0, and revert this change.
>>
>> [Basically in that fix, Ranga had placed the 3.2.0 component back, where
>> someone had mistakenly moved it. We can't change released poms or product
>> versions. Pls talk to Ranga, if you need any more clarification.]
>>
>> Regards,
>> Pradeeban.
>>
>>
>>
>>
>> On Fri, Jul 22, 2011 at 12:21 AM,  wrote:
>>
>>> Author: denis
>>> Date: Thu Jul 21 11:51:06 2011
>>> New Revision: 110480
>>> URL: http://wso2.org/svn/browse/wso2?view=rev&revision=110480
>>>
>>> Log:
>>> Fixing a build error after removing
>>> org.wso2.carbon.tenant.dispatcher/3.2.0
>>>
>>> Modified:
>>>   branches/carbon/3.2.0/components/stratos/pom.xml
>>>
>>> Modified: branches/carbon/3.2.0/components/stratos/pom.xml
>>> URL:
>>> http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/components/stratos/pom.xml?rev=110480&r1=110479&r2=110480&view=diff
>>>
>>> ==
>>> --- branches/carbon/3.2.0/components/stratos/pom.xml(original)
>>> +++ branches/carbon/3.2.0/components/stratos/pom.xmlThu Jul 21
>>> 11:51:06 2011
>>> @@ -54,7 +54,7 @@
>>> org.wso2.carbon.email.sender/3.2.0
>>> org.wso2.carbon.common/3.2.0
>>> redirector
>>> -org.wso2.carbon.tenant.dispatcher/3.2.0
>>> +org.wso2.carbon.tenant.dispatcher/3.2.1
>>> tenant-mgt
>>> theme-mgt
>>> usage
>>> ___
>>> Carbon-commits mailing list
>>> carbon-comm...@wso2.org
>>> https://wso2.org/cgi-bin/mailman/listinfo/carbon-commits
>>>
>>
>>
>>
>> --
>> Kathiravelu Pradeeban.
>> Software Engineer.
>> WSO2 Inc.
>>
>> Blog: [Llovizna] http://kkpradeeban.blogspot.com/
>>
>>
>> ___
>> Carbon-commits mailing list
>> carbon-comm...@wso2.org
>> https://wso2.org/cgi-bin/mailman/listinfo/carbon-commits
>>
>>
>
>
> --
> Supun Malinga,
>
> Software Engineer,
> WSO2 Inc.
> http://wso2.com
> http://wso2.org
> email - sup...@wso2.com 
> mobile - 071 56 91 321
>
>


-- 
Kathiravelu Pradeeban.
Software Engineer.
WSO2 Inc.

Blog: [Llovizna] http://kkpradeeban.blogspot.com/
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Carbon-commits] [Carbon] svn commit r110480 - branches/carbon/3.2.0/components/stratos

2011-07-21 Thread Supun Malinga
Hi Pradeeban,

On Fri, Jul 22, 2011 at 12:35 AM, Kathiravelu Pradeeban
wrote:

> No. This fix is wrong. That removal of
> org.wso2.carbon.tenant.dispatcher/3.2.0 was a mistake of using svn move.
>

yes this is the case. We didn't find the issue in the build cos its a 3.2.0
component which is missing, as we built only 3.2.1 online. I will add back
the 3.2.0 version as it was under 3.2.0 release.

Denis has already reverted his change.

thanks,

>
> Ranga had found it and fixed it in the revision 110271 (That fix had got
> reverted, as of the stabilization effort). Pls copy that fix back as it is
> to 3.2.0, and revert this change.
>
> [Basically in that fix, Ranga had placed the 3.2.0 component back, where
> someone had mistakenly moved it. We can't change released poms or product
> versions. Pls talk to Ranga, if you need any more clarification.]
>
> Regards,
> Pradeeban.
>
>
>
>
> On Fri, Jul 22, 2011 at 12:21 AM,  wrote:
>
>> Author: denis
>> Date: Thu Jul 21 11:51:06 2011
>> New Revision: 110480
>> URL: http://wso2.org/svn/browse/wso2?view=rev&revision=110480
>>
>> Log:
>> Fixing a build error after removing
>> org.wso2.carbon.tenant.dispatcher/3.2.0
>>
>> Modified:
>>   branches/carbon/3.2.0/components/stratos/pom.xml
>>
>> Modified: branches/carbon/3.2.0/components/stratos/pom.xml
>> URL:
>> http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/components/stratos/pom.xml?rev=110480&r1=110479&r2=110480&view=diff
>>
>> ==
>> --- branches/carbon/3.2.0/components/stratos/pom.xml(original)
>> +++ branches/carbon/3.2.0/components/stratos/pom.xmlThu Jul 21
>> 11:51:06 2011
>> @@ -54,7 +54,7 @@
>> org.wso2.carbon.email.sender/3.2.0
>> org.wso2.carbon.common/3.2.0
>> redirector
>> -org.wso2.carbon.tenant.dispatcher/3.2.0
>> +org.wso2.carbon.tenant.dispatcher/3.2.1
>> tenant-mgt
>> theme-mgt
>> usage
>> ___
>> Carbon-commits mailing list
>> carbon-comm...@wso2.org
>> https://wso2.org/cgi-bin/mailman/listinfo/carbon-commits
>>
>
>
>
> --
> Kathiravelu Pradeeban.
> Software Engineer.
> WSO2 Inc.
>
> Blog: [Llovizna] http://kkpradeeban.blogspot.com/
>
>
> ___
> Carbon-commits mailing list
> carbon-comm...@wso2.org
> https://wso2.org/cgi-bin/mailman/listinfo/carbon-commits
>
>


-- 
Supun Malinga,

Software Engineer,
WSO2 Inc.
http://wso2.com
http://wso2.org
email - sup...@wso2.com 
mobile - 071 56 91 321
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Carbon-commits] [Carbon] svn commit r110480 - branches/carbon/3.2.0/components/stratos

2011-07-21 Thread Kathiravelu Pradeeban
No. This fix is wrong. That removal of
org.wso2.carbon.tenant.dispatcher/3.2.0 was a mistake of using svn move.

Ranga had found it and fixed it in the revision 110271 (That fix had got
reverted, as of the stabilization effort). Pls copy that fix back as it is
to 3.2.0, and revert this change.

[Basically in that fix, Ranga had placed the 3.2.0 component back, where
someone had mistakenly moved it. We can't change released poms or product
versions. Pls talk to Ranga, if you need any more clarification.]

Regards,
Pradeeban.



On Fri, Jul 22, 2011 at 12:21 AM,  wrote:

> Author: denis
> Date: Thu Jul 21 11:51:06 2011
> New Revision: 110480
> URL: http://wso2.org/svn/browse/wso2?view=rev&revision=110480
>
> Log:
> Fixing a build error after removing org.wso2.carbon.tenant.dispatcher/3.2.0
>
> Modified:
>   branches/carbon/3.2.0/components/stratos/pom.xml
>
> Modified: branches/carbon/3.2.0/components/stratos/pom.xml
> URL:
> http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/components/stratos/pom.xml?rev=110480&r1=110479&r2=110480&view=diff
>
> ==
> --- branches/carbon/3.2.0/components/stratos/pom.xml(original)
> +++ branches/carbon/3.2.0/components/stratos/pom.xmlThu Jul 21 11:51:06
> 2011
> @@ -54,7 +54,7 @@
> org.wso2.carbon.email.sender/3.2.0
> org.wso2.carbon.common/3.2.0
> redirector
> -org.wso2.carbon.tenant.dispatcher/3.2.0
> +org.wso2.carbon.tenant.dispatcher/3.2.1
> tenant-mgt
> theme-mgt
> usage
> ___
> Carbon-commits mailing list
> carbon-comm...@wso2.org
> https://wso2.org/cgi-bin/mailman/listinfo/carbon-commits
>



-- 
Kathiravelu Pradeeban.
Software Engineer.
WSO2 Inc.

Blog: [Llovizna] http://kkpradeeban.blogspot.com/
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Architecture] Command-line CAR deployment support for Stratos - Step 2

2011-07-21 Thread Saminda Wijeratne
I did some form of implementation for Step 2. Attached is a sample pom.
The pom accepts a topology + a car as configuration information & generates
parameter resolved car file.

The relevant mojo for this is [1]. What it does is,

   1. Search for parameters present in the files inside car file (parameter
   = ${})
   2. Get resolvers* [2] to try & resolve the parameters found
   3. Replace parameters in files inside car with the resolved values &
   recreate the car

*A resolver is a class which implements the interface [3] IParameterResolver
which gets registered to the engine through "registerResolver" method in
[4]. Purpose of a resolver is to given a parameter try to resolve it to its
correct value from the information gathered from the topology & the CAR.

This is still in POC level. I'm open for improvements or complete
tear-down/redo suggestions :).

Thanks,
Saminda

1.
https://svn.wso2.org/repos/wso2/branches/tools/eclipse/carbon-studio/1.0.0/dependencies/maven-car-plugin/src/main/java/org/wso2/maven/car/artifact/CARMojo2.java
2.
https://svn.wso2.org/repos/wso2/branches/tools/eclipse/carbon-studio/1.0.0/dependencies/maven-car-plugin/src/main/java/org/wso2/maven/car/artifact/fsm/resolvers/

3.
https://svn.wso2.org/repos/wso2/branches/tools/eclipse/carbon-studio/1.0.0/dependencies/maven-car-plugin/src/main/java/org/wso2/maven/car/artifact/fsm/IParameterResolver.java

4.
https://svn.wso2.org/repos/wso2/branches/tools/eclipse/carbon-studio/1.0.0/dependencies/maven-car-plugin/src/main/java/org/wso2/maven/car/artifact/fsm/TopologyFSEngine.java

On Thu, Jul 7, 2011 at 5:18 PM, Saminda Wijeratne  wrote:

> Hi Paul,
>
> Not sure whether I understood correctly what you meant :). How about if we
> do it like this,
>
> General syntax for parameters for services could be,
>
> ${services..*}
>
> eg:
>
>  
>
> 
>
>
> step (a)
>
>1. Determine what are the parameters (eg: urls) that needs resolving
>for the proxy service
>2. Start resolving each parameter (eg:
>${services.HelloWorldService.wsdlurl})
>   1. determine parameter type - services parameter (${*services*
>   .HelloWorldService.wsdlurl})
>   2. get the service artifact name from the parameter (${services.*
>   HelloWorldService*.wsdlurl})
>   3. find HelloWorldService artifact from the CAR (eg: artifact1).
>   4. determine what information is required from artifact1 (
>   ${services.HelloWorldService.*wsdlurl*})
>   5. determine the server role of artifact1 (eg: AppServer)
>   6. determine the server url for that server role using the
>   topology.xml
>   7. resolve what would be the service wsdl url when the artifact1
>   gets deployed to that server
>
>
> step (b)
>
>1. Search & replace parameters with the resolved information.
>
> Am I making any sense with what you said for step(a)?
>
> Thanks,
> Saminda
>
> On Thu, Jul 7, 2011 at 4:01 PM, Paul Fremantle  wrote:
>
>> This seems very hard-coded to specific URL formats. It seems to me that
>> each artifact has a set of URLs that is consumes and a set that it produces.
>> The artifact one that produces /services/HelloWorldService: this is going to
>> depend on the server config (because /services/ is part of the server config
>> not part of the app). So in general there are two sub-steps in here:
>>
>> a) resolve the URLs that are going to be produced
>> b) configure the consumer to use the produced URLs.
>>
>
>> I don't mind doing a search/replace as a first iteration of this design,
>> because I agree it will work 99 times out of 100. BUT I do mind conflating
>> step (a) and step (b). In other words, we need a pluggable way of doing step
>> (a). First pass design is to do search/replace. Then step (b) is clear.
>> Later we can look at step (a) and see if there are better ways of doing it.
>>
>> Paul
>>
>> On 7 July 2011 07:10, Saminda Wijeratne  wrote:
>>
>>> *Step 2: combine the topology.xml & the CAR to create a new CAR which is
>>> fine tuned to the stratos environment depicted by the topology.xml (with
>>> updated urls etc.) *
>>>
>>> To understand what I need to do in this step lets consider the scenario:
>>> CAR having 2 artifacts,
>>>
>>> artifact 1 : "HelloWorldService" axis2 service, serverRole - "AppServer"
>>> artifact 2 : "HelloWorldProxyService" proxy service, serverRole -
>>> "ESBServer" (which points to service in artifact 1)
>>>
>>>
>>> We could have artifact 2 ("HelloWorldProxyService" proxy service) as,
>>>
>>> http://ws.apache.org/ns/synapse";
>>> name="HelloWorldProxyService" transports="http,https">
>>>
>>>
>>>
>>>
>>>
>>>
>>>

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

2011-07-21 Thread WSO2 Carbon Trunk Builder (US2)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 110449
Node Kind: directory
Schedule: normal
Last Changed Author: sanjeewa
Last Changed Rev: 110447
Last Changed Date: 2011-07-21 09:22:58 -0400 (Thu, 21 Jul 2011) Retrieving 
schema at '../xsd/purchasing.xsd', relative to 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving document at 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving schema at '../xsd/purchasing.xsd', relative to 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving document at 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving schema at '../xsd/purchasing.xsd', relative to 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving document at 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving schema at '../xsd/purchasing.xsd', relative to 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 6.082 sec <<< 
FAILURE!
Running org.wso2.carbon.governance.api.test.EndpointTest
log4j:WARN No appenders could be found for logger 
(org.wso2.carbon.utils.multitenancy.CarbonContextHolder).
log4j:WARN Please initialize the log4j system properly.
Retrieving document at 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving schema at '../xsd/purchasing.xsd', relative to 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving document at 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving schema at '../xsd/purchasing.xsd', relative to 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving document at 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving schema at '../xsd/purchasing.xsd', relative to 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving document at 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving schema at '../xsd/purchasing.xsd', relative to 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Tests run: 8, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 9.154 sec <<< 
FAILURE!

Results :

Tests in error: 
  testAddWsdlWithEndpoints(org.wso2.carbon.governance.api.test.EndpointTest)
  
testServiceAddingEndpointsWithWsdl(org.wso2.carbon.governance.api.test.EndpointTest)

Tests run: 17, Failures: 0, Errors: 7, Skipped: 0

[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] There are test failures.

Please refer to 
/home/carbontrunk/carbon/components/governance/org.wso2.carbon.governance.api/target/surefire-reports
 for the individual test results.
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 163 minutes 12 seconds
[INFO] Finished at: Thu Jul 21 12:36:41 EDT 2011
[INFO] Final Memory: 1440M/1766M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Concern with the existing automated integration tests

2011-07-21 Thread Charitha Kankanamge
Hi Folks,

During Carbon-3.20 release cycle, automated integration tests have been
merged to carbon trunk and now they are part of carbon build. Because of
this, these tests cannot be executed against an external carbon server
setup. For example, if we need to do regression testing of a custom setup,
we are unable to use the integration tests since the tests are run based on
a server which starts up at the build time.
Can we customize the existing integration tests to run against any binary
product or Is there any alternative approach?
Or else, do we need to maintain a replica of integration test framework so
that we can run them separately from carbon build process?

Regards
Charitha
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Build failed in Hudson: carbon_trunk #40

2011-07-21 Thread WSO2 Hudson Builder
See 

--
[...truncated 84 lines...]
Fetching 
'https://svn.wso2.org/repos/wso2/branches/carbon/3.2.0/dependencies/commons-vfs'
 at -1 into 
'
At revision 110449
Fetching 
'https://svn.wso2.org/repos/wso2/branches/carbon/3.2.0/dependencies/axis2' at 
-1 into 
'
At revision 110449
Fetching 'https://svn.wso2.org/repos/wso2/trunk/tools/maven/carbon-p2-plugin' 
at -1 into 
'
At revision 110449
Fetching 'https://svn.wso2.org/repos/wso2/trunk/commons/caching' at -1 into 
'
At revision 110449
Fetching 'https://svn.wso2.org/repos/wso2/trunk/commons/ciphertool' at -1 into 
'
At revision 110449
Fetching 'https://svn.wso2.org/repos/wso2/trunk/commons/eventing' at -1 into 
'
At revision 110449
Fetching 'https://svn.wso2.org/repos/wso2/trunk/commons/securevault' at -1 into 
'
At revision 110449
Fetching 'https://svn.wso2.org/repos/wso2/trunk/commons/throttle' at -1 into 
'
At revision 110449
Fetching 'https://svn.wso2.org/repos/wso2/trunk/commons/xfer' at -1 into 
'
At revision 110449
Fetching 'https://svn.wso2.org/repos/wso2/trunk/commons/xkms' at -1 into 
'
At revision 110449
Fetching 'https://svn.wso2.org/repos/wso2/trunk/commons/wsdlvalidator' at -1 
into 
'
At revision 110449
Fetching 'https://svn.wso2.org/repos/wso2/trunk/commons/pwprovider' at -1 into 
'
At revision 110449
Fetching 
'https://svn.wso2.org/repos/wso2/branches/carbon/3.2.0/dependencies/commons/xmlschema'
 at -1 into 
'
At revision 110449
Fetching 'https://svn.wso2.org/repos/wso2/trunk/commons/ode_trunk' at -1 into 
'
At revision 110449
Fetching 'https://svn.wso2.org/repos/wso2/trunk/commons/openjpa' at -1 into 
'
At revision 110449
Fetching 
'https://svn.wso2.org/repos/wso2/branches/carbon/3.2.0/dependencies/rampart' at 
-1 into 
'
At revision 110449
Fetching 
'https://svn.wso2.org/repos/wso2/branches/carbon/3.2.0/dependencies/sandesha' 
at -1 into 
'
At revision 110449
Fetching 
'https://svn.wso2.org/repos/wso2/branches/carbon/3.2.0/dependencies/synapse' at 
-1 into 
'
U 
dependencies/synapse/2.1.0-wso2v3/modules/core/src/main/java/org/apache/synapse/core/axis2/Axis2FlexibleMEPClient.java
U 
dependencies/synapse/2.1.0-wso2v3/modules/core/src/main/java/org/apache/synapse/endpoints/ServiceDynamicLoadbalanceEndpoint.java
U 
dependencies/synapse/2.1.0-wso2v3/modules/core/src/main/java/org/apache/synapse/endpoints/DynamicLoadbalanceEndpoint.java
At revision 110449
Fetching 
'https://svn.wso2.org/repos/wso2/branches/carbon/3.2.0/dependencies/transports' 
at -1 into 
'
At revision 110449
Fetching 'https://oauth.googlecode.com/svn/code/java' at -1 into 
'
At revision 1262
Fetching 
'https://svn.wso2.org/repos/wso2/branches/carbon/3.2.0/dependencies/wss4j' at 
-1 into 
'
At revision 110449
Fetching 
'https://svn.wso2.org/repos/wso2/branches/carbon/3.2.0/dependencies/qpid' at -1 
into 
'
 Udependencies/qpid/0.11-wso2v2/java/target/timestamp
At revision 110449
Fetching 
'https://svn.wso2.org/repos/wso2/branches/carbon/3.2.0/dependencies/neethi' at 
-1 into 
'

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

2011-07-21 Thread WSO2 Carbon Trunk Builder (US2)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 110437
Node Kind: directory
Schedule: normal
Last Changed Author: sanjeewa
Last Changed Rev: 110436
Last Changed Date: 2011-07-21 05:40:24 -0400 (Thu, 21 Jul 2011) Retrieving 
schema at '../xsd/purchasing.xsd', relative to 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving document at 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving schema at '../xsd/purchasing.xsd', relative to 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving document at 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving schema at '../xsd/purchasing.xsd', relative to 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving document at 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving schema at '../xsd/purchasing.xsd', relative to 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 6.116 sec <<< 
FAILURE!
Running org.wso2.carbon.governance.api.test.EndpointTest
log4j:WARN No appenders could be found for logger 
(org.wso2.carbon.utils.multitenancy.CarbonContextHolder).
log4j:WARN Please initialize the log4j system properly.
Retrieving document at 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving schema at '../xsd/purchasing.xsd', relative to 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving document at 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving schema at '../xsd/purchasing.xsd', relative to 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving document at 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving schema at '../xsd/purchasing.xsd', relative to 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving document at 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Retrieving schema at '../xsd/purchasing.xsd', relative to 
'http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl'.
Tests run: 8, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 9.234 sec <<< 
FAILURE!

Results :

Tests in error: 
  testAddWsdlWithEndpoints(org.wso2.carbon.governance.api.test.EndpointTest)
  
testServiceAddingEndpointsWithWsdl(org.wso2.carbon.governance.api.test.EndpointTest)

Tests run: 17, Failures: 0, Errors: 7, Skipped: 0

[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] There are test failures.

Please refer to 
/home/carbontrunk/carbon/components/governance/org.wso2.carbon.governance.api/target/surefire-reports
 for the individual test results.
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 179 minutes 13 seconds
[INFO] Finished at: Thu Jul 21 08:36:05 EDT 2011
[INFO] Final Memory: 1383M/1835M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Build failed in Hudson: carbon_trunk #39

2011-07-21 Thread WSO2 Hudson Builder
See 

Changes:

[heshan] Adding JSPs to UI component.

[heshan] Updating the poms.

[heshan] Updating the mediator.

[heshan] Adding RelayTransformerMediator to relaytransformer.

[amila] adding event sink component

[amila] removing qpid and event sink dependancies

[heshan] Adding the Activator and Service for the ui bundle of relaytransformer.

[heshan] Updating the relayTransformer mediator backened.

[hiranya] Adding conflict resolution logic

[amila] setting qpid server details in qpid component level

[amila] removing the qpid dependancy from the event component

[hiranya] Improved logging and more efficient use of the client adapter API

[senaka] merging changes from branch

--
[...truncated 34788 lines...]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.wso2.carbon:org.wso2.carbon.governance.generic:bundle:3.2.0-SNAPSHOT : 
Instructions for Export-Package that are never used: 
org\.wso2\.carbon\.governance\.generic\.util\..*|org\.wso2\.carbon\.governance\.generic\.util
[WARNING] Warning building bundle 
org.wso2.carbon:org.wso2.carbon.governance.generic:bundle:3.2.0-SNAPSHOT : 
There are split packages, use directive 
-split-package:=(merge-first|merge-last) on instruction to get rid of this 
warning: org.wso2.carbon.governance.generic.beans, classpath: [Jar:., 
Jar:axis2, Jar:mex, Jar:axis2-kernel, Jar:axiom-api, Jar:commons-logging, 
Jar:jaxen, Jar:axiom-impl, Jar:geronimo-ws-metadata_2.0_spec, 
Jar:geronimo-jta_1.1_spec, Jar:servlet-api, Jar:commons-httpclient, 
Jar:commons-codec, Jar:commons-fileupload, Jar:commons-io, Jar:wsdl4j, 
Jar:XmlSchema, Jar:neethi, Jar:woden-api, Jar:woden-impl-dom, 
Jar:woden-impl-commons, Jar:jsr311-api, Jar:org.wso2.securevault, Jar:log4j, 
Jar:jline, Jar:commons-cli, Jar:org.wso2.carbon.registry.core, Jar:commons-io, 
Jar:annotations, Jar:org.eclipse.osgi.services, Jar:XmlSchema, 
Jar:org.wso2.carbon.registry.api, Jar:org.wso2.carbon.registry.xboot, 
Jar:org.wso2.carbon.caching.core, Jar:jsr107cache, Jar:infinispan-core
 , Jar:jgroups, Jar:jboss-transaction-api, Jar:river, Jar:marshalling-api, 
Jar:jboss-common-core, Jar:jboss-logging-spi, Jar:rhq-pluginAnnotations, 
Jar:i18nlog, Jar:org.wso2.carbon.logging, Jar:org.apache.log4j, 
Jar:org.wso2.carbon.base, Jar:axiom, Jar:org.wso2.carbon.queuing, 
Jar:org.wso2.carbon.securevault, Jar:org.eclipse.osgi, 
Jar:org.wso2.carbon.user.core, Jar:org.wso2.carbon.user.api, 
Jar:org.wso2.carbon.utils, Jar:smack, Jar:smackx, Jar:dom4j, Jar:jdom, 
Jar:xml-apis, Jar:xercesImpl, Jar:xom, Jar:xalan, Jar:icu4j, 
Jar:commons-fileupload, Jar:ant, Jar:ant, Jar:ant-launcher, Jar:commons-dbcp, 
Jar:commons-collections, Jar:compass, Jar:poi-scratchpad, Jar:poi-scratchpad, 
Jar:poi, Jar:commons-httpclient, Jar:not-yet-commons-ssl, Jar:commons-pool, 
Jar:commons-pool, Jar:org.wso2.carbon.user.mgt, 
Jar:org.wso2.carbon.user.mgt.common, Jar:org.wso2.carbon.core, 
Jar:org.eclipse.equinox.http.helper, Jar:org.wso2.carbon.bridge, 
Jar:org.wso2.carbon.bootstrap, Jar:wrapper, Jar:bcprov-j
 dk15, Jar:org.wso2.carbon.context, Jar:neethi, Jar:httpcore, Jar:wsdl4j, 
Jar:opencsv, Jar:poi-ooxml, Jar:poi-ooxml, Jar:ooxml-schemas, Jar:xmlbeans, 
Jar:stax-api, Jar:org.wso2.carbon.registry.extensions, 
Jar:org.wso2.carbon.registry.common, Jar:org.wso2.carbon.registry.admin.api, 
Jar:commons-beanutils, Jar:commons-collections, Jar:commons-digester, 
Jar:commons-beanutils, Jar:org.wso2.carbon.component.mgt.services, 
Jar:org.wso2.carbon.component.mgt.core, 
Jar:org.eclipse.equinox.p2.artifact.repository, Jar:org.eclipse.equinox.common, 
Jar:org.eclipse.equinox.simpleconfigurator, Jar:org.eclipse.equinox.util, 
Jar:org.eclipse.equinox.ds, Jar:org.eclipse.equinox.http.servlet, 
Jar:org.eclipse.equinox.jsp.jasper, Jar:javax.servlet.jsp, 
Jar:org.apache.jasper, Jar:org.apache.commons.el, 
Jar:org.apache.commons.logging, Jar:org.eclipse.equinox.app, 
Jar:org.eclipse.equinox.concurrent, Jar:org.eclipse.equinox.frameworkadmin, 
Jar:org.eclipse.equinox.frameworkadmin.equinox, Jar:org.eclipse.e
 quinox.p2.core, Jar:org.eclipse.equinox.p2.director, 
Jar:org.eclipse.equinox.p2.directorywatcher, Jar:org.eclipse.equinox.p2.engine, 
Jar:org.eclipse.equinox.p2.exemplarysetup, 
Jar:org.eclipse.equinox.p2.extensionlocation, 
Jar:org.eclipse.equinox.p2.garbagecollector, 
Jar:org.eclipse.equinox.p2.jarprocessor, 
Jar:org.eclipse.equinox.p2.metadata.generator, 
Jar:org.eclipse.equinox.p2.metadata, 
Jar:org.eclipse.equinox.p2.metadata.repository, 
Jar:org.eclipse.equinox.p2.reconciler.dropins, 
Jar:org.eclipse.equinox.p2.publisher, 
Jar:org.eclipse.equinox.p2.repository.tools, 
Jar:org.eclipse.equinox.p2.repository, 
Jar:org.eclipse.equinox.p2.touchpoint.natives, 
Jar:org.eclipse.equinox.p2.updatechecker, Jar:org.eclipse.equinox.preferences, 
Jar:org.eclipse.equinox.registry, Jar:org.eclipse.equinox.security,

[Carbon-dev] Build failed in Hudson: carbon_trunk » WSO2 Carbon - Governance - Gadgets UI #39

2011-07-21 Thread WSO2 Hudson Builder
See 


Changes:

[senaka] merging changes from branch

--
[INFO] 
[INFO] Building WSO2 Carbon - Governance - Gadgets UI
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting 

[INFO] snapshot 
org.wso2.carbon:org.wso2.carbon.governance.gadgets.stub:3.2.0-SNAPSHOT: 
checking for updates from wso2-nexus
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 

[INFO] [clean:clean {execution: auto-clean}]
[INFO] Deleting 

[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 7 source files to 

[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
:[65,16]
 getAssociations(java.lang.String) in 
org.wso2.carbon.governance.gadgets.stub.ResourceImpactAdminServiceStub cannot 
be applied to (java.lang.String,boolean)

[INFO] 1error
[INFO] -
[HUDSON] Archiving disabled - not archiving 

[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] Compilation failure
:[65,16]
 getAssociations(java.lang.String) in 
org.wso2.carbon.governance.gadgets.stub.ResourceImpactAdminServiceStub cannot 
be applied to (java.lang.String,boolean)


[INFO] 
[INFO] Trace
org.apache.maven.BuildFailureException: Compilation failure
:[65,16]
 getAssociations(java.lang.String) in 
org.wso2.carbon.governance.gadgets.stub.ResourceImpactAdminServiceStub cannot 
be applied to (java.lang.String,boolean)


at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:715)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
at 
org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at hud

[Carbon-dev] Distributing SVN Client Adapter

2011-07-21 Thread Hiranya Jayathilaka
Hi Folks,

I'm almost done with the SVN based deployment synchronizer. We need to
figure out a way to distribute the Subclipse SVN Client Adapter [1]. It's
Apache licensed, but they don't seem to have the latest artifacts in a Maven
repo. The best I could find was [2] but even that's fairly old and it
doesn't contain all the packages we need. How should we proceed? Can we host
the artifacts in our repo and create an Orbit bundle of it?

Thanks,
Hiranya

[1] - http://subclipse.tigris.org/svnClientAdapter.html
[2] -
http://bits.netbeans.org/maven2/org/netbeans/external/svnClientAdapter-1.6.0/RELEASE67/
-- 
Hiranya Jayathilaka
Associate Technical Lead;
WSO2 Inc.;  http://wso2.org
E-mail: hira...@wso2.com;  Mobile: +94 77 633 3491
Blog: http://techfeast-hiranya.blogspot.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Creating 3.2.2 branch

2011-07-21 Thread Senaka Fernando
FYI,

you can relocate to the backup and continue with any fixes, and then port it
back to the regular branch. Simply switch the URL of your working copy:

*svn sw https://svn.wso2.org/repos/wso2/branches/carbon/3.2.0.bak2 .*

Thanks,
Senaka.

On Thu, Jul 21, 2011 at 12:15 PM, Supun Malinga  wrote:

> Hi,
>
> p.s.
> Please hold back all your commits until the branch is reverted. I have
> created a backup([2]) of the [1] from r110407. You can use this if you need
> to commit back your changes (basically do svn cp from [2]/path1 to
> [1]/path2)
>
> [2] https://svn.wso2.org/repos/wso2/branches/carbon/3.2.0.bak2/
>
> thanks,
>
> On Thu, Jul 21, 2011 at 12:09 PM, Supun Malinga  wrote:
>
>> Hi devs,
>>
>> I'm going to start the $subject. The checklist would be,
>> 1) Revert the 3.2.0 branch([1]) to the initial stage of the stratos
>> release (r110174).
>> 2) Create patch release poms. (patch-releases/3.2.2/*)
>> 3) Create 3.2.2 products (will do svn cp of 3.2.1 products and rename
>> versions n etc)
>>
>> *Please note after this branch [1] would be as of the revision 110174.
>> All the commits you have done after r110174 you have to commit back.*
>>
>> Will let you know the procedure once I'm done with this.
>>
>> [1] https://svn.wso2.org/repos/wso2/branches/carbon/3.2.0
>>
>> --
>> Supun Malinga,
>>
>> Software Engineer,
>> WSO2 Inc.
>> http://wso2.com
>> http://wso2.org
>> email - sup...@wso2.com 
>> mobile - 071 56 91 321
>>
>>
>
>
> --
> Supun Malinga,
>
> Software Engineer,
> WSO2 Inc.
> http://wso2.com
> http://wso2.org
> email - sup...@wso2.com 
> mobile - 071 56 91 321
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Senaka Fernando*
Product Manager - WSO2 Governance Registry;
Associate Technical Lead; WSO2 Inc.; http://wso2.com*
Member; Apache Software Foundation; http://apache.org

E-mail: senaka AT wso2.com
**P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
Linked-In: http://linkedin.com/in/senakafernando

*Lean . Enterprise . Middleware
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


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

2011-07-21 Thread WSO2 Carbon Trunk Builder (US2)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 110427
Node Kind: directory
Schedule: normal
Last Changed Author: heshan
Last Changed Rev: 110426
Last Changed Date: 2011-07-21 04:22:41 -0400 (Thu, 21 Jul 2011) [INFO] Unable 
to find resource 'org.apache.maven:maven-error-diagnostics:pom:2.0.9' in 
repository repository.dev.java.net-maven2 (http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
869/?
1744/?
  
Downloading: 
http://download.java.net/maven/2//org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
[INFO] Unable to find resource 
'org.apache.maven:maven-plugin-descriptor:pom:2.0.9' in repository 
repository.dev.java.net-maven2 (http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
856/?
2075/?
  
Downloading: 
http://download.java.net/maven/2//org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
[INFO] Unable to find resource 'org.apache.maven:maven-monitor:pom:2.0.9' in 
repository repository.dev.java.net-maven2 (http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
872/?
1285/?
  
Downloading: 
http://download.java.net/maven/2//org/apache/maven/shared/maven-dependency-analyzer/1.1/maven-dependency-analyzer-1.1.pom
[INFO] Unable to find resource 
'org.apache.maven.shared:maven-dependency-analyzer:pom:1.1' in repository 
repository.dev.java.net-maven2 (http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.1/maven-dependency-analyzer-1.1.pom
869/?
2545/?
4536/?
  
Downloading: 
http://download.java.net/maven/2//plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar
Downloading: 
http://download.java.net/maven/2//org/apache/maven/shared/maven-dependency-analyzer/1.1/maven-dependency-analyzer-1.1.jar
Downloading: 
http://download.java.net/maven/2//commons-collections/commons-collections/2.1/commons-collections-2.1.jar
[INFO] Unable to find resource 
'commons-collections:commons-collections:jar:2.1' in repository 
repository.dev.java.net-maven2 (http://download.java.net/maven/2/)
[INFO] Unable to find resource 'plexus:plexus-utils:jar:1.0.2' in repository 
repository.dev.java.net-maven2 (http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.jar
[INFO] Unable to find resource 
'org.apache.maven.shared:maven-dependency-analyzer:jar:1.1' in repository 
repository.dev.java.net-maven2 (http://download.java.net/maven/2/)
Downloading: 
http://repo1.maven.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.1/maven-dependency-analyzer-1.1.jar
811/?
1400/?
1988/?
2499/?
3010/?
3684/?
4196/?
4790/?
5302/?
5894/?
6488/?
7089/?
7685/?
8285/?
8879/?
9390/?
9984/?
10670/?
11181/?
11692/?
12275/?
12854/?
13431/?
14008/?
14544/?
15124/?
15717/?
16230/?
16822/?
17333/?
18019/?
18621/?
18644/?
18668/?
19117/?
19765/?
20346/?
20933/?
21531/?
22115/?
22691/?
23202/?
23714/?
24288/?
24874/?
25384/?
25967/?
26478/?
26990/?
27502/?
28085/?
28596/?
29192/?
29703/?
30285/?
30875/?
31460/?
31972/?
32555/?
33139/?
33640/?
34237/?
34828/?
35421/?
36011/?
36525/?
37113/?
37632/?
38281/?
38791/?
39374/?
39986/?
40568/?
41078/?
41668/?
42272/?
42867/?
43378/?
43957/?
44547/?
45147/?
45734/?
46347/?
47007/?
47545/?
48219/?
48731/?
49407/?
49919/?
50431/?
50942/?
51453/?
51964/?
52567/?
53218/?
53799/?
54309/?
54820/?
54883/?
54907/?
55636/?
56244/?
56759/?
57271/?
57784/?
58295/?
58807/?
59319/?
59830/?
60341/?
60852/?
61443/?
62038/?
62624/?
63218/?
63729/?
64590/?
65102/?
65613/?
65806/?
66420/?
66931/?
67519/?
68110/?
68621/?
69133/?
69642/?
70154/?
70665/?
71244/?
71906/?
72477/?
73072/?
73672/?
74255/?
74723/?
75301/?
75898/?
76436/?
76987/?
77499/?
78010/?
78522/?
79033/?
79736/?
80386/?
80898/?
81409/?
82011/?
82666/?
83177/?
83688/?
84278/?
84790/?
85368/?
85958/?
86539/?
87050/?
87640/?
88241/?
88835/?
89421/?
89933/?
90444/?
90738/?
90762/?
91352/?
91946/?
92538/?
92838/?
93363/?
93874/?
94513/?
95167/?
95934/?
96523/?
97104/?
97616/?
98127/?
98705/?
99305/?
99816/?
100328/?
100838/?
101351/?
101862/?
102448/?
103101/?
103612/?
104189/?
104907/?
105420/?
105931/?
106443/?
106954/?
107466/?
108047/?
108559/?
109148/?
109811/?
110480/?
111077/?
111663/?
112087/?
112597/?
113108/?
113620/?
114132/?
114642/?
115233/?
115744/?
116255/?
116841/?
117433/?
118018/?
118529/?
119041/?
119552/?
120232/?
120829/?
121340/?
121851/?
122434/?
123021/?
123612/?
124190/?
124766/?
125277/?
125873/?
126477/?
126860/?
126884/?
127475/?
128068/?
128660/?
129257/?
129848/?
13

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

2011-07-21 Thread Ranga Siriwardena
Hi,

Triggered a new build.

On Thu, Jul 21, 2011 at 1:58 PM, Amila Suriarachchi  wrote:

> fixed the issue please try to build.
>

Thanks Amila for fixing this.

>
> thanks,
> Amila.
>
>
> On Thu, Jul 21, 2011 at 11:42 AM, Ranga Siriwardena wrote:
>
>> Hi Supun,
>>
>> I have already stopped the continuous build. I will start it once the fix
>> is done.
>>
>> Thanks.
>>
>>
>> On Thu, Jul 21, 2011 at 11:00 AM, Supun Malinga  wrote:
>>
>>> Hi ranga,
>>>
>>> On Thu, Jul 21, 2011 at 10:52 AM, Ranga Siriwardena wrote:
>>>
 Hi All,

 Trunk build failing with following stack trace.
 How can we avoid this cyclic reference issue?

>>>
>>> Amila will fix it. Stopped the build for now since its continuously
>>> failing.
>>>
>>> thanks,
>>>



 [INFO] Scanning for projects...
 Downloading:
 http://repo1.maven.org/maven2/org/apache/apache/8/apache-8.pom

 Downloading:
 http://repo1.maven.org/maven2/org/apache/apache/6/apache-6.pom

 Downloading:
 http://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom

 Downloading:
 http://repo1.maven.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom

 Downloading:
 http://dist.wso2.org/maven2//org/apache/apache/7/apache-7.pom
 14K downloaded  (apache-7.pom)
 Downloading:
 http://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom

 Downloading:
 http://people.apache.org/repo/m1-snapshot-repository//org.apache.commons/poms/commons-parent-17.pom
 [INFO] Unable to find resource
 'org.apache.commons:commons-parent:pom:17' in repository apache.m1 (
 http://people.apache.org/repo/m1-snapshot-repository/)
 Downloading:
 http://repo1.maven.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom

 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] The projects in the reactor contain a cyclic reference: Edge
 between 'Vertex{label='org.wso2.carbon:org.wso2.carbon.qpid'}' and
 'Vertex{label='org.wso2.carbon:org.wso2.carbon.event.core'}' introduces to
 cycle in the graph org.wso2.carbon:org.wso2.carbon.event.core -->
 org.wso2.carbon:org.wso2.carbon.qpid -->
 org.wso2.carbon:org.wso2.carbon.event.core
 [INFO]
 
 [INFO] Trace
 org.apache.maven.BuildFailureException: The projects in the reactor
 contain a cyclic reference: Edge between
 'Vertex{label='org.wso2.carbon:org.wso2.carbon.qpid'}' and
 'Vertex{label='org.wso2.carbon:org.wso2.carbon.event.core'}' introduces to
 cycle in the graph org.wso2.carbon:org.wso2.carbon.event.core -->
 org.wso2.carbon:org.wso2.carbon.qpid -->
 org.wso2.carbon:org.wso2.carbon.event.core
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:295)
 at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
 at
 org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at
 org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
 at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
 at
 org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
 at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
 Caused by: hidden.org.codehaus.plexus.util.dag.CycleDetectedException:
 Edge between 'Vertex{label='org.wso2.carbon:org.wso2.carbon.qpid'}' and
 'Vertex{label='org.wso2.carbon:org.wso2.carbon.event.core'}' introduces to
 cycle in the graph org.wso2.carbon:org.wso2.carbon.event.core -->
 org.wso2.carbon:org.wso2.carbon.qpid -->
 org.wso2.carbon:org.wso2.carbon.event.core
 at hidden.org.codehaus.plexus.util.dag.DAG.addEdge(DAG.java:143)
 at hidden.org.codehaus.plexus.util.dag.DAG.addEdge(DAG.java:123)
 at
 org.apache.maven.project.ProjectSorter.(ProjectSorter.java:118)
 at
 org.apache.maven.execution.ReactorManager.(ReactorManager.java:99)
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:288)
 ... 11 more
 [INFO]
 
 [INFO] Total time: 26 seconds
 [INFO] Finished at: Thu Jul 21 00:55:48 EDT 2011
 [INFO] Final Memory: 238M/1250M
 [INFO]
>>

Re: [Carbon-dev] Event InMemory implementation (in memory delivery manager)

2011-07-21 Thread Amila Suriarachchi
On Fri, Jun 24, 2011 at 4:14 PM, Amila Suriarachchi  wrote:

> hi,
>
> We have completed the $subject and will update the other products once it
> is tested with private cloud.
>
> However there are some other issue to attend as well.
>
> We have made Event Broker component directly depend on Qpid over the time.
> I think we need to remove this dependency and
> let other products run with inmemory implementation without Qpid being
> bundle on them.
>

Removed the Qpid dependancy from the event component so that is it is not
required by the projects only use eventing.

Products except MB shift with the inmemory model by default. If  those
products want to use the Qpid based delivery manager, they can install the
Qpid feature and change the event-broker.xml to use QpidDelivaryManager.

thanks,
Amila.


>
> And also in the topic browse view, it shows the jms subscription details
> obtain through Qpid service. If we go with an inmemory one jms subscription
> details are irrelevant. So shall we remove them as well?
>
> thanks,
> Amila.
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


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

2011-07-21 Thread Amila Suriarachchi
fixed the issue please try to build.

thanks,
Amila.

On Thu, Jul 21, 2011 at 11:42 AM, Ranga Siriwardena  wrote:

> Hi Supun,
>
> I have already stopped the continuous build. I will start it once the fix
> is done.
>
> Thanks.
>
>
> On Thu, Jul 21, 2011 at 11:00 AM, Supun Malinga  wrote:
>
>> Hi ranga,
>>
>> On Thu, Jul 21, 2011 at 10:52 AM, Ranga Siriwardena wrote:
>>
>>> Hi All,
>>>
>>> Trunk build failing with following stack trace.
>>> How can we avoid this cyclic reference issue?
>>>
>>
>> Amila will fix it. Stopped the build for now since its continuously
>> failing.
>>
>> thanks,
>>
>>>
>>>
>>>
>>> [INFO] Scanning for projects...
>>> Downloading:
>>> http://repo1.maven.org/maven2/org/apache/apache/8/apache-8.pom
>>>
>>> Downloading:
>>> http://repo1.maven.org/maven2/org/apache/apache/6/apache-6.pom
>>>
>>> Downloading:
>>> http://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
>>>
>>> Downloading:
>>> http://repo1.maven.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
>>>
>>> Downloading:
>>> http://dist.wso2.org/maven2//org/apache/apache/7/apache-7.pom
>>> 14K downloaded  (apache-7.pom)
>>> Downloading:
>>> http://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
>>>
>>> Downloading:
>>> http://people.apache.org/repo/m1-snapshot-repository//org.apache.commons/poms/commons-parent-17.pom
>>> [INFO] Unable to find resource 'org.apache.commons:commons-parent:pom:17'
>>> in repository apache.m1 (
>>> http://people.apache.org/repo/m1-snapshot-repository/)
>>> Downloading:
>>> http://repo1.maven.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom
>>>
>>> [INFO]
>>> 
>>> [ERROR] BUILD FAILURE
>>> [INFO]
>>> 
>>> [INFO] The projects in the reactor contain a cyclic reference: Edge
>>> between 'Vertex{label='org.wso2.carbon:org.wso2.carbon.qpid'}' and
>>> 'Vertex{label='org.wso2.carbon:org.wso2.carbon.event.core'}' introduces to
>>> cycle in the graph org.wso2.carbon:org.wso2.carbon.event.core -->
>>> org.wso2.carbon:org.wso2.carbon.qpid -->
>>> org.wso2.carbon:org.wso2.carbon.event.core
>>> [INFO]
>>> 
>>> [INFO] Trace
>>> org.apache.maven.BuildFailureException: The projects in the reactor
>>> contain a cyclic reference: Edge between
>>> 'Vertex{label='org.wso2.carbon:org.wso2.carbon.qpid'}' and
>>> 'Vertex{label='org.wso2.carbon:org.wso2.carbon.event.core'}' introduces to
>>> cycle in the graph org.wso2.carbon:org.wso2.carbon.event.core -->
>>> org.wso2.carbon:org.wso2.carbon.qpid -->
>>> org.wso2.carbon:org.wso2.carbon.event.core
>>> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:295)
>>> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
>>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
>>> at
>>> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> at
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>> at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>> at java.lang.reflect.Method.invoke(Method.java:597)
>>> at
>>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>>> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>>> at
>>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>>> at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>>> Caused by: hidden.org.codehaus.plexus.util.dag.CycleDetectedException:
>>> Edge between 'Vertex{label='org.wso2.carbon:org.wso2.carbon.qpid'}' and
>>> 'Vertex{label='org.wso2.carbon:org.wso2.carbon.event.core'}' introduces to
>>> cycle in the graph org.wso2.carbon:org.wso2.carbon.event.core -->
>>> org.wso2.carbon:org.wso2.carbon.qpid -->
>>> org.wso2.carbon:org.wso2.carbon.event.core
>>> at hidden.org.codehaus.plexus.util.dag.DAG.addEdge(DAG.java:143)
>>> at hidden.org.codehaus.plexus.util.dag.DAG.addEdge(DAG.java:123)
>>> at
>>> org.apache.maven.project.ProjectSorter.(ProjectSorter.java:118)
>>> at
>>> org.apache.maven.execution.ReactorManager.(ReactorManager.java:99)
>>> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:288)
>>> ... 11 more
>>> [INFO]
>>> 
>>> [INFO] Total time: 26 seconds
>>> [INFO] Finished at: Thu Jul 21 00:55:48 EDT 2011
>>> [INFO] Final Memory: 238M/1250M
>>> [INFO]
>>> 
>>>
>>>
>>> Thanks.
>>>
>>>
>>> On Thu, Jul 21, 2011 at 10:07 AM, WSO2 Carbon Trunk Builder (US2) <
>>> cbuil...@wso2.org> wrote:
>>>
 Repository Root: https://svn.wso2.o