Re: [Dev] Replacing JSW with nohup

2012-03-27 Thread Chintana Wilamuna
+1 to nohup. Also the wrapper I tried on Windows works great on Linux too. We can do some long running tests around it to make sure it doesn't eat memory etc... -Chintana On Tue, Mar 27, 2012 at 10:33 AM, Sameera Jayasoma same...@wso2.com wrote: Hi Devs, We've been having many issues

Re: [Dev] Some web.xml specified configurations are not getting picked in AS

2012-03-27 Thread Nuwan Bandara
Hi Kishanthan, Please take it as a priority for Carbon 4.0.0. mainly because once carbon is out we cannot patch it all the time for fixes. Regards, /Nuwan On Fri, Mar 23, 2012 at 7:16 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: Hi All, I think the root cause for this is not having

[Dev] Maven3 can not use 'legacy' layout on its own.

2012-03-27 Thread Kathiravelu Pradeeban
Let's take platform/dependencies/commons/caching/pom.xml, for an example. Here we have, repository idwso2-maven2-repository-snapshot/id nameWSO2 Standard Snapshot Repository/name urlhttp://dist.wso2.org/snapshots/maven2/url *

Re: [Dev] Maven3 can not use 'legacy' layout on its own.

2012-03-27 Thread Kathiravelu Pradeeban
On Tue, Mar 27, 2012 at 11:46 AM, Kathiravelu Pradeeban pradee...@wso2.comwrote: Let's take platform/dependencies/commons/caching/pom.xml, for an example. Here we have, repository idwso2-maven2-repository-snapshot/id nameWSO2 Standard Snapshot Repository/name

Re: [Dev] Running some code when installing a feature for C4

2012-03-27 Thread Hiranya Jayathilaka
On Mon, Mar 26, 2012 at 10:30 PM, Tharindu Mathew thari...@wso2.com wrote: I have configs stored in the registry. Easiest option is to run some code to call the admin services. Otherwise, I have to look at file system based configuration. Can I do this without changing carbon core, i.e.

[Dev] ${pom.version} and ${pom.artifactId} are deprecated. Use ${project.version} and ${project.artifactId} instead.

2012-03-27 Thread Kathiravelu Pradeeban
For example, when we build platform/dependencies/commons/caching, we get the below warnings. [WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead. [WARNING] The expression ${pom.artifactId} is deprecated. Please use ${project.artifactId} instead. These can

Re: [Dev] Running some code when installing a feature for C4

2012-03-27 Thread Tharindu Mathew
On Tue, Mar 27, 2012 at 11:52 AM, Hiranya Jayathilaka hira...@wso2.comwrote: On Mon, Mar 26, 2012 at 10:30 PM, Tharindu Mathew thari...@wso2.comwrote: I have configs stored in the registry. Easiest option is to run some code to call the admin services. Otherwise, I have to look at file

[Dev] Test Failure in xmlschema/1.4.7-wso2v1/CustomExtensionSerializerTest

2012-03-27 Thread Thilini Ishaka
Getting assertion failure in xmlschema/1.4.7-wso2v1/* CustomExtensionSerializerTest* in trunk. Seems this is an intermittent issue. --- Test set: tests.customext.attrib.CustomExtensionSerializerTest

[Dev] build-helper maven-plugin version is missing in many of the poms.

2012-03-27 Thread Kathiravelu Pradeeban
$Subject, noticed in the platform/service-stubs poms. Hence the repeating warnings as below during the build time. [WARNING] [WARNING] Some problems were encountered while building the effective model for org.wso2.carbon:org.wso2.carbon.admin.mgt.stub:bundle:4.0.0-SNAPSHOT [WARNING]

Re: [Dev] Thousands of Warnings when building from Platform top-level

2012-03-27 Thread Kathiravelu Pradeeban
Hi Senaka and others, The good news is I have found the root cause of *all* these exceptions, and shared the causes and fixes for the important/mostly repeating logs with the dev@ list, such that we can avoid these bad practices in the future poms. I can make these build warning lines to reach

Re: [Dev] build-helper maven-plugin version is missing in many of the poms.

2012-03-27 Thread Kathiravelu Pradeeban
On Tue, Mar 27, 2012 at 1:30 PM, Kasun Gajasinghe kas...@wso2.com wrote: Hi, Doesn't just adding this plugin version to the service-stubs/pom.xml is enough? The child modules will pick it up then. If this is added to every single module in service-stubs, it'll make maintenance harder. +1.

[Dev] [Platform-Build] - Errors in org.wso2.carbon.usage.summary.generator

2012-03-27 Thread Denis Weerasiri
Hi, Getting these errors. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile (default-compile) on project org.wso2.carbon.usage.summary.generator: Compilation failure: Compilation failure: [ERROR]

[Dev] Compilation failure in components

2012-03-27 Thread Nirmal Fernando
Hi, I'm seen following [1]. How to get rid of this? [1] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile (default-compile) on project org.wso2.carbon.registry.extensions: Compilation failure [ERROR]

Re: [Dev] [Platform-Build] - Errors in org.wso2.carbon.usage.summary.generator

2012-03-27 Thread Amila Maha Arachchi
Hi Denis, This is bam.core is not built. Reason for that is, old bam components are commented from the components pom. Sinthuja, I think we cannot comment out old bam components because those are being used at several places such as usage component. Thanks, AmilaM. On Tue, Mar 27, 2012 at

Re: [Dev] Compilation failure in components

2012-03-27 Thread Subash Chaturanga
On Tue, Mar 27, 2012 at 2:07 PM, Nirmal Fernando nir...@wso2.com wrote: Hi, I'm seen following [1]. How to get rid of this? Please take update from carbon kernel. [1] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile (default-compile) on

Re: [Dev] [Platform-Build] - Errors in org.wso2.carbon.usage.summary.generator

2012-03-27 Thread Sinthuja Ragendran
Hi, Since we are using the same artifact id to both new and old bam, there was a conflict. I thought it's used by BAM components and commented it. I'll uncomment the old BAM components and change the new BAM components' artifact id to bam2. Thanks, Sinthuja. On Tue, Mar 27, 2012 at 2:17 PM,

[Dev] velocity logs under platform/trunk/dependencies/andes

2012-03-27 Thread Supun Malinga
Hi, Is [1] and [2] intentional? [1] https://svn.wso2.org/repos/wso2/carbon/platform/trunk/dependencies/andes/gentools/src/velocity.log [2] https://svn.wso2.org/repos/wso2/carbon/platform/trunk/dependencies/andes/gentools/src/velocity.log.1 thanks, -- Supun Malinga, Software Engineer, WSO2

[Dev] Compilation failure in stratos/usage component

2012-03-27 Thread Isuru Suriarachchi
[INFO] Building WSO2 Stratos - Usage Summary Generator 1.1.0-SNAPSHOT [INFO] [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.wso2.carbon.usage.summary.generator --- [INFO] Deleting

Re: [Dev] What's the full name of WSO2 ?

2012-03-27 Thread Afkham Azeez
Web Services Oxygen(O2) - that is how we started out. Our first tagline used to be Oxygenating the Web Services Platform. Since then, we have come a long way, and the company has evolved into The Lean Enterprise Middleware Company, so I guess WSO2 is just like any other name now, not an acronym;

Re: [Dev] ${pom.version} and ${pom.artifactId} are deprecated. Use ${project.version} and ${project.artifactId} instead.

2012-03-27 Thread Afkham Azeez
We can run a script and replace it across the entire platform. It is relatively safe, we have used both in our platform and the build is working fine with those. On Tue, Mar 27, 2012 at 12:07 PM, Kathiravelu Pradeeban pradee...@wso2.comwrote: For example, when we build

Re: [Dev] Thousands of Warnings when building from Platform top-level

2012-03-27 Thread Afkham Azeez
Please go ahead with the fixes. On Tue, Mar 27, 2012 at 12:45 PM, Kathiravelu Pradeeban pradee...@wso2.comwrote: Hi Senaka and others, The good news is I have found the root cause of *all* these exceptions, and shared the causes and fixes for the important/mostly repeating logs with the dev@

Re: [Dev] ${pom.version} and ${pom.artifactId} are deprecated. Use ${project.version} and ${project.artifactId} instead.

2012-03-27 Thread Supun Malinga
I think we already did this in our mvn3 migration effort. May be some missed out or added lately? thanks, On Tue, Mar 27, 2012 at 2:47 PM, Afkham Azeez az...@wso2.com wrote: We can run a script and replace it across the entire platform. It is relatively safe, we have used both in our platform

Re: [Dev] velocity logs under platform/trunk/dependencies/andes

2012-03-27 Thread Shammi Jayasinghe
On Tue, Mar 27, 2012 at 2:31 PM, Supun Malinga sup...@wso2.com wrote: Hi, Is [1] and [2] intentional? Hi Supun, No, there are not intentional, Mistakenly checked in to svn. Thank you very much for pointing out and i removed them with svn revision 124105. Thanks Shammi [1]

Re: [Dev] velocity logs under platform/trunk/dependencies/andes

2012-03-27 Thread Supun Malinga
On Tue, Mar 27, 2012 at 3:06 PM, Shammi Jayasinghe sha...@wso2.com wrote: On Tue, Mar 27, 2012 at 2:31 PM, Supun Malinga sup...@wso2.com wrote: Hi, Is [1] and [2] intentional? Hi Supun, No, there are not intentional, Mistakenly checked in to svn. Thank you very much for pointing

Re: [Dev] Updated Invitation: Code Review for url-mapper @ Tue Mar 27 3pm - 4pm (dev@wso2.org)

2012-03-27 Thread Reka Thirunavukkarasu
Hi all, The crucible link for the review is https://wso2.org/crucible/cru/CarbonPlatformTrunk-109#details Regards, Reka On Tue, Mar 27, 2012 at 10:46 AM, Reka Thirunavukkarasu r...@wso2.comwrote: This event has been changed. more details

Re: [Dev] Some web.xml specified configurations are not getting picked in AS

2012-03-27 Thread Kishanthan Thangarajah
Hi Nuwan, On Tue, Mar 27, 2012 at 11:41 AM, Nuwan Bandara nu...@wso2.com wrote: Hi Kishanthan, Please take it as a priority for Carbon 4.0.0. mainly because once carbon is out we cannot patch it all the time for fixes. The globalXml issue is fixed. But the problem for this is, jsp's are

[Dev] Build failures in Gadget IDE

2012-03-27 Thread Isuru Suriarachchi
To start with, some maven plugin and the gadget ide stub were not added to relevant root poms. I added those and committed.. But now I get the following error. Looks like the stub is given a wrong version.. Please fix ASAP.. [INFO] WSO2 Carbon - Gadget IDE - UI . FAILURE

Re: [Dev] Build failures in Gadget IDE

2012-03-27 Thread Buddhika Chamith
We are looking in to this. Regards Buddhika On Tue, Mar 27, 2012 at 3:46 PM, Isuru Suriarachchi is...@wso2.com wrote: To start with, some maven plugin and the gadget ide stub were not added to relevant root poms. I added those and committed.. But now I get the following error. Looks like the

Re: [Dev] Build failures in Gadget IDE

2012-03-27 Thread Sinthuja Ragendran
Hi, Sorry. I was migrating the bam2 components to trunk versions where those were pointing to branch. This particular commit was missed during the migration process. Thanks, Sinthuja On Tue, Mar 27, 2012 at 3:49 PM, Isuru Suriarachchi is...@wso2.com wrote: Please be careful to avoid this kind

[Dev] AS build is totally busted

2012-03-27 Thread Isuru Suriarachchi
I fixed the build error which was there when moving the axis2.xml file to repository/conf/axis2/axis2.xml. Now the AS pack gets properly created. But when the server starts up, there are thousands of errors.. Looks like the proper axis2.xml is not picked up. Does the other products work? Anyone

Re: [Dev] For release managers - we need packs for testing today

2012-03-27 Thread Isuru Suriarachchi
I fixed this build error. But the product is not testable and someone has badly broken it.. On Tue, Mar 27, 2012 at 3:35 PM, Isuru Suriarachchi is...@wso2.com wrote: I locally built the platform to check the AS build failure. I found many build breaks and sent mails for those. Some maven

Re: [Dev] For release managers - we need packs for testing today

2012-03-27 Thread Charith Wickramarachchi
On Tue, Mar 27, 2012 at 5:04 PM, Isuru Suriarachchi is...@wso2.com wrote: Now the AS build is fixed and the integration tests are also passing. Please go ahead with the bamboo build.. Bamboo Build in progress.. --Charith Thanks, ~Isuru On Tue, Mar 27, 2012 at 4:08 PM, Isuru

[Dev] Error while running AS integration tests

2012-03-27 Thread Isuru Suriarachchi
Hi Dinusha, I can see the following error while running AS integration tests. This is printed on server startup and looks like related to transaction manager. There are no test failures due to this. But please have a look.. [2012-03-27 18:00:01,744] INFO

[Dev] Sonar default Java profile

2012-03-27 Thread Afkham Azeez
We are running Sonar with the Sonar way Java profile which has 119 rules. IMO, we should be running Sonar way with FindBugs Java profile which has 490 rules. Another reason for using that profile would be that we already use FindBugs as a standard tool, so Sonar also should be running with that.

Re: [Dev] GReg Emma Integration Update

2012-03-27 Thread Afkham Azeez
Emma has the option of excluding certain packages. I can implement that feature if necessary. On Tue, Mar 27, 2012 at 6:29 PM, Subash Chaturanga sub...@wso2.com wrote: Hi all, GReg successfully integrated Emma with integration tests. And here I have attached a screen shot of the coverage.

[Dev] IE issues in API Store

2012-03-27 Thread Chanaka Jayasena
API Store Application is not rendering in IE 7,8 as seen in the screen shot. I am working on a fix for this issue. https://wso2.org/jira/browse/APISTORE-123 thanks, Chanaka -- Chanaka Jayasena Senior Software Engineer; WSO2, Inc.; http://wso2.com/ email: chan...@wso2.com; cell: +94 77 785

Re: [Dev] GReg Emma Integration Update

2012-03-27 Thread Afkham Azeez
I have implemented this feature updated the doc. After excluding stubs, the line code coverage in Carbon kernel core increased to 21% from 13%. *4.0 filter.txt File (optional) We may need to include or exclude certain package patterns during code instrumentation. This can be controlled using

Re: [Dev] Deploying OSGi Bundles into the Server

2012-03-27 Thread Dimuthu Leelarathne
Hi Hiranya, We have an L1 regarding this. https://wso2.org/jira/browse/CARBON-12728 Meanwhile try adding it to bundles.info inside the following folder. {carbon.home}/repository/components/configuration/org.eclipse.equinox.simpleconfigurator tx, dimuthu On Tue, Mar 27, 2012 at 6:51 PM,

Re: [Dev] GReg Emma Integration Update

2012-03-27 Thread Senaka Fernando
Hi Azeez, Thanks a lot. Subash, others, but some figures are real numbers, and we need to work on those areas. Thanks, Senaka. On Tue, Mar 27, 2012 at 7:28 PM, Afkham Azeez az...@wso2.com wrote: I have implemented this feature updated the doc. After excluding stubs, the line code coverage

Re: [Dev] [Important] New Emma based code coverage framework

2012-03-27 Thread Isuru Suriarachchi
We've integrated emma into AS and the results are as follows.. block % - 14% method % - 17% class % - 27% We can easily improve these numbers by adding some more tests to cover related areas. Thanks, ~Isuru On Mon, Mar 26, 2012 at 5:01 PM, Afkham Azeez az...@wso2.com wrote: Please note that

Re: [Dev] Errors when building AS

2012-03-27 Thread Sinthuja Ragendran
Hi, I'm also experiencing similar error mentioning '*requires 'package javax.xml.namespace [1.0.0,2.0.0)' but it could not be found*' when installing the Transport Management Feature in product-BAM2. Installation failed. Cannot complete the install because one or more required items could not be

[Dev] [Bamboo-Build] WSO2 Carbon Kernel #131 was SUCCESSFUL (with 2790 tests). Change made by dileepa and azeez.

2012-03-27 Thread Bamboo
--- WSO2 Carbon Kernel #131 was successful. --- Code has been updated by dileepa, azeez. 2790 tests in total.

Re: [Dev] [Bamboo-Build] WSO2 Carbon Products #5 has FAILED (1 tests failed, no failures were new). Change made by 7 authors.

2012-03-27 Thread Charith Wickramarachchi
The Distribution was created successfully. Its available in [1] [1]http://wso2.org/bamboo/browse/WSO2CARBON-PRODUCTS-JOB1-5/artifact On Tue, Mar 27, 2012 at 7:36 PM, Bamboo cbuil...@wso2.org wrote: [image: Failed] WSO2 Carbonhttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBON/›

Re: [Dev] GReg Emma Integration Update

2012-03-27 Thread Subash Chaturanga
On Tue, Mar 27, 2012 at 7:43 PM, Senaka Fernando sen...@wso2.com wrote: Hi Azeez, Thanks a lot. Subash, others, but some figures are real numbers, and we need to work on those areas. +1 Thanks, Senaka. On Tue, Mar 27, 2012 at 7:28 PM, Afkham Azeez az...@wso2.com wrote: I have

[Dev] Bam2 UI feature failure

2012-03-27 Thread Manjula Rathnayake
Hi, Please have a look. [ERROR] Failed to execute goal org.wso2.maven:carbon-p2-plugin:1.4-SNAPSHOT:p2-feature-gen (4-p2-feature-generation) on project org.wso2.carbon.bam2.ui.feature: ERROR: Failure to find org.wso2.carbon:org.wso2.carbon.bam.analyzer.ui.feature:zip:4.0.0-SNAPSHOT in

Re: [Dev] Errors when building AS

2012-03-27 Thread Manjula Rathnayake
Hi, I got a similar issue with latest trunk build and seems all products are failing with this. Have we done any orbit level change to avoid exporting this package? Thank you. On Tue, Mar 27, 2012 at 8:18 PM, Sinthuja Ragendran sinth...@wso2.comwrote: Hi, I'm also experiencing similar error

[Dev] [Bamboo-Build] WSO2 Carbon platform #27 has FAILED (5 tests failed). Change made by 11 authors.

2012-03-27 Thread Bamboo
--- WSO2 Carbon platform #27 failed. --- This build was manually triggered by BambooBuilder. 5/2520 tests failed.

[Dev] [Bamboo-Build] WSO2 Carbon platform #28 has FAILED (5 tests failed, no failures were new). Change made by 5 authors.

2012-03-27 Thread Bamboo
--- WSO2 Carbon platform #28 failed. --- This build occurred because it is a dependant of WSO2CARBON-CARBONCOREKERNELBUILD-133. 5/2520 tests failed, no

Re: [Dev] Bam2 UI feature failure

2012-03-27 Thread Sinthuja Ragendran
Hi, This is fixed in r124212. Recent change in the artifact id of bam2 caused the error. Thanks, Sinthuja. On Tue, Mar 27, 2012 at 11:44 PM, Manjula Rathnayake manju...@wso2.comwrote: Hi, Please have a look. [ERROR] Failed to execute goal

[Dev] [maven3 warning] 'version' contains an expression but should be a constant.

2012-03-27 Thread Kathiravelu Pradeeban
Hi, I have completed fixing the remaining maven3 warnings that are shown during the start of the build, except the warning below. Will commit the changes after building from the top-level. [WARNING] [WARNING] Some problems were encountered while building the effective model for

Re: [Dev] [maven3 warning] 'version' contains an expression but should be a constant.

2012-03-27 Thread Kathiravelu Pradeeban
Hi Azeez, Thanks for the clarification. On Wed, Mar 28, 2012 at 9:30 AM, Afkham Azeez az...@wso2.com wrote: This is a problem. The issue here is, when we do mvn deploy:deploy, the pom will get deployed to the Maven repo with this *${orbit.version.jgroups} *not the real version. That is why

Re: [Dev] Bam2 UI feature failure

2012-03-27 Thread Manjula Rathnayake
On Wed, Mar 28, 2012 at 7:51 AM, Sinthuja Ragendran sinth...@wso2.comwrote: Hi, This is fixed in r124212. Recent change in the artifact id of bam2 caused the error. Thank you. It works. Thanks, Sinthuja. On Tue, Mar 27, 2012 at 11:44 PM, Manjula Rathnayake manju...@wso2.comwrote: Hi,

[Dev] Do we need $JAVA_HOME on windows?

2012-03-27 Thread Tharindu Mathew
Other programs seem to detect where it is... can we do the same? It's seems unnatural for a windows user to do this -- Regards, Tharindu blog: http://mackiemathew.com/ M: +9459908 ___ Dev mailing list Dev@wso2.org

Re: [Dev] Do we need $JAVA_HOME on windows?

2012-03-27 Thread Thilina Buddhika
If the JAVA_HOME environment variable is set in Windows(similar to Linux), then nothing additional is required to be done. It is pretty much similar to Linux. Thanks, Thilina On Wed, Mar 28, 2012 at 10:00 AM, Tharindu Mathew thari...@wso2.com wrote: Other programs seem to detect where it

Re: [Dev] Do we need $JAVA_HOME on windows?

2012-03-27 Thread Vijitha Kumara
Other programs seem to detect where it is...? Perhaps looking at a standard location C:/Program Files/Java... ? But cannot guarantee I guess. On Wed, Mar 28, 2012 at 10:11 AM, Thilina Buddhika thili...@wso2.comwrote: If the JAVA_HOME environment variable is set in Windows(similar to Linux),

Re: [Dev] [maven3 warning] 'version' contains an expression but should be a constant.

2012-03-27 Thread Dimuthu Leelarathne
On Wed, Mar 28, 2012 at 9:30 AM, Afkham Azeez az...@wso2.com wrote: This is a problem. The issue here is, when we do mvn deploy:deploy, the pom will get deployed to the Maven repo with this *${orbit.version.jgroups} *not the real version. That is why Maven is giving this warning. It is

Re: [Dev] Do we need $JAVA_HOME on windows?

2012-03-27 Thread Hiranya Jayathilaka
We use JAVA_HOME to locate the java binary in a reliable manner (JAVA_HOME/bin). I guess in Windows, there are other ways to locate it. Usually in Windows when you install Java, the java binary becomes readily accessible from the command prompt. Thanks, Hiranya On Wed, Mar 28, 2012 at 10:14 AM,

Re: [Dev] Svn up orbit, carbon and platform at same time for bamboo build

2012-03-27 Thread Hiranya Jayathilaka
On Wed, Mar 28, 2012 at 10:10 AM, Manjula Rathnayake manju...@wso2.comwrote: Hi Charith and Shammi, Shall we do the $Subject please? This will avoid most of build issues. Is this even possible? Kernel, Orbit and platform are three different working copies (I guess). Thanks, Hiranya

[Dev] Unused orbit bundles in trunk

2012-03-27 Thread Manjula Rathnayake
Hi all, Following orbit bundles are not included in build. Do we need to add these bundles to build? org.apache.axiom.trunk org.wso2.carbon.js.1.6R7 org.wso2.carbon.solr.client Thank you. -- Manjula Rathnayaka Software Engineer WSO2, Inc. Mobile:+94 77 743 1987

Re: [Dev] Svn up orbit, carbon and platform at same time for bamboo build

2012-03-27 Thread Charith Wickramarachchi
Hi Manjula, After the svn re-structuring we basically separated that parts of the project. So all idea of that effort is to make them independent. So with the current Bamboo plans we can't do it. As they are separate. Why do we need that ? if we need that what's the point of this svn

Re: [Dev] Errors when building AS

2012-03-27 Thread Manjula Rathnayake
On Tue, Mar 27, 2012 at 8:18 PM, Sinthuja Ragendran sinth...@wso2.comwrote: Hi, I'm also experiencing similar error mentioning '*requires 'package javax.xml.namespace [1.0.0,2.0.0)' but it could not be found*' when installing the Transport Management Feature in product-BAM2. Have we sorted

Re: [Dev] Svn up orbit, carbon and platform at same time for bamboo build

2012-03-27 Thread Dimuthu Leelarathne
Hi Charitha, On Wed, Mar 28, 2012 at 10:24 AM, Charith Wickramarachchi char...@wso2.comwrote: Hi Manjula, After the svn re-structuring we basically separated that parts of the project. So all idea of that effort is to make them independent. So with the current Bamboo plans we can't do it.

Re: [Dev] Svn up orbit, carbon and platform at same time for bamboo build

2012-03-27 Thread Manjula Rathnayake
On Wed, Mar 28, 2012 at 10:24 AM, Charith Wickramarachchi char...@wso2.comwrote: Hi Manjula, After the svn re-structuring we basically separated that parts of the project. So all idea of that effort is to make them independent. So with the current Bamboo plans we can't do it. As they are

Re: [Dev] Errors when building AS

2012-03-27 Thread Sinthuja Ragendran
Hi, I also experienced this for all products in r124153. AFIAK it's not fixed yet. Thanks, Sinthuja. On Wed, Mar 28, 2012 at 10:27 AM, Manjula Rathnayake manju...@wso2.comwrote: On Tue, Mar 27, 2012 at 8:18 PM, Sinthuja Ragendran sinth...@wso2.comwrote: Hi, I'm also experiencing similar

Re: [Dev] Do we need $JAVA_HOME on windows?

2012-03-27 Thread Afkham Azeez
There can be multiple versions of Java installed. So, it is best to give control to the user to select the proper version. On Wed, Mar 28, 2012 at 10:18 AM, Hiranya Jayathilaka hira...@wso2.comwrote: We use JAVA_HOME to locate the java binary in a reliable manner (JAVA_HOME/bin). I guess in

[Dev] [platform] why several libthrift orbit versions?

2012-03-27 Thread Thilini Ishaka
Noticed several libthrift orbit versions here https://svn.wso2.org/repos/wso2/carbon/platform/trunk/dependencies/orbit/libthrift/ Cassandra feature uses libthrift 0.6.1.wso2v1 dss feature has libthrift 0.5.wso2v1 identity and agent features have libthrift 0.8.0.wso2v1 Is there any reason for

[Dev] Adding a Bamboo Profile to Platform pom

2012-03-27 Thread Charith Wickramarachchi
Hi All, I m going a add a new profile (bamboo)to Platform POM so that will will not build the products in the platform built . Previously it was done using a separate pom which is not the correct way to do it. It also caused Bamboo to not reading the test results in the build. Please note that

Re: [Dev] Do we need $JAVA_HOME on windows?

2012-03-27 Thread Vijitha Kumara
Usually in Windows when you install Java, the java binary becomes readily accessible from the command prompt. Installer adds an entry to ../bin to the PATH, AFAIR... But Tomcat etc.. need JAVA_HOME to be available, not sure this has changed recently with the windows installers though. On Wed,

Re: [Dev] [platform] why several libthrift orbit versions?

2012-03-27 Thread Supun Malinga
Hi, I think we should make it use the same version. Otherwise it would lead to run-time errors in products or jar duplication. thanks, On Wed, Mar 28, 2012 at 10:38 AM, Thilini Ishaka thil...@wso2.com wrote: Noticed several libthrift orbit versions here

Re: [Dev] Test Automation Dashboard

2012-03-27 Thread Chanaka Jayasena
Hi Nuwan, Looks grate. You can improve the readability of the tables by replacing the current table styles with the attached style sheet. And add class=table table-bordered to your data tables. thanks, Chanaka On Tue, Mar 27, 2012 at 9:06 PM, Nuwan Wimalasekara nuw...@wso2.com wrote: Hi

Re: [Dev] Do we need $JAVA_HOME on windows?

2012-03-27 Thread Thilina Buddhika
Most of the tools/servers like Maven, Ant, Tomcat, Apache DS requires users to set JAVA_HOME in advance which is kind of an standard approach. This is the case for most of the other proprietary app servers, etc. Some other tools, ask users to point to the JRE installation directory during their

Re: [Dev] Adding a Bamboo Profile to Platform pom

2012-03-27 Thread Afkham Azeez
On Wed, Mar 28, 2012 at 10:56 AM, Supun Malinga sup...@wso2.com wrote: Hi, On Wed, Mar 28, 2012 at 10:40 AM, Charith Wickramarachchi char...@wso2.com wrote: Hi All, I m going a add a new profile (bamboo)to Platform POM so that will will not build the products in the platform built .

Re: [Dev] [platform] why several libthrift orbit versions?

2012-03-27 Thread Srinath Perera
+1 On Wed, Mar 28, 2012 at 10:43 AM, Supun Malinga sup...@wso2.com wrote: Hi, I think we should make it use the same version. Otherwise it would lead to run-time errors in products or jar duplication. thanks, On Wed, Mar 28, 2012 at 10:38 AM, Thilini Ishaka thil...@wso2.com wrote:

Re: [Dev] Errors when building AS

2012-03-27 Thread Kasun Gajasinghe
On Wed, Mar 28, 2012 at 10:27 AM, Manjula Rathnayake manju...@wso2.comwrote: On Tue, Mar 27, 2012 at 8:18 PM, Sinthuja Ragendran sinth...@wso2.comwrote: Hi, I'm also experiencing similar error mentioning '*requires 'package javax.xml.namespace [1.0.0,2.0.0)' but it could not be found*'

Re: [Dev] Adding a Bamboo Profile to Platform pom

2012-03-27 Thread Afkham Azeez
We already have Emma reports being generated by the integration tests. We need to integrate those reports. On Wed, Mar 28, 2012 at 11:16 AM, Charith Wickramarachchi char...@wso2.comwrote: On Wed, Mar 28, 2012 at 10:50 AM, Afkham Azeez az...@wso2.com wrote: Is there a way to integrate Bamboo

Re: [Dev] Errors when building AS

2012-03-27 Thread Manjula Rathnayake
On Wed, Mar 28, 2012 at 11:12 AM, Kasun Gajasinghe kas...@wso2.com wrote: On Wed, Mar 28, 2012 at 10:27 AM, Manjula Rathnayake manju...@wso2.comwrote: On Tue, Mar 27, 2012 at 8:18 PM, Sinthuja Ragendran sinth...@wso2.comwrote: Hi, I'm also experiencing similar error mentioning

[Dev] DSS exception at startup after deploying samples

2012-03-27 Thread Tharindu Mathew
Hi, This is not a blocker right now for me :) But we should fix this. I go to the samples execute the ant script and start the server. I didn't run the event trigger sample but I assume that will not work. I get the following: [2012-03-28 10:51:57,590] INFO

Re: [Dev] Error when enabling the deployment synchronizer

2012-03-27 Thread Thilini Ishaka
On Wed, Mar 28, 2012 at 11:22 AM, Srinath Perera srin...@wso2.com wrote: was this fixed .. else at least open a Jira This issue was found from the local build done yesterday too. I have already created a JIRA https://wso2.org/jira/browse/CARBON-12742 https://wso2.org/jira/browse/CARBON-12742