Re: [Dev] Is -DenableOsgiDebug working?

2012-04-02 Thread Rajika Kumarasiri
Off the topic. I noticed that Main.java#processCmdLineArgs( https://svn.wso2.org/repos/wso2/carbon/kernel/trunk/core/org.wso2.carbon.server/src/main/java/org/wso2/carbon/server/Main.java) has used a manual way of parsing command line options. You can use commons-cli for this

[Dev] wss4j build time warning

2012-04-02 Thread Afkham Azeez
The Java version has not been set in the compiler plugin [WARNING] File encoding has not been set, using platform encoding MacRoman, i.e. build is platform dependent! [WARNING] Error while parsing

[Dev] Some bundles getting activated only after Manager start-up

2012-04-02 Thread Muhammed Shariq
Hi, Since starting to write integration test for Manager I am facing an issue in that, even though the server starts up and the ports are open some bundles are not even activated. Initially the idea was that the ther server getting started up before the relevant admin services gets deployed, so I

Re: [Dev] Some bundles getting activated only after Manager start-up

2012-04-02 Thread Afkham Azeez
Try making those ListenerManager-RequiredServices Add that ListenerManager-RequiredServices OSGi header and declare the services in the respective bundles. Until those become available, ports will not be open. On Mon, Apr 2, 2012 at 11:50 AM, Muhammed Shariq sha...@wso2.com wrote: Hi, Since

Re: [Dev] Some bundles getting activated only after Manager start-up

2012-04-02 Thread Amila Maha Arachchi
Hi Shariq, This is not the behaviour we see in a 1.5.2 released pack. In that pack, Billing bundle gets started before the server starts up. I checked a 1.5.2 pack with DEBUG logs and confirmed. So, is this due to a change in one of those bundles? Billing components has the same code as the

[Dev] Let's avoid committing the idea/eclipse/.. project files to the svn

2012-04-02 Thread Kathiravelu Pradeeban
I see a few *.iml files in the svn, when taking an svn up. I guess they should be removed. Restored 'products/brs/modules/integration/org.wso2.carbon.brs.integration.sample.test/integration-sample-test.iml' Restored

Re: [Dev] Let's avoid committing the idea/eclipse/.. project files to the svn

2012-04-02 Thread Afkham Azeez
Please remove these from svn On Mon, Apr 2, 2012 at 12:31 PM, Kathiravelu Pradeeban pradee...@wso2.comwrote: I see a few *.iml files in the svn, when taking an svn up. I guess they should be removed. Restored

Re: [Dev] Error with running web app on Stratos Live

2012-04-02 Thread Prabath Abeysekera
Hi Kasun, On Mon, Apr 2, 2012 at 8:35 AM, Kasun Perera kas...@opensource.lk wrote: On Sun, Apr 1, 2012 at 8:49 AM, Supun Malinga sup...@wso2.com wrote: Hi Kasun, On Fri, Mar 30, 2012 at 1:28 PM, Kasun Perera kas...@opensource.lkwrote: Hi supun About reading files- I can Access other

[Dev] Atomikos INFO logs during the manager start-up

2012-04-02 Thread Kathiravelu Pradeeban
Hi, I just downloaded the manager pack from the mentioned location, extracted it, and started it. It is giving the below exceptions of atomikos. This can be reproducible each time. Nevertheless, regardless of this error, manager binary continued to start. Any hint on this issue? Regards,

Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Lakmali Baminiwatta
Hi, We have done a smoke test on DSS and following known issues were found. PersistenceExceptions when services are saved. Eventing issue - This is a known issue. Currently we are unable to test on this since debug points are not invoked due to PersistenceExceptions. Security scenarios can not

Re: [Dev] What is the correct way to get TransactionConfiguration

2012-04-02 Thread Rajika Kumarasiri
If I remember correctly initially there was some configuration that need to add into axis2.xml and this code seems to use that bit of information. I also remember that we planned to drop that path and I am not sure about the current status. You will need to look into the usage of

Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Rajika Kumarasiri
CSG product itself is not much useful without CSG Agent. And it's real usage comes with CSG Agent installed in one of the service hosting products. Due to this reason it's required to have p2 repo which has the CSG Agent feature. Rajika On Mon, Apr 2, 2012 at 11:33 AM, Rajika Kumarasiri

Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Sanjaya Vithanagama
Hi, Did a round of smoke test on BPS and found an issue related to the fix for [1]. Nandika is currently fixing it. [1] : https://wso2.org/jira/browse/CARBON-12653 Regards, SanjayaV. On Mon, Apr 2, 2012 at 11:13 AM, Pradeep Fernando prad...@wso2.com wrote: Hi RMs, please do smoke testing

Re: [Dev] Let's avoid committing the idea/eclipse/.. project files to the svn

2012-04-02 Thread Kathiravelu Pradeeban
On Mon, Apr 2, 2012 at 12:46 PM, Afkham Azeez az...@wso2.com wrote: Please remove these from svn Removed in revision 124566. Regards, Pradeeban, On Mon, Apr 2, 2012 at 12:31 PM, Kathiravelu Pradeeban pradee...@wso2.com wrote: I see a few *.iml files in the svn, when taking an svn up.

[Dev] [Bamboo-Build] WSO2 Carbon Products #28 has FAILED (1 tests failed). Change made by sumedha.

2012-04-02 Thread Bamboo
--- WSO2 Carbon Products #28 failed. --- This build was manually triggered by BambooBuilder. 1/467 tests failed.

Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Shammi Jayasinghe
Hi , There is a problem in starting new MB pack with new cassandra feature. Getting the following exception in starting up the server. I ll look in to the problem[1]. Thanks Shammi [1] [2012-04-02 13:45:09,130] INFO {org.wso2.carbon.cassandra.server.internal.CassandraServerDSComponent} -

Re: [Dev] API Manager Build - 27/03/2012

2012-04-02 Thread Sandapa Handakumbura
Hi Prabath, I was away last week since i went for the Outbound training on the 28th and my Support week started from 30th. Will start testing as soon as my support week is over. Regards, Sandapa On Tue, Mar 27, 2012 at 9:01 PM, Prabath Siriwardena prab...@wso2.comwrote: Hi Sandapa, Please

Re: [Dev] Atomikos INFO logs during the manager start-up

2012-04-02 Thread Dinusha Senanayaka
Hi Pradeeban, On Mon, Apr 2, 2012 at 12:47 PM, Kathiravelu Pradeeban pradee...@wso2.comwrote: Hi, I just downloaded the manager pack from the mentioned location, extracted it, and started it. It is giving the below exceptions of atomikos. This can be reproducible each time. Nevertheless,

Re: [Dev] [Bamboo-Build] WSO2 Carbon Products #28 has FAILED (1 tests failed). Change made by sumedha.

2012-04-02 Thread Pradeep Fernando
Hi, who is working on this test failure ? --Pradeep ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Charitha Kankanamge
I'm wondering why the server startup failure was not detected by automated integration tests. /Charitha On Mon, Apr 2, 2012 at 1:49 PM, Shammi Jayasinghe sha...@wso2.com wrote: Hi , There is a problem in starting new MB pack with new cassandra feature. Getting the following exception in

Re: [Dev] [Bamboo-Build] WSO2 Carbon Products #28 has FAILED (1 tests failed). Change made by sumedha.

2012-04-02 Thread Senaka Fernando
And may I ask how did this fail without nobody committing anything after the last series of builds that passed? Is Bamboo taking proper SVN updates always? Or are we looking at some test log that is inconsistent each day? I'd like if someone can pay attention into how Bamboo takes SVN updates and

Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Kishanthan Thangarajah
Hi, Found the following with smoke testing on AS. 1. When creating/uploading a data-service, PersistenceExceptions *[1]* are thrown. 2. When deploying a hierarchical service also, PersistenceExceptions are thrown. I have already mentioned this on a separate thread. 3. When enabling/updating

Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Shammi Jayasinghe
On Mon, Apr 2, 2012 at 2:02 PM, Charitha Kankanamge chari...@wso2.comwrote: I'm wondering why the server startup failure was not detected by automated integration tests. Hi All, Please be noted that we are re writing the mb with new core, (Andes) and we have removed our previous features

Re: [Dev] [Bamboo-Build] WSO2 Carbon Products #28 has FAILED (1 tests failed). Change made by sumedha.

2012-04-02 Thread Sanjaya Vithanagama
Hi Senaka, I just checked the last successful build (#26) log available at [1]. In that all the 229 test cases of GREG has passed. So this must be an intermittent failure? [1] http://builder4.us1.wso2.org:/bamboo/download/WSO2CARBON-PRODUCTS-JOB1/build_logs/WSO2CARBON-PRODUCTS-JOB1-26.log

Re: [Dev] [Bamboo-Build] WSO2 Carbon Products #28 has FAILED (1 tests failed). Change made by sumedha.

2012-04-02 Thread Senaka Fernando
Hi Sanjaya, No it is not an intermittent failure. Its an all or nothing kind of a test and there is no possibility of the behavior being random provided that the clean up happened properly. Thanks, Senaka. On Mon, Apr 2, 2012 at 2:07 PM, Sanjaya Vithanagama sanja...@wso2.comwrote: Hi Senaka,

Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Miyuru Wanninayaka
I have done a quick smoke test and there are issues related to persistence manager. See [Dev] PersistenceExceptions in ESB So applying security, caching ... not works via service dashboard. Other mediation related components working fine ( proxy, sequence, endpoints, API ) and ESB integration

[Dev] Is Bamboo reliable? {was: WSO2 Carbon Products #28 has FAILED (1 tests failed). Change made by sumedha.}

2012-04-02 Thread Senaka Fernando
FYI. Have a look @ this thread. There were a series of successful builds followed by no commits and then a test failure. So, I'd like to ask whether Bamboo is properly setup and working as expected. Also, please note that these issues cannot be reproduced locally either and is a real PITA and a

Re: [Dev] [Bamboo-Build] WSO2 Carbon Products #28 has FAILED (1 tests failed). Change made by sumedha.

2012-04-02 Thread Afkham Azeez
How can an assertion fail intermittently? java.lang.AssertionError: expected:3 but was:2 at org.testng.Assert.fail(Assert.java:89) at org.testng.Assert.failNotEquals(Assert.java:489) at org.testng.Assert.assertEquals(Assert.java:118) at

Re: [Dev] [Bamboo-Build] WSO2 Carbon Products #28 has FAILED (1 tests failed). Change made by sumedha.

2012-04-02 Thread Pradeep Fernando
Hi, we had a config issue in bamboo. This is not intermittent. Someone has to fix it. Yes bamboo is reliable. --Pradeep ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Error with running web app on Stratos Live

2012-04-02 Thread Supun Malinga
Hi Kasun, On Mon, Apr 2, 2012 at 1:26 PM, Kasun Perera kas...@opensource.lk wrote: Hi Prabath Yes, I can access SLive DSS from my local Stratos app server and all the functionalities are working as required, I'm not sure why it didn't worked for me yesterday night. So that means there is

Re: [Dev] [Bamboo-Build] WSO2 Carbon Products #28 has FAILED (1 tests failed). Change made by sumedha.

2012-04-02 Thread Senaka Fernando
Hi Pradeep, It is not intermittent. But, how is this not reproducible locally? And, how did this just start happening without any changes to the code? Subash/Vijitha are working on a build of the whole platform on a clean repo. We'll be able to make a decision on the reliability of Bamboo after

Re: [Dev] [Bamboo-Build] WSO2 Carbon Products #28 has FAILED (1 tests failed). Change made by sumedha.

2012-04-02 Thread Sanjaya Vithanagama
Hi I went through the log of build #26 and saw all the products were passing including GREG with tests. (Yes, Bamboo hasn't parsed the test results but the builds were successful) That's why I was thinking there should be something wrong in the test. Sorry for the noise. Regards, SanjayaV. On

Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Asela Pathberiya
On Mon, Apr 2, 2012 at 11:13 AM, Pradeep Fernando prad...@wso2.com wrote: Hi RMs, please do smoke testing on these packs [1] . Once you are done with smoke testing of your product, please send a mail to this thread, stating QA readiness of the product. [1]

Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Prabath Abeysekera
Hi, On Mon, Apr 2, 2012 at 12:53 PM, Lakmali Baminiwatta lakm...@wso2.comwrote: Hi, We have done a smoke test on DSS and following known issues were found. PersistenceExceptions when services are saved. Eventing issue - This is a known issue. Currently we are unable to test on this since

Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Pradeep Fernando
On Mon, Apr 2, 2012 at 2:23 PM, Prabath Abeysekera praba...@wso2.comwrote: Hi, On Mon, Apr 2, 2012 at 12:53 PM, Lakmali Baminiwatta lakm...@wso2.comwrote: Hi, We have done a smoke test on DSS and following known issues were found. PersistenceExceptions when services are saved. Eventing

Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Deependra Ariyadewa
On Mon, Apr 2, 2012 at 1:49 PM, Shammi Jayasinghe sha...@wso2.com wrote: Hi ,  There is a problem in starting new MB pack with new cassandra feature. Getting the following exception in starting up the server. I ll look in to the problem[1]. Thanks Shammi [1] [2012-04-02 13:45:09,130] 

Re: [Dev] [Bamboo-Build] WSO2 Carbon Products #28 has FAILED (1 tests failed). Change made by sumedha.

2012-04-02 Thread Charith Wickramarachchi
On Mon, Apr 2, 2012 at 2:15 PM, Senaka Fernando sen...@wso2.com wrote: Hi Pradeep, It is not intermittent. But, how is this not reproducible locally? And, how did this just start happening without any changes to the code? Subash/Vijitha are working on a build of the whole platform on a clean

Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Pradeep Fernando
Hi, we need updates for Greg and Manager builds. --Pradeep ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [Bamboo-Build] WSO2 Carbon Products #28 has FAILED (1 tests failed). Change made by sumedha.

2012-04-02 Thread Afkham Azeez
Just got through the test code, and think about the cases in which this assertion failure can occur. Don't be hasty to blame Bamboo. If there are threading issues, they may manifest on some environments but not others. On Mon, Apr 2, 2012 at 2:15 PM, Senaka Fernando sen...@wso2.com wrote: Hi

Re: [Dev] [Bamboo-Build] WSO2 Carbon Products #28 has FAILED (1 tests failed). Change made by sumedha.

2012-04-02 Thread Harshana Martin
On Apr 2, 2012 2:32 PM, Afkham Azeez az...@wso2.com wrote: Just got through the test code, and think about the cases in which this assertion failure can occur. Don't be hasty to blame Bamboo. If there are threading issues, they may manifest on some environments but not others. Agree with you!!

Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Sameera Jayasoma
Can we release these packs to QA? Or else do we have to wait for the next build cycle. Thanks, Sameera. On Mon, Apr 2, 2012 at 2:31 PM, Pradeep Fernando prad...@wso2.com wrote: Hi, we need updates for Greg and Manager builds. --Pradeep ___ Dev

Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Vijitha Kumara
Hi Pradeep, I'll look in to this from GReg, will update on this. On Mon, Apr 2, 2012 at 2:38 PM, Sameera Jayasoma same...@wso2.com wrote: Can we release these packs to QA? Or else do we have to wait for the next build cycle. Thanks, Sameera. On Mon, Apr 2, 2012 at 2:31 PM, Pradeep

Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Kathiravelu Pradeeban
Hi, Yes, that is due to some issue in the setup script it seems, as when we just extract the manager build and start, restart, it works fine. The issue is found, only with the manager build configured with the set up script during the restart. ./stratos-setup.pl -p `pwd`/packs -t

Re: [Dev] [Urgent] Deploying build SNAPSHOTs to Maven repo

2012-04-02 Thread Pradeep Fernando
On Mon, Apr 2, 2012 at 3:17 PM, Harshana Martin harsh...@wso2.com wrote: Hi Azeez, On Mon, Apr 2, 2012 at 3:00 PM, Afkham Azeez az...@wso2.com wrote: Folks, We need this done urgently. Best if we can have this by EOD today. We should just be able to do only builds of the products. Please

[Dev] AS distribution build failure

2012-04-02 Thread Isuru Suriarachchi
Latest AS distribution has the following build failure. Anyone changed something related??.. [INFO] WSO2 Stratos AppServer - Profile Generation .. SUCCESS [49.069s] [INFO] WSO2 AppServer - Distribution Parent .. SUCCESS [0.057s] [INFO] WSO2 AppServer - Distribution

Re: [Dev] [Urgent] Deploying build SNAPSHOTs to Maven repo

2012-04-02 Thread Harshana Martin
Hi Pradeep, On Mon, Apr 2, 2012 at 3:29 PM, Pradeep Fernando prad...@wso2.com wrote: On Mon, Apr 2, 2012 at 3:17 PM, Harshana Martin harsh...@wso2.com wrote: Hi Azeez, On Mon, Apr 2, 2012 at 3:00 PM, Afkham Azeez az...@wso2.com wrote: Folks, We need this done urgently. Best if we can

Re: [Dev] AS distribution build failure

2012-04-02 Thread Denis Weerasiri
On Mon, Apr 2, 2012 at 3:33 PM, Isuru Suriarachchi is...@wso2.com wrote: Latest AS distribution has the following build failure. Anyone changed something related??.. [INFO] WSO2 Stratos AppServer - Profile Generation .. SUCCESS [49.069s] [INFO] WSO2 AppServer - Distribution Parent

[Dev] CarbonContext of Different Tenants

2012-04-02 Thread metin d
When I call CarbonContext.getCurrentContext(), it returns default Carbon Context of default tenant. How can I reach to Carbon Context of other tenants ?___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] AS distribution build failure

2012-04-02 Thread Kathiravelu Pradeeban
Hi, It was reported to CSG as well. I will have a look into this issue. Thank you. Regards, Pradeeban. On Mon, Apr 2, 2012 at 3:33 PM, Isuru Suriarachchi is...@wso2.com wrote: Latest AS distribution has the following build failure. Anyone changed something related??.. [INFO] WSO2 Stratos

[Dev] [Bamboo-Build] WSO2 Carbon P2-Repo #18 has FAILED. Change made by eranda, shammi and sumedha.

2012-04-02 Thread Bamboo
--- WSO2 Carbon P2-Repo #18 failed. --- Code has been updated by eranda, shammi, sumedha. No failed tests found, a possible compilation error.

Re: [Dev] API Manager Build - 27/03/2012

2012-04-02 Thread Sanjiva Weerawarana
Guys I don't see version labels .. is this M1? On Tue, Mar 27, 2012 at 9:01 PM, Prabath Siriwardena prab...@wso2.comwrote: Hi Sandapa, Please find the latest build for testing at [1]... -- Thanks Regards, Prabath [1]: http://people.wso2.com/~prabath/api-manager/ Mobile : +94 71 809

Re: [Dev] API Manager - Pre alpha 1 available for download

2012-04-02 Thread Sanjiva Weerawarana
Sumedha any reason to not call this M1? Not sure what semantic pre alpha 1 means! On Mon, Apr 2, 2012 at 8:38 AM, Sumedha Rubasinghe sume...@wso2.com wrote: Pre alpha 1 pack of WSO2 API Manager can be downloaded from -

Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Senaka Fernando
Hi Vijitha, Please raise JIRAs for these. Also, its better that the fix for these also introduces some test cases, particularly for subscriptions where we don't have much. Thanks, Senaka. On Mon, Apr 2, 2012 at 6:11 PM, Vijitha Kumara viji...@wso2.com wrote: Did smoke testing on the GReg

Re: [Dev] API Manager Build - 27/03/2012

2012-04-02 Thread Prabath Siriwardena
On Mon, Apr 2, 2012 at 6:32 PM, Sanjiva Weerawarana sanj...@wso2.comwrote: Guys I don't see version labels .. is this M1? This a SNAPSHOT build.. Thanks regards, -Prabath On Tue, Mar 27, 2012 at 9:01 PM, Prabath Siriwardena prab...@wso2.comwrote: Hi Sandapa, Please find the latest

Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Lalaji Sureshika
Hi, Did a round of smoke tests to GS as well and except the issue[1],other functionalities are working fine. [1] https://wso2.org/jira/browse/CARBON-12769 https://wso2.org/jira/browse/CARBON-12769Thanks; On Mon, Apr 2, 2012 at 2:11 PM, Lalaji Sureshika lal...@wso2.com wrote: Hi, Did a

Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Isuru Wimalasundera
Hi Vijitha Please raise a JIRA for the registry notifications/subscription issue as Senaka suggested. I will look in to it. Thanks Isuruw On Mon, Apr 2, 2012 at 7:05 PM, Lalaji Sureshika lal...@wso2.com wrote: Hi, Did a round of smoke tests to GS as well and except the issue[1],other

Re: [Dev] Some bundles getting activated only after Manager start-up

2012-04-02 Thread Muhammed Shariq
On Mon, Apr 2, 2012 at 12:20 PM, Amila Maha Arachchi ami...@wso2.comwrote: Hi Shariq, This is not the behaviour we see in a 1.5.2 released pack. In that pack, Billing bundle gets started before the server starts up. I checked a 1.5.2 pack with DEBUG logs and confirmed. So, is this due to a

Re: [Dev] [Bamboo-Build] WSO2 Carbon Products #28 has FAILED (1 tests failed). Change made by sumedha.

2012-04-02 Thread Dimuthu Leelarathne
Hi, Please have a look at this and provide a solution. If you can't find a proper solution soon, let's comment out the test case and create a L1 for it. thanks, dimuthu On Mon, Apr 2, 2012 at 2:31 PM, Afkham Azeez az...@wso2.com wrote: Just got through the test code, and think about the cases

Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Pradeep Fernando
Hi Charitha/QA team, Looks like we have a testable set of product packs. please get the packs from this location [1]. we expect you/team to test Carbon-kernel functionalities. Please use, IS, GREG, AS, ESB, Manager + any other required product as testing materials. [1]

Re: [Dev] [Bamboo-Build] WSO2 Carbon Products #28 has FAILED (1 tests failed). Change made by sumedha.

2012-04-02 Thread Senaka Fernando
Hi Dimuthu, If you checked on the latest packs, the test is passing on Bamboo right now. This should be an intermittent connection issue (or something related) when fetching the schemas. Thanks, Senaka. On Mon, Apr 2, 2012 at 11:02 PM, Dimuthu Leelarathne dimut...@wso2.comwrote: Hi, Please

Re: [Dev] BackwardAssociationHandlerTestCase and WSDLTestCase are failing in G-Reg

2012-04-02 Thread Senaka Fernando
Hi Vijitha/Subash, Any update on this? Thanks, Senaka. On Sun, Apr 1, 2012 at 8:10 PM, Vijitha Kumara viji...@wso2.com wrote: I'm looking into this. Regards, On Fri, Mar 30, 2012 at 8:33 PM, Senaka Fernando sen...@wso2.com wrote: Hi Subash, Vijitha, Please test this on a clean M2

Re: [Dev] API Manager - Pre alpha 1 available for download

2012-04-02 Thread Samisa Abeysinghe
On Mon, Apr 2, 2012 at 8:38 AM, Sumedha Rubasinghe sume...@wso2.com wrote: Pre alpha 1 pack of WSO2 API Manager can be downloaded from - http://people.wso2.com/~sumedha/builds/am/02-04-2012/wso2am-1.0.0-SNAPSHOT.zip A README on how to test functionality is available inside

Re: [Dev] [Bamboo-Build] WSO2 Carbon Products #28 has FAILED (1 tests failed). Change made by sumedha.

2012-04-02 Thread Srinath Perera
What does the test do? Why does it connect to the internet? if the test is prone to errors (e.g. connect to internet) we should change that .. harm of tests that are prone to errors is great as it waste valuable time --Srinath On Tue, Apr 3, 2012 at 2:50 AM, Senaka Fernando sen...@wso2.com

Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Charitha Kankanamge
Noted. Our initial plan was to deploy these packs straightaway in the production test setups. However, the lab has been fully occupied for some high priority testing (there is a mail thread in support-dev). Because of that, we will carry out end- end system testing locally with these packs.

Re: [Dev] Platform build error

2012-04-02 Thread Amila Maha Arachchi
Hi Vijitha, AmilaJ was working on removing this jar IIRC. AJ, can you confirm? Thanks, AmilaM. On Mon, Apr 2, 2012 at 8:25 PM, Vijitha Kumara viji...@wso2.com wrote: Hi All, Below error while building the platform from a clean M2 repo. Is this known?

Re: [Dev] API Manager - Pre alpha 1 available for download

2012-04-02 Thread Sumedha Rubasinghe
On Mon, Apr 2, 2012 at 6:33 PM, Sanjiva Weerawarana sanj...@wso2.comwrote: Sumedha any reason to not call this M1? Not sure what semantic pre alpha 1 means! yeah.. sorry messed up with the name. This one should have been called M1. M2 will happen on Thursday (5th) the will be an intermediate

Re: [Dev] BackwardAssociationHandlerTestCase and WSDLTestCase are failing in G-Reg

2012-04-02 Thread Subash Chaturanga
On Tue, Apr 3, 2012 at 3:53 AM, Senaka Fernando sen...@wso2.com wrote: Hi Vijitha/Subash, Any update on this? Vijitha was building this on a clean repo. Vijitha , were you able to reproduce this ? Thanks, Senaka. On Sun, Apr 1, 2012 at 8:10 PM, Vijitha Kumara viji...@wso2.com wrote:

Re: [Dev] Platform build error

2012-04-02 Thread Vijitha Kumara
Thanks, My Bad, had picked the wrong list and yes this was in the trunk.Let's wait for confirmation... On Tue, Apr 3, 2012 at 8:25 AM, Amila Maha Arachchi ami...@wso2.com wrote: Hi Vijitha, AmilaJ was working on removing this jar IIRC. AJ, can you confirm? Thanks, AmilaM. On Mon, Apr 2,

Re: [Dev] [Bamboo-Build] WSO2 Carbon Products #28 has FAILED (1 tests failed). Change made by sumedha.

2012-04-02 Thread Charith Wickramarachchi
Hi Senaka , Last night I commented out this test case and triggered a build starting from Kernel. Please find the Blocker created for this in [1] [1]https://wso2.org/jira/browse/REGISTRY-718 thanks, Charith On Tue, Apr 3, 2012 at 2:50 AM, Senaka Fernando sen...@wso2.com wrote: Hi Dimuthu,

Re: [Dev] BackwardAssociationHandlerTestCase and WSDLTestCase are failing in G-Reg

2012-04-02 Thread Vijitha Kumara
Had an issue with the build, Mail @Dev Platform build error. On Tue, Apr 3, 2012 at 8:49 AM, Subash Chaturanga sub...@wso2.com wrote: On Tue, Apr 3, 2012 at 3:53 AM, Senaka Fernando sen...@wso2.com wrote: Hi Vijitha/Subash, Any update on this? Vijitha was building this on a clean repo.

Re: [Dev] Some bundles getting activated only after Manager start-up

2012-04-02 Thread Amila Maha Arachchi
Hi Shariq, I gave some thought into this. Following were our observations. 1. At the moment it seems like the scr.reference to TenantBillingService (which is used to deal with subscriptions at the time of tenant-mgt activities) is causing this delay. As you mentioned, once you remove this

Re: [Dev] [Bamboo-Build] WSO2 Carbon Products #28 has FAILED (1 tests failed). Change made by sumedha.

2012-04-02 Thread Selvaratnam Uthaiyashankar
On Tue, Apr 3, 2012 at 8:50 AM, Charith Wickramarachchi char...@wso2.com wrote: Hi Senaka , Last night I commented out this test case and triggered a build starting from Kernel. Please find the Blocker created for this in [1] [1]https://wso2.org/jira/browse/REGISTRY-718 Charith, This issue

Re: [Dev] API Manager - Pre alpha 1 available for download

2012-04-02 Thread Sumedha Rubasinghe
On Tue, Apr 3, 2012 at 4:25 AM, Samisa Abeysinghe sam...@wso2.com wrote: On Mon, Apr 2, 2012 at 8:38 AM, Sumedha Rubasinghe sume...@wso2.comwrote: Pre alpha 1 pack of WSO2 API Manager can be downloaded from - http://people.wso2.com/~sumedha/builds/am/02-04-2012/wso2am-1.0.0-SNAPSHOT.zip A

[Dev] Build Break - atomikos orit bundle build broken

2012-04-02 Thread Samisa Abeysinghe
[WARNING] Warning building bundle org.atomikos.wso2:atomikos:bundle:3.8.0.wso2v1 : Instructions for Export-Package that are never used: com\.atomikos\..*|com\.atomikos [WARNING] Warning building bundle org.atomikos.wso2:atomikos:bundle:3.8.0.wso2v1 : Superfluous export-package instructions:

Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Vijitha Kumara
Following JIRAs created to tackle these GReg issues: 1. https://wso2.org/jira/browse/REGISTRY-719 - subscription issue 2. https://wso2.org/jira/browse/REGISTRY-720 - search query issue 3. https://wso2.org/jira/browse/REGISTRY-721 - search checkbox missing issue. Regards, On Mon, Apr 2, 2012

Re: [Dev] Build Break - atomikos orit bundle build broken

2012-04-02 Thread Samisa Abeysinghe
This was a false alarm. On Tue, Apr 3, 2012 at 9:14 AM, Samisa Abeysinghe sam...@wso2.com wrote: [WARNING] Warning building bundle org.atomikos.wso2:atomikos:bundle:3.8.0.wso2v1 : Instructions for Export-Package that are never used: com\.atomikos\..*|com\.atomikos [WARNING] Warning building

Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Selvaratnam Uthaiyashankar
Hi Vijitha, All these issues should be created in CARBON jira. Product specific jiras are only for roadmap items and new features. Shankar On Tue, Apr 3, 2012 at 9:18 AM, Vijitha Kumara viji...@wso2.com wrote: Following JIRAs created to tackle these GReg issues: 1. 

Re: [Dev] What is the correct way to get TransactionConfiguration

2012-04-02 Thread Supun Malinga
Hi, Uncommention following section and setting jndi lookup parameters as, !-- Uncomment and configure the following section to enable transactions support -- transaction timeout=3 parameter

Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Vijitha Kumara
Thanks Shankar, Moved them to CARBON respectively: 1. https://wso2.org/jira/browse/CARBON-12776 2. https://wso2.org/jira/browse/CARBON-12777 3. https://wso2.org/jira/browse/CARBON-12778 Regards, On Tue, Apr 3, 2012 at 9:28 AM, Selvaratnam Uthaiyashankar shan...@wso2.com wrote: Hi Vijitha,

Re: [Dev] Carbon Kernel integration test failure in windows.

2012-04-02 Thread Selvaratnam Uthaiyashankar
Hi Senaka, Were you be able to build this in Windows? Is this error comes only to me? Shankar On Mon, Apr 2, 2012 at 9:30 AM, Selvaratnam Uthaiyashankar shan...@wso2.com wrote: $subject due to emma. I am looking into this. ---  T E S T S

[Dev] What transaction manager is used when ESB participate in a JMS transaction?

2012-04-02 Thread Waruna Ranasinghe
Hi folks, $subject please. Thanks, Waruna -- - Waruna Ranasinghe Senior Software Engineer, WSO2 Mobile: +94 724 318285 BLOG: http://warunapw.blogspot.com www.wso2.com - Lean . Enterprise . Middleware

Re: [Dev] [Buld Failure] apache-cassandra component

2012-04-02 Thread Deependra Ariyadewa
On Tue, Apr 3, 2012 at 9:47 AM, Samisa Abeysinghe sam...@wso2.com wrote: It is looking for svn command line on windows - does not work :( [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (compile) on project apache-cassandra: An Ant BuildException has

Re: [Dev] What transaction manager is used when ESB participate in a JMS transaction?

2012-04-02 Thread Charith Wickramarachchi
On Tue, Apr 3, 2012 at 9:57 AM, Waruna Ranasinghe war...@wso2.com wrote: Hi folks, $subject please. I haven't seen ESB using a Transaction Manger to handle JMS Transactions. In JMS Local Transactions case its Handled by the JMS Transport and the Broker. thanks, Charith Thanks, Waruna

Re: [Dev] What transaction manager is used when ESB participate in a JMS transaction?

2012-04-02 Thread Charith Wickramarachchi
On Tue, Apr 3, 2012 at 10:02 AM, Charith Wickramarachchi char...@wso2.comwrote: On Tue, Apr 3, 2012 at 9:57 AM, Waruna Ranasinghe war...@wso2.com wrote: Hi folks, $subject please. I haven't seen ESB using a Transaction Manger to handle JMS Transactions. In JMS Local Transactions case

Re: [Dev] Some bundles getting activated only after Manager start-up

2012-04-02 Thread Sameera Jayasoma
Hi Shariq/AmilaM, As per the discussions we had, the root cause of this problem is the introduction of the new interface. That design will not work. Either we have to make the service dependency optional by configuring the cardinality properly (1..1 -- 0..1). Thanks, Sameera. On Tue, Apr 3,

Re: [Dev] What transaction manager is used when ESB participate in a JMS transaction?

2012-04-02 Thread Rajika Kumarasiri
WSO2 ESB's JMS transport has the capability of participating in a local JMS transaction or in a distributed transaction. As you may know we need to have a transaction manager (such as Atomikos) in case of distribution transaction only. JMS local transactions are handle by the JMS broker. Hope

Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Charitha Kankanamge
ChamaraA, Nirodha, Please help in testing these packs. AmalP, Kalpanie, Pavithra and myself are involved in patch testing at the moment. Please talk to Evanthika and start testing. Thanks! Charitha On Tue, Apr 3, 2012 at 7:01 AM, Charitha Kankanamge chari...@wso2.comwrote: Noted. Our initial

Re: [Dev] Cassandra INFO logs in server start up

2012-04-02 Thread Deependra Ariyadewa
On Tue, Apr 3, 2012 at 10:35 AM, Shammi Jayasinghe sha...@wso2.com wrote: Hi Deep,   We are using cassandra feature in MB product. In that when starting the server , we are getting following set of INFO logs which seems to be related with cassandra feature.It would be better if we can get rid

[Dev] HTTPS POST in proxy service

2012-04-02 Thread Zana ILHAN
Hi all; I have an servlet that accepts https post and returns a XML based response. How can I develope a proxy service which can make https post to myservlet. ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Platform build error

2012-04-02 Thread Vijitha Kumara
And the pom contains a dependency for the carbon.thread.jar: dependencies dependency groupIdorg.wso2.carbon/groupId artifactIdwso2carbon-core/artifactId version${carbon.version}/version

Re: [Dev] Some bundles getting activated only after Manager start-up

2012-04-02 Thread Amila Maha Arachchi
Hi Sameera, I had a chat with DimuthuL, defining cardinality as 1..1 was done by mistake. Ideally it should be 0..1, But, AFAIK Shariq has tested with 0..1 cardinality and still the problem is there. Thanks, AmilaM. On Tue, Apr 3, 2012 at 10:23 AM, Sameera Jayasoma same...@wso2.com wrote: Hi

Re: [Dev] Platform build error

2012-04-02 Thread Amila Jayasekara
Hi Vijitha, Sorry, I have missed this from some products. Attaching a diff which fixes the issue. SVN seems to be still in freezed state. Person with commit rights please apply the patch. Sorry for the inconvenience. Thanks AmilaJ On Tue, Apr 3, 2012 at 10:59 AM, Vijitha Kumara