Re: [Carbon-dev] Cannot build axis2 1.6.1wso2v4 with maven 3

2011-12-05 Thread Sanjeewa Malalgoda
Fixed this issue by removing assembly plugin. 1.6.1wso2v2(which we are using with current trunk) don't have that. Thanks. On Mon, Dec 5, 2011 at 12:14 PM, Sanjeewa Malalgoda sanje...@wso2.comwrote: Hi, Since we are planning to use axis2 1.6.1wso2v4 for trunk. I tried to build it from maven 3

[Carbon-dev] NoClassDefFoundError when starting QPid broker in trunk

2011-12-05 Thread Thilina Buddhika
Hi Folks, I am getting the following error when starting the QPid broker in trunk. java.lang.NoClassDefFoundError: org/apache/commons/digester/Rule at org.apache.qpid.server.configuration.ServerConfiguration.parseConfig(ServerConfiguration.java:301) at

Re: [Carbon-dev] Build failure at trunk without tests at products/is

2011-12-05 Thread Thilina Buddhika
This is fixed now. There are multiple pom files which are changed. So it easier to take an up in components and features level. Thanks, Thilina On Thu, Dec 1, 2011 at 5:25 PM, Thilina Buddhika thili...@wso2.com wrote: I am looking into this issue now. Thanks, Thilina On Thu, Dec 1, 2011

[Carbon-dev] Build failure at trunk when building the rule feature.

2011-12-05 Thread Sanjaya Vithanagama
Hi, I get the following error when building features in carbon trunk. [ERROR] Failed to execute goal on project org.wso2.carbon.rule.server.feature: Could not resolve dependencies for project org.wso2.carbon:org.wso2.carbon.rule.server.feature:pom:3.2.0-SNAPSHOT: The following artifacts could

[Carbon-dev] Trunk failure due to Cassendra start up failure

2011-12-05 Thread Shelan Perera
Hi, I am gettin $Subject and fail at the Cassendra plugin execution start phase. It hangs without starting Cassendra due to No schema definitions were found in local storage. Error message as below. Could you please let me know if there is any solutions. [INFO] Scanning for projects... [INFO]

[Carbon-dev] Compilation Failure - components/event/org.wso2.carbon.event.client/3.2.0/

2011-12-05 Thread Thilina Buddhika
Encountered the following error when trying to build 3.2.0 branch in a clean repo. By looking at the org.wso2.carbon.event.client.stub-3.2.0 bundle, it does not include the package org.wso2.carbon.event.client.stub.generated.addressing. Am I missing anything ? Thanks, Thilina [INFO] Compiling 4

[Carbon-dev] Can't Add A new Tenant From Manager

2011-12-05 Thread metin d
While I try to add a new tenant from Manager UI, I get this exception, do you have any idea?  17:20:33 10.0.0.38 [2011-12-05 17:20:33,348] ERROR {org.wso2.carbon.tenant.mgt.ui.utils.TenantMgtUtil} -  Failed to add tenant config. tenant-domain: mydomain.com, tenant-admin: testuser.

Re: [Carbon-dev] Can't Add A new Tenant From Manager

2011-12-05 Thread Sanjeewa Malalgoda
Hi metin, Can you provide more information about your setup (database configs, product versions). This happens due to tenant adding process takes long time to complete.Please Provide more information about your setup. Thanks. On Mon, Dec 5, 2011 at 8:04 PM, metin d met...@yahoo.com wrote:

[Carbon-dev] problem with maven dependencies in SurchargeStockQuoteMediator example.

2011-12-05 Thread Jorge Infante Osorio
Hi all. [INFO] Unable to find resource 'java-cup:java-cup:pom:0.0' in repository wso2-m2 (http://dist.wso2.org/maven2/) [INFO] Unable to find resource 'java-cup:java-cup:pom:0.0' in repository central (http://repo1.maven.org/maven2) [INFO] Unable to find resource 'JLex:JLex:pom:0.0' in

Re: [Carbon-dev] Compilation Failure - components/event/org.wso2.carbon.event.client/3.2.0/

2011-12-05 Thread Thilina Buddhika
Hi Folks, Sorry for the noise. Actually the stub generation has partially failed because of a corrupted XSD file. I was able to get over this issue after building the event.client.stub again. Thanks, Thilina On Mon, Dec 5, 2011 at 7:23 PM, Thilina Buddhika thili...@wso2.com wrote:

[Carbon-dev] [G-Reg] 4.1.0 API doc says 3.2.0 API

2011-12-05 Thread Samisa Abeysinghe
Note the URL vs the title versions http://wso2.org/project/registry/4.1.0/docs/apidocs/ws/org/wso2/carbon/registry/ws/api/WSResource.html#setVersionableChange(boolean) WSO2 Carbon - Registry - Web Service 3.2.0 API Thanks, Samisa... Samisa Abeysinghe VP Engineering WSO2 Inc. http://wso2.com

[Carbon-dev] Build fails at 3.2.0/orbit/rampart-core/1.6.1.wso2v3

2011-12-05 Thread Kathiravelu Pradeeban
Hi, I am trying to build the 3.2.3 branch from patch-releases/3.2.3 with maven2, and it fails for me at rampart-core/1.6.1.wso2v3. Any idea on this? Regards, Pradeeban. [INFO] [INFO] Building Rampart [INFO]task-segment:

Re: [Carbon-dev] Build fails at 3.2.0/orbit/rampart-core/1.6.1.wso2v3

2011-12-05 Thread Hasini Gunasinghe
This is fixed. Please take svn up in dependencies/rampart. Thanks, Hasini. On Tue, Dec 6, 2011 at 8:05 AM, Kathiravelu Pradeeban pradee...@wso2.comwrote: Hi, I am trying to build the 3.2.3 branch from patch-releases/3.2.3 with maven2, and it fails for me at rampart-core/1.6.1.wso2v3. Any

Re: [Carbon-dev] [G-Reg] 4.1.0 API doc says 3.2.0 API

2011-12-05 Thread Sumedha Rubasinghe
Got to be a problem with automatic label for version. Seems like version of the component got it here. Fazlan is checking. /sumedha On Tue, Dec 6, 2011 at 6:14 AM, Samisa Abeysinghe sam...@wso2.com wrote: Note the URL vs the title versions

Re: [Carbon-dev] Cannot build axis2 1.6.1wso2v4 with maven 3

2011-12-05 Thread Denis Weerasiri
On Mon, Dec 5, 2011 at 12:14 PM, Sanjeewa Malalgoda sanje...@wso2.comwrote: Hi, Since we are planning to use axis2 1.6.1wso2v4 for trunk. I tried to build it from maven 3 and i got following error. But when i try with maven 2 it was successful. But 1.6.1wso2v2 builds fine with maven 3.This is

Re: [Carbon-dev] Cannot build axis2 1.6.1wso2v4 with maven 3

2011-12-05 Thread Sanjeewa Malalgoda
No i just comment assembly plugin only. On Tue, Dec 6, 2011 at 10:02 AM, Denis Weerasiri de...@wso2.com wrote: On Mon, Dec 5, 2011 at 12:14 PM, Sanjeewa Malalgoda sanje...@wso2.comwrote: Hi, Since we are planning to use axis2 1.6.1wso2v4 for trunk. I tried to build it from maven 3 and i

Re: [Carbon-dev] [G-Reg] 4.1.0 API doc says 3.2.0 API

2011-12-05 Thread Samisa Abeysinghe
BTW, do we have the latest code on trunk? On Tue, Dec 6, 2011 at 9:56 AM, Sumedha Rubasinghe sume...@wso2.com wrote: Got to be a problem with automatic label for version. Seems like version of the component got it here. Fazlan is checking. /sumedha On Tue, Dec 6, 2011 at 6:14 AM, Samisa

Re: [Carbon-dev] Trunk failure due to Cassendra start up failure

2011-12-05 Thread Denis Weerasiri
On Mon, Dec 5, 2011 at 7:08 PM, Shelan Perera she...@wso2.com wrote: Hi, I am gettin $Subject and fail at the Cassendra plugin execution start phase. It hangs without starting Cassendra due to No schema definitions were found in local storage. Error message as below. Could you please let

Re: [Carbon-dev] [G-Reg] 4.1.0 API doc says 3.2.0 API

2011-12-05 Thread Fazlan Sabar
We're committing our fixed on both 3.2.3 branch as well as trunk. -Fazlan On Tue, Dec 6, 2011 at 10:07 AM, Samisa Abeysinghe sam...@wso2.com wrote: BTW, do we have the latest code on trunk? On Tue, Dec 6, 2011 at 9:56 AM, Sumedha Rubasinghe sume...@wso2.comwrote: Got to be a problem with

Re: [Carbon-dev] [G-Reg] 4.1.0 API doc says 3.2.0 API

2011-12-05 Thread Fazlan Sabar
Hi All, Fixed on 3.2.3 branch (-r 116952). Thanks Janaka helping out to fix this. Please note the latest API versions are as follows, Governance API - 3.2.3 Registry Kernel - 3.2.3 WS API - 3.2.2 Admin API - 3.2.0 Social API - 3.2.0 -Fazlan On Tue, Dec 6, 2011

Re: [Carbon-dev] Build failure at trunk when building the rule feature.

2011-12-05 Thread Shammi Jayasinghe
On Mon, Dec 5, 2011 at 5:20 PM, Sanjaya Vithanagama sanja...@wso2.comwrote: Hi, I get the following error when building features in carbon trunk. [ERROR] Failed to execute goal on project org.wso2.carbon.rule.server.feature: Could not resolve dependencies for project

[Carbon-dev] Why no 3.2.3 Carbon distribution inside 3.2.0/products/carbon/?

2011-12-05 Thread Sumedha Rubasinghe
Any particular reason for not following the practice creating a 3.2.3 Carbon version inside [1]? We seem to have done that for 3.2.0, 3.2.1 3.2.2. Then why not for 3.2.3? /sumedha [1] https://svn.wso2.org/repos/wso2/branches/carbon/3.2.0/products/carbon/