[Dev] AS 5.0.0 Documentation

2012-06-25 Thread Isuru Suriarachchi
As we are getting closer to the release now it's time to concentrate on the documentation as well. According to Nirdesha, she has already done the wiki based documentation for AS 4.1.2 [1]. So we have to create a new doc for 5.0.0 and include all the new features and changes done for the existing

Re: [Dev] CPU time measurement per tenant in Slive.

2012-06-25 Thread Lasindu Vidana Pathiranage
Hi, Good point. I think you are talking about the threads created inside BPS beside the main routine. I'll check on this with some other processes as well. Thanks, Lasindu. ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] AS 5.0.0 Documentation

2012-06-25 Thread Supun Malinga
On Mon, Jun 25, 2012 at 11:31 AM, Isuru Suriarachchi is...@wso2.com wrote: As we are getting closer to the release now it's time to concentrate on the documentation as well. According to Nirdesha, she has already done the wiki based documentation for AS 4.1.2 [1]. So we have to create a new

[Dev] Integrating Clarity features to trunk integration tests

2012-06-25 Thread Krishantha Samaraweera
Hi all, I'm till trying to figure out how Clarity modules should map to trunk svn structure. Clarity has following modules 1. API - contains clients written using service stubs. 2. Core - (Artifact deployer, User populator, Report generator, Selenium etc..) 3. Tools Core - Jmeter and Soup UI

Re: [Dev] OSGi Fragment host problem when using package name instead of bundle symbolic name

2012-06-25 Thread Nirmal Fernando
Any thoughts? On Sat, Jun 23, 2012 at 12:06 PM, Nirmal Fernando nir...@wso2.com wrote: Hi All, Third party OSGi bundle rocoto is a fragment bundle of com.google.inject [1]. But it cannot be installed without changing [1] to [2]. Isn't this a bug? Only work around I could see is making

Re: [Dev] OSGi version range issue when deploying a bundle in dropins

2012-06-25 Thread Nirmal Fernando
Ping! On Sat, Jun 23, 2012 at 8:50 AM, Nirmal Fernando nir...@wso2.com wrote: Hi Amila, On Sat, Jun 23, 2012 at 8:23 AM, Amila Maha Arachchi ami...@wso2.comwrote: Hi Nirmal, I had a quick look at your question. It seems the exported package version is 2.0.0.wso2v1. But your expected

[Dev] Carbon core integration test failure

2012-06-25 Thread Supun Malinga
surefire report, Tests run: 25, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 325.175 sec FAILURE! verifyAdminServiceSecurity(org.wso2.carbon.integration.tests.SecurityVerificationTestCase) Time elapsed: 0.088 sec FAILURE! org.apache.axis2.AxisFault: The service cannot be found for the

Re: [Dev] Smoke test - Kernel Beta2 Packs

2012-06-25 Thread Muhammed Shariq
On Mon, Jun 25, 2012 at 11:21 AM, Ishan Jayawardena is...@wso2.com wrote: Hi Dimuthu, For ESB, above 1, 2, and 3 work fine. But when logged in as a tenant the start page does not get loaded. I got the following warnings. [2012-06-25 10:42:57,098] WARN - AxisConfigBuilder Unable to

Re: [Dev] Carbon core integration test failure

2012-06-25 Thread Kasun Gajasinghe
Probably the SecurityVerifierService aar archive is not copied to the pack when running the intg tests. Where does this comes from in the kernel? --KasunG On Mon, Jun 25, 2012 at 11:58 AM, Supun Malinga sup...@wso2.com wrote: surefire report, Tests run: 25, Failures: 2, Errors: 0, Skipped:

Re: [Dev] Smoke test - Kernel Beta2 Packs

2012-06-25 Thread Kishanthan Thangarajah
On Mon, Jun 25, 2012 at 9:23 AM, Dimuthu Leelarathne dimut...@wso2.comwrote: Hi RMs, Please do a smoke test on the following packs. http://wso2.org/bamboo/browse/WSO2CARBON-PRODUCTS-JOB1-255/artifact Smoke testing includes, 1) No startup errors 2) All samples working 3) Super tenant

Re: [Dev] Smoke test - Kernel Beta2 Packs

2012-06-25 Thread Hasini Gunasinghe
Hi, Did a smoke test on IS. No start up errors.. Super tenant sign in works fine.. I get the error message Could not get package information. when clicked on Add New Tenant - but no errors in back end. Then after filling tenant info and creating the tenant, I get error message Error in checking

Re: [Dev] JSP compilation error

2012-06-25 Thread Amila Maha Arachchi
Hi Vijitha, Do you get this in a Bamboo pack or a local pack of your own? Regards, AmilaM. On Sun, Jun 24, 2012 at 8:58 AM, Vijitha Kumara viji...@wso2.com wrote: Problem occurs in the Add New Tenant for Registry with the error below and the error in the UI (attached).

Re: [Dev] CPU time measurement per tenant in Slive.

2012-06-25 Thread Afkham Azeez
Should we be using getThreadUserTime? Perhaps that will account for Thread.sleep as well. http://stackoverflow.com/questions/1001248/difference-between-thread-user-time-and-thread-cpu-time-in-java On Tue, Jun 19, 2012 at 8:53 PM, Lasindu Vidana Pathiranage lasi...@wso2.com wrote: I tried

Re: [Dev] CPU time measurement per tenant in Slive.

2012-06-25 Thread Amila Maha Arachchi
Hi Azeez, But, do we need to account for Thread.sleep time? Because, we are measuring the CPU usage. If the thread sleeps for a long time, it will get killed by the stuck thread detection valve. Regards, AmilaM. On Mon, Jun 25, 2012 at 12:43 PM, Afkham Azeez az...@wso2.com wrote: Should we be

Re: [Dev] Smoke test - Kernel Beta2 Packs

2012-06-25 Thread Ishan Jayawardena
Hi Shariq, In the distribution there is the index.html file in repository/deployment/server/webapps/STRATOS_ROOT But I still don't get the landing page. Any idea why this happens? On Mon, Jun 25, 2012 at 12:02 PM, Muhammed Shariq sha...@wso2.com wrote: On Mon, Jun 25, 2012 at 11:21 AM, Ishan

Re: [Dev] JSP compilation error

2012-06-25 Thread Ajith Vitharana
On Mon, Jun 25, 2012 at 12:43 PM, Tharindu Mathew thari...@wso2.com wrote: Hi Vijitha, I believe you should have two json versions in your pack? Can you confirm? Yes . it contains two versions of same jar. ./repository/components/plugins/json_2.0.0.wso2v1.jar

Re: [Dev] CPU time measurement per tenant in Slive.

2012-06-25 Thread Amila Maha Arachchi
Mmm... Confusion... We were planning to measure the actual amount of CPU used in our deployment, so that we can charge or throttle later. My understanding was we should not measure sleep times etc.. For AppServer and ESB this method has shown considerable results for the CPU time. Shall we first

Re: [Dev] AS 5.0.0 Documentation

2012-06-25 Thread Senaka Fernando
Java API docs can't be written on the wiki docs, :). These are javadocs and need to be packed in this way, isn't it? Thanks, Senaka. On Mon, Jun 25, 2012 at 1:02 PM, Isuru Suriarachchi is...@wso2.com wrote: On Mon, Jun 25, 2012 at 1:00 PM, Senaka Fernando sen...@wso2.com wrote: Hi all,

Re: [Dev] AS 5.0.0 Documentation

2012-06-25 Thread Isuru Suriarachchi
On Mon, Jun 25, 2012 at 1:05 PM, Senaka Fernando sen...@wso2.com wrote: Java API docs can't be written on the wiki docs, :). These are javadocs and need to be packed in this way, isn't it? You don't have to write java docs on the wiki :). Host it somewhere and point to that from the wiki

Re: [Dev] Smoke test - Kernel Beta2 Packs

2012-06-25 Thread Muhammed Shariq
On Mon, Jun 25, 2012 at 12:53 PM, Ishan Jayawardena is...@wso2.com wrote: Hi Shariq, In the distribution there is the index.html file in repository/deployment/server/webapps/STRATOS_ROOT But I still don't get the landing page. Any idea why this happens? Well if there is the webapp in the

Re: [Dev] Smoke test - Kernel Beta2 Packs

2012-06-25 Thread Kishanthan Thangarajah
Hi Ishan, Shariq, On Mon, Jun 25, 2012 at 12:53 PM, Ishan Jayawardena is...@wso2.com wrote: Hi Shariq, In the distribution there is the index.html file in repository/deployment/server/webapps/STRATOS_ROOT But I still don't get the landing page. Any idea why this happens? On Mon, Jun 25,

Re: [Dev] JSP compilation error

2012-06-25 Thread Amila Maha Arachchi
But I noticed the Manager also having tow json jars (which is wrong) and still the add tenant is working fine. On Mon, Jun 25, 2012 at 12:57 PM, Ajith Vitharana aji...@wso2.com wrote: On Mon, Jun 25, 2012 at 12:43 PM, Tharindu Mathew thari...@wso2.comwrote: Hi Vijitha, I believe you

Re: [Dev] OSGi Fragment host problem when using package name instead of bundle symbolic name

2012-06-25 Thread Pradeep Fernando
Hi, So is it working once you specify the bundle name ? is so it is the correct behaviour AFAIK. Your fragment bundle get attached to the host bundle, not to a package. The version is optional. thanks, --Pradeep ___ Dev mailing list Dev@wso2.org

Re: [Dev] AS 5.0.0 Documentation

2012-06-25 Thread Nirdesha Munasinghe
+1 to Isuru's idea. The plan is to gradually retire the old docs and completely move to wiki. It is easier for users to have a single place to refer to in terms of formal product documentation, which can have links to other resources where applicable. Thanks, -Nirdesha On Mon, Jun 25, 2012 at

Re: [Dev] Does the XSLT mediator in ESB support XPath 2.0

2012-06-25 Thread Nipuni Perera
Hi, I tried the above mentioned steps but it didn't work. I also build ESB from trunk but it gives the same error as ESB-4.0.3. Thanks, Nipuni On Thu, Jun 21, 2012 at 8:59 PM, Achala Aponso ach...@wso2.com wrote: Hi, Following steps will provide Xpath 2.0 support for ESB 4.0.3 1. Remove

[Dev] Billing a tenant during registration for non Demo accounts.

2012-06-25 Thread Muhammed Shariq
Hi, I am working on implementing billing for tenant registration, if the selected account is not a Demo account. This is going to make the tenant registration process change since there is redirection to/from Paypal. Here is the registration process we discussed; The registration will happen in

Re: [Dev] Smoke test - Kernel Beta2 Packs

2012-06-25 Thread Dimuthu Leelarathne
Hi Vijitha, This is because the product name of the Greg and name of Greg in cloud-services-desc.xml are not matching. Please make the necessary change in the cloud-services-desc.xml. Since there is a workaround is editing the cloud-services-desc.xml in Greg pack I think we can say this is ok.

Re: [Dev] OSGi version range issue when deploying a bundle in dropins

2012-06-25 Thread Chethiya Abeysinghe
I've tried out similar scenario with a sample osgi bundles on a trunk built server. But couldn't reproduce it when bundles are placed into dropins folder. *the exporter is:* osgi b 132 org.wso2.carbon.student.mgt.stub_1.0.0.SNAPSHOT [132] Id=132, Status=ACTIVE Data

Re: [Dev] Billing a tenant during registration for non Demo accounts.

2012-06-25 Thread Amila Maha Arachchi
During this change what will happen is 1. Tenant will be created during step 1 (with a Demo account) 2. During the next step we'll allow him/her to select a usage plan and do the needful based on the package selected. (we can use the tenant creation success message page for this) So, this will

Re: [Dev] Smoke test - Kernel Beta2 Packs

2012-06-25 Thread Ishan Jayawardena
On Mon, Jun 25, 2012 at 1:17 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: Hi Ishan, Shariq, On Mon, Jun 25, 2012 at 12:53 PM, Ishan Jayawardena is...@wso2.comwrote: Hi Shariq, In the distribution there is the index.html file in repository/deployment/server/webapps/STRATOS_ROOT

Re: [Dev] Smoke test - Kernel Beta2 Packs

2012-06-25 Thread Ishan Jayawardena
yes it does. On Mon, Jun 25, 2012 at 1:12 PM, Muhammed Shariq sha...@wso2.com wrote: On Mon, Jun 25, 2012 at 12:53 PM, Ishan Jayawardena is...@wso2.comwrote: Hi Shariq, In the distribution there is the index.html file in repository/deployment/server/webapps/STRATOS_ROOT But I still don't

Re: [Dev] CPU time measurement per tenant in Slive.

2012-06-25 Thread Afkham Azeez
We need to measure both. We want to see which tenants are running CPU intensive tasks (CPU time), and also which tenants are hogging up Tomcat connector threads which are very valuable resources. On Mon, Jun 25, 2012 at 12:47 PM, Amila Maha Arachchi ami...@wso2.comwrote: Hi Azeez, But, do we

Re: [Dev] OSGi version range issue when deploying a bundle in dropins

2012-06-25 Thread Nirmal Fernando
On Mon, Jun 25, 2012 at 2:01 PM, Chethiya Abeysinghe cheth...@wso2.comwrote: I've tried out similar scenario with a sample osgi bundles on a trunk built server. But couldn't reproduce it when bundles are placed into dropins folder. *the exporter is:* osgi b 132

Re: [Dev] OSGi Fragment host problem when using package name instead of bundle symbolic name

2012-06-25 Thread Nirmal Fernando
On Mon, Jun 25, 2012 at 1:22 PM, Pradeep Fernando prad...@wso2.com wrote: Hi, So is it working once you specify the bundle name ? Yes! is so it is the correct behaviour AFAIK. Your fragment bundle get attached to the host bundle, not to a package. The version is optional. okay, but

[Dev] Updated Invitation: url mapper review @ Mon Jul 2 2:30pm - 3:30pm (dev@wso2.org)

2012-06-25 Thread Reka Thirunavukkarasu
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20120702T09Z DTEND:20120702T10Z DTSTAMP:20120625T091408Z ORGANIZER;CN=Reka Thirunavukkarasu:mailto:r...@wso2.com UID:4kob3mlr00su0u0ok1se6l2...@google.com

Re: [Dev] Smoke test - Kernel Beta2 Packs

2012-06-25 Thread Dimuthu Leelarathne
Hi Vijitha, After the modification you have to create a new tenant and try with it. This is because the registry entries are created during the tenant creation. thanks, dimuthu On Mon, Jun 25, 2012 at 2:25 PM, Vijitha Kumara viji...@wso2.com wrote: Hi Dimuthu, On Mon, Jun 25, 2012 at 1:58

Re: [Dev] Smoke test - Kernel Beta2 Packs

2012-06-25 Thread Vijitha Kumara
On Mon, Jun 25, 2012 at 3:22 PM, Dimuthu Leelarathne dimut...@wso2.comwrote: Hi Vijitha, After the modification you have to create a new tenant and try with it. This is because the registry entries are created during the tenant creation. Yes I get a different issue with a new tenant as I

Re: [Dev] Smoke test - Kernel Beta2 Packs

2012-06-25 Thread Rajika Kumarasiri
I tested CSG. I got following errors when clicking Theme and Logo Management links respectively after login using a created tenant. I am not sure if this is same cause of the similar issue reported in the thread. Rajika [2012-06-25 15:27:16,787] ERROR - ResourceServlet Error retrieving the

[Dev] Mediator integration tests disabled in carbon trunk

2012-06-25 Thread Chamara Silva
I noticed mediator integration tests are disabled in carbon trunk and some of the test cases need to be upgrade to the TestNG. Any Idea? Thanks, Chamara Silva -- Suminda Chamara Silva WSO2 Inc. Mobile: +94718302858 blog: http://chamaras.blogspot.com

[Dev] [GReg] Adding associations/dependencies to it self

2012-06-25 Thread Subash Chaturanga
Hi Senaka, This is regarding this issue [1] . Is this a valid scenario ? Currently GReg does not add ass/dep to itself. [1] - https://wso2.org/jira/browse/REGISTRY-873 Thanks -- Subash Chaturanga Software Engineer WSO2 Inc. http://wso2.com email - sub...@wso2.com phone - 077 2225922

Re: [Dev] Mediator integration tests disabled in carbon trunk

2012-06-25 Thread Ishan Jayawardena
Hi, we are planning to remove the mediator integration tests completely because most of the mediators' functionality is properly tested in esb-samples. Thanks, Ishan. On Mon, Jun 25, 2012 at 3:51 PM, Chamara Silva cham...@wso2.com wrote: I noticed mediator integration tests are disabled in

Re: [Dev] Mediator integration tests disabled in carbon trunk

2012-06-25 Thread Afkham Azeez
On Mon, Jun 25, 2012 at 4:05 PM, Ishan Jayawardena is...@wso2.com wrote: Hi, we are planning to remove the mediator integration tests completely because most of the mediators' functionality is properly tested in esb-samples. All ESB samples are automated? Thanks, Ishan. On Mon, Jun 25,

Re: [Dev] Mediator integration tests disabled in carbon trunk

2012-06-25 Thread Ishan Jayawardena
Not all. Currently we have automated about 40 % of the samples. On Mon, Jun 25, 2012 at 4:10 PM, Afkham Azeez az...@wso2.com wrote: On Mon, Jun 25, 2012 at 4:05 PM, Ishan Jayawardena is...@wso2.com wrote: Hi, we are planning to remove the mediator integration tests completely because most

Re: [Dev] Smoke test - Kernel Beta2 Packs

2012-06-25 Thread Prabath Abeysekera
Hi Dimuthu, I've smoke tested the DSS pack and following are the results. * No startup issues. * All samples are functioning properly. * Super tenant sign in works fine. * The following error log gets printed on the server console when trying to log in as a tenant user. [2012-06-25

[Dev] Build Error in platform/trunk/components

2012-06-25 Thread Maheshika Goonetilleke
Hi All The following error occurs while trying to build platform/trunk/components ; [INFO] Scanning for projects... [ERROR] The build could not read 1 project - [Help 1] [ERROR] [ERROR] The project org.wso2.carbon:org.wso2.carbon.autoscaler.service:4.0.0-SNAPSHOT

Re: [Dev] Smoke test - Kernel Beta2 Packs

2012-06-25 Thread Prabath Abeysekera
Hi, When I try to log in back as super tenant (after logging in as a tenant user), the log in attempt fails with the same error log that I posted in my previous reply. Regards, Prabath On Mon, Jun 25, 2012 at 4:22 PM, Prabath Abeysekera praba...@wso2.comwrote: Hi Dimuthu, I've smoke tested

Re: [Dev] Mediator integration tests disabled in carbon trunk

2012-06-25 Thread Chamara Silva
Ok. if you are planning to automate all ESB sample to cover 100% of mediator functionalities, shall we remove these test case?. Same time we are planning to automate mediator functionalities based on the QA plan. If you are planning to remove existing mediator test cases, we can create separate

Re: [Dev] Build Error in platform/trunk/components

2012-06-25 Thread Nirmal Fernando
Hi, On Mon, Jun 25, 2012 at 4:24 PM, Maheshika Goonetilleke mahesh...@wso2.comwrote: Hi All The following error occurs while trying to build platform/trunk/components ; [INFO] Scanning for projects... [ERROR] The build could not read 1 project - [Help 1] [ERROR] [ERROR] The project

Re: [Dev] Smoke test - Kernel Beta2 Packs

2012-06-25 Thread Muhammed Shariq
Hi, I smoke tested Manager, there is a starup error related to sample config which I will fix now. Also I got error reported at [1] when accessing Tenant Activity page, Sanjeewa please have a look; [1] - https://wso2.org/jira/browse/STRATOS-2073 On Mon, Jun 25, 2012 at 4:28 PM, Prabath

Re: [Dev] Smoke test - Kernel Beta2 Packs

2012-06-25 Thread Amila Maha Arachchi
Hi Waruna and all, On Mon, Jun 25, 2012 at 11:13 AM, Waruna Ranasinghe war...@wso2.com wrote: sent from my mobile. On Jun 25, 2012 11:02 AM, Amila Maha Arachchi ami...@wso2.com wrote: On Mon, Jun 25, 2012 at 10:55 AM, Sanjaya Vithanagama sanja...@wso2.com wrote: Hi,

Re: [Dev] Mediator integration tests disabled in carbon trunk

2012-06-25 Thread Ishan Jayawardena
We can remove those test cases. (The current esb samples might have a coverage higher than that of the existing mediator test cases. But it might not be 100%) Thanks, Ishan On Mon, Jun 25, 2012 at 4:29 PM, Chamara Silva cham...@wso2.com wrote: Ok. if you are planning to automate all ESB sample

[Dev] Carbon-Kernel beta2 release

2012-06-25 Thread Pradeep Fernando
Hi QA team, please find the smoke tested packs at location [1]. [1] http://wso2.org/bamboo/browse/WSO2CARBON-PRODUCTS-JOB1-255/artifact thanks, --Pradeep ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Smoke test - Kernel Beta2 Packs

2012-06-25 Thread Prabath Abeysekera
Hi, On Mon, Jun 25, 2012 at 4:42 PM, Dimuthu Leelarathne dimut...@wso2.comwrote: Hi Prabath, DSS is also suffering from allThemes issue that Greg is having. You need to have /resources/allthemes/Default/ as Shariq suggested in the previous mail. This is now fixed in DSS. thanks,

Re: [Dev] Smoke test - Kernel Beta2 Packs

2012-06-25 Thread Muhammed Shariq
Hi, Had a look with Rajika, this issue occurs because the theme management UI bundles are copied via the stratos common feature. We dont allow tenant's to modify theme/logos created via super tenant so I have removed the theme-mgt ui bundles from the stratos common feature, theme -mgt BE is

Re: [Dev] OSGi Fragment host problem when using package name instead of bundle symbolic name

2012-06-25 Thread Isuru Suriarachchi
In any case, you have to create a new orbit bundle if the original bundle doesn't work. If it works without making it a fragment, I think that will be even better. Thanks, ~Isuru On Mon, Jun 25, 2012 at 2:39 PM, Nirmal Fernando nir...@wso2.com wrote: On Mon, Jun 25, 2012 at 1:22 PM, Pradeep

Re: [Dev] Why using apiprovider as the webapp name for API Publisher

2012-06-25 Thread Isabelle Mauny
I have opened a public JIRA for this, so +1 to make it coherent. Isabelle. -- Isabelle Mauny Director, Product Management; WSO2, Inc.; http://wso2.com/ email: isabe...@wso2.com - mobile: +34 616050684 On Jun 23, 2012, at 4:23 AM, Denis Weerasiri wrote: Hi, In API manager admin console,

Re: [Dev] OSGi Fragment host problem when using package name instead of bundle symbolic name

2012-06-25 Thread Nirmal Fernando
On Mon, Jun 25, 2012 at 5:13 PM, Isuru Suriarachchi is...@wso2.com wrote: In any case, you have to create a new orbit bundle if the original bundle doesn't work. Cool! Thanks everyone! If it works without making it a fragment, I think that will be even better. Thanks, ~Isuru On Mon,

[Dev] [Bamboo-Build] WSO2 Carbon Orbit #117 was SUCCESSFUL

2012-06-25 Thread Bamboo
--- WSO2 Carbon Orbit #117 was successful. --- This build was manually triggered by BambooBuilder.

Re: [Dev] Mediator integration tests disabled in carbon trunk

2012-06-25 Thread Krishantha Samaraweera
Please go ahead and add mediator tests as defined in C4 ESB QA plan. You can exclude all existing mediator tests and start adding new test to the same module. Thanks, Krishantha. On Mon, Jun 25, 2012 at 5:13 PM, Chamara Silva cham...@wso2.com wrote: IMHO we need to add mediator test which QA

Re: [Dev] Smoke test - Kernel Beta2 Packs

2012-06-25 Thread Kishanthan Thangarajah
On Mon, Jun 25, 2012 at 6:04 PM, Muhammed Shariq sha...@wso2.com wrote: Hi Kishanthan, I tested the landing page in an AS pack build somewhere last thursady or so and I the lading page get deployed without an issue, log says; [2012-06-25 17:58:43,850] INFO

Re: [Dev] Does the XSLT mediator in ESB support XPath 2.0

2012-06-25 Thread Nipuni Perera
Hi, This is the sample that I have tested in the ESB-4.5.0. SNAPSHOT. I crated custom proxy service and gave the path to XSLT document as follows: proxy xmlns=http://ws.apache.org/ns/synapse; name=CustomProxy transports=https,http statistics=disable trace=disable startOnLoad=true target

Re: [Dev] [GReg] Adding associations/dependencies to it self

2012-06-25 Thread Subash Chaturanga
On Mon, Jun 25, 2012 at 6:44 PM, Senaka Fernando sen...@wso2.com wrote: Nothing stops anybody from doing that, :). In fact, though you add a dependency to itself, it will show in What I meant is if $subject is not a valid scenario, we can provide a warning message and prevent user adding a

Re: [Dev] [GReg] Adding associations/dependencies to it self

2012-06-25 Thread Senaka Fernando
Nothing stops anybody from doing that, :). Regards, Senaka. On Mon, Jun 25, 2012 at 3:52 PM, Subash Chaturanga sub...@wso2.com wrote: Hi Senaka, This is regarding this issue [1] . Is this a valid scenario ? Currently GReg does not add ass/dep to itself. [1] -

Re: [Dev] [GReg] Adding associations/dependencies to it self

2012-06-25 Thread Senaka Fernando
Hi Subash, No actually you can do that, :), it's valid, :).. So, u need to fix that Tree View :P. Thanks, Senaka. On Mon, Jun 25, 2012 at 6:57 PM, Subash Chaturanga sub...@wso2.com wrote: On Mon, Jun 25, 2012 at 6:44 PM, Senaka Fernando sen...@wso2.com wrote: Nothing stops anybody from

[Dev] [Bamboo-Build] WSO2 Carbon Kernel #344 has FAILED. Change made by asela.

2012-06-25 Thread Bamboo
--- WSO2 Carbon Kernel #344 failed. --- This build was manually triggered by BambooBuilder. No failed tests found, a possible compilation error.

Re: [Dev] Smoke test - Kernel Beta2 Packs

2012-06-25 Thread Muhammed Shariq
On Mon, Jun 25, 2012 at 6:37 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: On Mon, Jun 25, 2012 at 6:04 PM, Muhammed Shariq sha...@wso2.com wrote: Hi Kishanthan, I tested the landing page in an AS pack build somewhere last thursady or so and I the lading page get deployed without

[Dev] [Bamboo-Build] WSO2 Carbon platform #402 has FAILED. Change made by hiranya and charitha.

2012-06-25 Thread Bamboo
--- WSO2 Carbon platform #402 failed. --- This build was manually triggered by BambooBuilder. No failed tests found, a possible compilation error.

Re: [Dev] [Bamboo-Build] WSO2 Carbon platform #402 has FAILED. Change made by hiranya and charitha.

2012-06-25 Thread Amila Maha Arachchi
Bamboo has gone OOM... 25-Jun-2012 07:48:31 Error occurred while running Task 'Checkout Default Repository(1)'. This build will fail. Caused by: 25-Jun-2012 07:48:31 java.lang.OutOfMemoryError: GC overhead limit exceeded 25-Jun-2012 07:48:31 Failed to prepare the build

Re: [Dev] Compilation failure in org.wso2.carbon.dataservices.core

2012-06-25 Thread Anjana Fernando
Hi Krishantha, On Mon, Jun 25, 2012 at 7:11 PM, Krishantha Samaraweera krishan...@wso2.com wrote: Hi, I'm getting following compilation error while building components. I have taken svn update from platfrom/kernel head. [ERROR] Failed to execute goal

Re: [Dev] [Commits] [Carbon-platform] svn commit r131109 - carbon/platform/trunk/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/js

2012-06-25 Thread Senaka Fernando
Hi Janaka, This is a half commit. Please check for all usages before resolving or else someone will have to spend an age to re-validate the resolved JIRA issues and reopen them. I have fixed the issues in r131113. Thanks, Senaka. On Mon, Jun 25, 2012 at 8:18 PM, jan...@wso2.com wrote: Author:

Re: [Dev] Does the XSLT mediator in ESB support XPath 2.0

2012-06-25 Thread Hiranya Jayathilaka
Don't we have to use some kind of a prefix in-front of distinct-values? Thanks, Hiranya On Mon, Jun 25, 2012 at 6:44 PM, Nipuni Perera nip...@wso2.com wrote: Hi, This is the sample that I have tested in the ESB-4.5.0. SNAPSHOT. I crated custom proxy service and gave the path to XSLT

Re: [Dev] Build error on project org.wso2.carbon.application.mgt.bpel

2012-06-25 Thread Waruna Ranasinghe
On Mon, Jun 25, 2012 at 10:51 PM, Eranda Sooriyabandara era...@wso2.comwrote: Hi, I am getting the following error, Please build service-stubs. Thanks, Waruna BUILD FAILURE [INFO] [INFO] Total time: 10.800s [INFO]

Re: [Dev] [Commits] [Carbon-platform] svn commit r131109 - carbon/platform/trunk/components/governance/org.wso2.carbon.governance.lcm.ui/src/main/resources/web/lcm/js

2012-06-25 Thread Janaka Ranabahu
Hi Senaka, On Mon, Jun 25, 2012 at 10:15 PM, Senaka Fernando sen...@wso2.com wrote: Hi Janaka, This is a half commit. Please check for all usages before resolving or else someone will have to spend an age to re-validate the resolved JIRA issues and reopen them. I have fixed the issues in

Re: [Dev] Added a separate deployer for the Stratos services's landing page webapp.

2012-06-25 Thread Kishanthan Thangarajah
Hi Shariq, On Sun, Mar 18, 2012 at 1:18 PM, Muhammed Shariq sha...@wso2.com wrote: Hi folks, From the last Stratos release we introduced a landing page as a simple html based webapp to in order to display service specific information, screen casts etc. Ideally we needed to be able to update

[Dev] [Bamboo-Build] WSO2 Carbon Kernel #345 was SUCCESSFUL (with 2801 tests). Change made by subash.

2012-06-25 Thread Bamboo
--- WSO2 Carbon Kernel #345 was successful. --- Code has been updated by subash. 2801 tests in total.

[Dev] [Bamboo-Build] WSO2 Carbon platform #403 has FAILED. Change made by 13 authors.

2012-06-25 Thread Bamboo
--- WSO2 Carbon platform #403 failed. --- This build was manually triggered by BambooBuilder. No failed tests found, a possible compilation error.

[Dev] BAM2 M5 Demo Session Notes

2012-06-25 Thread Buddhika Chamith
Rename KPI sample to Retail store sample. Make figures for each item in the sample varied. (looks bad in the graphs currently with all having same values) Make some gadgets based on time.(requests per each hour etc.) Look in to feature repo based tool box distribution and get tool boxes list

[Dev] Carbon Kernel Registry / User-Manager DB Conn. Pooling Switched from DBCP to JDBC-Pool (New DataSource Impl.)

2012-06-25 Thread Anjana Fernando
Hi, I've done the $subject, and also changed the configuration to do a JNDI lookup rather than having the configuration in-line, in this way both registry / user-manager will use the same connection pool. The data source definition is at /repository/conf/datasources/master-datasources.xml. Also,

[Dev] Secret Manager has not fixed after doing folder restructuring, there can be more!

2012-06-25 Thread Nirmal Fernando
Hi All, Note $subject. I've fixed it in r131118. I wonder how many other (not frequently used) components' functionality is in 'broken' state, with the folder restructuring! -- Thanks regards, Nirmal Software Engineer- Platform Technologies Team, WSO2 Inc. Mobile: +94715779733 Blog:

Re: [Dev] Build error on project org.wso2.carbon.application.mgt.bpel

2012-06-25 Thread Waruna Ranasinghe
On Tue, Jun 26, 2012 at 7:33 AM, Eranda Sooriyabandara era...@wso2.comwrote: Hi Waruna, I took the svn up yesterday noon and build from dependencies. Do I need to take svn up again for service stub and build? No, this commit was done day before yesterday. Thanks, Waruna thanks Eranda

[Dev] compilation failure - org.wso2.carbon.core.transports.metering.MeteredServletRequest is not abstract and does not override abstract method getPart(java.lang.String) in javax.servlet.http.HttpSer

2012-06-25 Thread Sumedha Rubasinghe
kernel/trunk/core/org.wso2.carbon.core/src/main/java/org/wso2/carbon/core/transports/metering/MeteredServletRequest.java:[38,7] org.wso2.carbon.core.transports.metering.MeteredServletRequest is not abstract and does not override abstract method getPart(java.lang.String) in

[Dev] [kernal] Compilation failure

2012-06-25 Thread Ajith Vitharana
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project org.wso2.carbon.core: Compilation failure: Compilation failure: [ERROR]

[Dev] Error when building platform

2012-06-25 Thread Ranga Siriwardena
Hi, I'm getting following error on platform build.. Are these missing module set as externals? [INFO] Scanning for projects... [ERROR] The build could not read 1 project - [Help 1] [ERROR] [ERROR] The project org.wso2.carbon:carbon-dependents:4.0.0-SNAPSHOT

Re: [Dev] AS 5.0.0 Documentation

2012-06-25 Thread Yumani Ranaweera
Do we include MS features also within AS Documentation. As I remember MS had good documentation done on Host objects, js webservices annotation, data binding, how to on creating to consuming a js service etc. Where would they fit in. [1] -

Re: [Dev] [kernal] Compilation failure

2012-06-25 Thread Sumedha Rubasinghe
I also reported the same error on another thread. Going to do a mock implementation commit to avoid compilation failure. On Tue, Jun 26, 2012 at 10:04 AM, Ajith Vitharana aji...@wso2.com wrote: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile

Re: [Dev] AS 5.0.0 Documentation

2012-06-25 Thread Isuru Suriarachchi
Yes, all those Jaggery and MS docs should be added to the AS 5.0.0 documentation. Thanks, ~Isuru On Tue, Jun 26, 2012 at 10:25 AM, Yumani Ranaweera yum...@wso2.com wrote: Do we include MS features also within AS Documentation. As I remember MS had good documentation done on Host objects, js

[Dev] Ghost deployment support for Jaggery, JAXRS/JAXWS services

2012-06-25 Thread Afkham Azeez
Do we have GD support for Jaggery JAXRS/JAXWS? -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * http://www.apache.org/** email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919 blog:

Re: [Dev] Maven snapshot repo

2012-06-25 Thread Maheshika Goonetilleke
On Fri, Jun 22, 2012 at 1:33 PM, Samisa Abeysinghe sam...@wso2.com wrote: This is a test failure in Axis2 On Fri, Jun 22, 2012 at 1:27 PM, Maheshika Goonetilleke mahesh...@wso2.com wrote: On Fri, Jun 22, 2012 at 11:31 AM, Maheshika Goonetilleke mahesh...@wso2.com wrote: On Fri,

[Dev] unable to talk to Message broker and using .NET Client

2012-06-25 Thread Ramith Jayasinghe
Hi, $Subject happens in our released version of Message broker. This is due to a (recently found) issue in qpid server (-java) described in [1]. and its been fixed in latest version of the Qpid-java broker. Mail thread also have easy patch ( could be use full if we ever want to patch our

Re: [Dev] AS 5.0.0 Documentation

2012-06-25 Thread Nuwan Bandara
On Tue, Jun 26, 2012 at 10:27 AM, Isuru Suriarachchi is...@wso2.com wrote: Yes, all those Jaggery and MS docs should be added to the AS 5.0.0 documentation. Yes. need to add old MS docs as it is, since there are no functional changes. I would say, for jaggery we give a introduction and pint

Re: [Dev] Ghost deployment support for Jaggery, JAXRS/JAXWS services

2012-06-25 Thread Nuwan Bandara
On Tue, Jun 26, 2012 at 10:30 AM, Afkham Azeez az...@wso2.com wrote: Do we have GD support for Jaggery JAXRS/JAXWS? Working on for jaggery right now, also webapp lazy loading for jaggery -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software

Re: [Dev] AS 5.0.0 Documentation

2012-06-25 Thread Isuru Suriarachchi
On Tue, Jun 26, 2012 at 10:35 AM, Nuwan Bandara nu...@wso2.com wrote: On Tue, Jun 26, 2012 at 10:27 AM, Isuru Suriarachchi is...@wso2.comwrote: Yes, all those Jaggery and MS docs should be added to the AS 5.0.0 documentation. Yes. need to add old MS docs as it is, since there are no

Re: [Dev] Added a separate deployer for the Stratos services's landing page webapp.

2012-06-25 Thread Muhammed Shariq
On Mon, Jun 25, 2012 at 11:22 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: Hi Shariq, On Sun, Mar 18, 2012 at 1:18 PM, Muhammed Shariq sha...@wso2.com wrote: Hi folks, From the last Stratos release we introduced a landing page as a simple html based webapp to in order to display

Re: [Dev] AS 5.0.0 Documentation

2012-06-25 Thread Isuru Suriarachchi
Hi Nirdesha, Here's a rough list of new features added in AS 5.0.0. Webapp based JAX-WS support JAX-RS support Lazy loading for Services Lazy loading for Web Applications Jaggery Javascript Services Total Tomcat compliance There are list of improvements also which should go under existing

Re: [Dev] Mediator integration tests disabled in carbon trunk

2012-06-25 Thread Chamara Silva
I reviewed existing mediator tests written in integration test. Most of the test scenarios are same as the QA plan mentioned. we can re-use these test cases after conversion from Junit to TestNG. WYT? Regards, Chamara Silva On Mon, Jun 25, 2012 at 6:02 PM, Chamara Silva cham...@wso2.com wrote: