Re: [Dev] portOffset doesn't propagate into AxisConfig transportIns

2012-07-09 Thread Nirmal Fernando
Hi All, Found the bug! In TribesClusteringAgent, it considers port offset only if AvoidInitiation parameter is set to false. Get confirmed from Azeez that portOffset should set regardless of this parameter. code: Parameter param = getParameter(ClusteringConstants.Parameters.AVOID_INITIATION);

Re: [Dev] [G-Reg] Can't deploy car files in latest pack.

2012-07-09 Thread Ajith Vitharana
On Mon, Jul 9, 2012 at 10:25 AM, Isuru Suriarachchi is...@wso2.com wrote: This is fixed now.. Thanks Isuru . This is working fine in latest G-Reg pack. /Ajith Thanks, ~Isuru On Sat, Jul 7, 2012 at 5:38 PM, Isuru Suriarachchi is...@wso2.com wrote: Hi Ajith, This should be due to the

Re: [Dev] portOffset doesn't propagate into AxisConfig transportIns

2012-07-09 Thread Afkham Azeez
Just check whether u get (2 * portOffset) if AvoidInitiation is set to true. On Mon, Jul 9, 2012 at 12:03 PM, Nirmal Fernando nir...@wso2.com wrote: Hi All, Found the bug! In TribesClusteringAgent, it considers port offset only if AvoidInitiation parameter is set to false. Get confirmed

Re: [Dev] C-App synchronization in a Carbon cluster

2012-07-09 Thread Isuru Suriarachchi
On Mon, Jul 9, 2012 at 10:55 AM, Muhammed Shariq sha...@wso2.com wrote: On Fri, Jul 6, 2012 at 6:05 PM, Isuru Suriarachchi is...@wso2.com wrote: Hi all, I'm trying to fix [1]. Here's the root cause for this issue.. Imagine a Carbon cluster with 2 nodes where the svn based deployment

Re: [Dev] C-App synchronization in a Carbon cluster

2012-07-09 Thread Isuru Suriarachchi
On Sat, Jul 7, 2012 at 11:01 AM, Kasun Gajasinghe kas...@wso2.com wrote: Hi Isuru, I'd like to add a third option to the list for consideration. :) How about doing the synchronization between cluster nodes AFTER the C-App's extracted artifacts are deployed? This is kind of not possible

Re: [Dev] portOffset doesn't propagate into AxisConfig transportIns

2012-07-09 Thread Nirmal Fernando
On Mon, Jul 9, 2012 at 12:10 PM, Afkham Azeez az...@wso2.com wrote: Just check whether u get (2 * portOffset) if AvoidInitiation is set to true. No! If that's the case this issue cannot exist, since by default AvoidInitiation is true :-) On Mon, Jul 9, 2012 at 12:03 PM, Nirmal Fernando

Re: [Dev] C-App synchronization in a Carbon cluster

2012-07-09 Thread Harshana Martin
Hi Isuru, On Sat, Jul 7, 2012 at 9:48 AM, Isuru Suriarachchi is...@wso2.com wrote: Harshana, good point.. Actually I had forgot about the lib artifacts. Anyway as Azeez mentioned, we only allow lib artifacts for super tenant. So it's kind of broken already. If we want the libs to work with

Re: [Dev] Seeing a jasper report through a gadget

2012-07-09 Thread Tharindu Mathew
What about Pentaho/Good data/Birt? On Sun, Jul 8, 2012 at 4:57 PM, Sachini Jayasekera sachi...@wso2.comwrote: It's not possible to have select elements in ireport. All the parameters have to be passed before the report generation. We can use a jsp page to pass the parameters to ireport.

Re: [Dev] Carbon core startup error - Could not instantiate class [org.wso2.carbon.logging.appender.CarbonMemoryAppender]

2012-07-09 Thread Kishanthan Thangarajah
Hi, On Mon, Jul 9, 2012 at 8:11 AM, Amani Soysa am...@wso2.com wrote: Hi, Did you take an up from logging component? (we have added a new appender to send tenant aware logs to the memory in the log4j properties file). Why should I need to take update in logging component for this? The

Re: [Dev] Carbon core startup error - Could not instantiate class [org.wso2.carbon.logging.appender.CarbonMemoryAppender]

2012-07-09 Thread Amani Soysa
Yeah My bad i thought u were referring to AS. Just take an up from kernal/distribution it is fixed now. Regards, Amani On Mon, Jul 9, 2012 at 1:28 PM, Kishanthan Thangarajah kishant...@wso2.comwrote: Hi, On Mon, Jul 9, 2012 at 8:11 AM, Amani Soysa am...@wso2.com wrote: Hi, Did you take

[Dev] [Bamboo-Build] Carbon Snapshot Platform #443 has FAILED. Change made by 11 authors.

2012-07-09 Thread Bamboo
--- Carbon Snapshot Platform #443 failed. --- This build occurred because it is a dependant of WSO2CARBON-CARBONCOREKERNELBUILD-366. No failed tests found, a

Re: [Dev] C-App synchronization in a Carbon cluster

2012-07-09 Thread Muhammed Shariq
On Mon, Jul 9, 2012 at 12:20 PM, Isuru Suriarachchi is...@wso2.com wrote: On Mon, Jul 9, 2012 at 10:55 AM, Muhammed Shariq sha...@wso2.com wrote: On Fri, Jul 6, 2012 at 6:05 PM, Isuru Suriarachchi is...@wso2.comwrote: Hi all, I'm trying to fix [1]. Here's the root cause for this issue..

Re: [Dev] Latest G-Reg pack.

2012-07-09 Thread Senaka Fernando
Hi Ajith, Any reasons for why you hosted a new pack? What about the ones from builder? Thanks, Senaka. On Mon, Jul 9, 2012 at 10:24 AM, Yumani Ranaweera yum...@wso2.com wrote: Hi, It gives replace messages to samples/shutterbug/src/README.txt, samples/ws-client/README.txt when extracting

Re: [Dev] [Bamboo-Build] Carbon Snapshot Platform #443 has FAILED. Change made by 11 authors.

2012-07-09 Thread Isuru Udana
Hi, Recent bamboo platform build failed because of the following error [1]. Can we please have a look on this? Caused by: com.atlassian.bamboo.repository.svn.ExternalsLockException: svn: URL '

Re: [Dev] Latest G-Reg pack.

2012-07-09 Thread Ajith Vitharana
On Mon, Jul 9, 2012 at 2:31 PM, Senaka Fernando sen...@wso2.com wrote: Hi Ajith, Any reasons for why you hosted a new pack? What about the ones from builder? This is a pack which is built on clean repo in my local machine. I can't find successful bamboo build (product) since more than two

[Dev] Carbon classes no longer visible to webapps

2012-07-09 Thread Afkham Azeez
Somebody has broken this within last week. In the AS beta2 pack, this works. I also tested it on June 29th on the trunk this was working. This is a major blocker for the platform release as well as for BAM. -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache

[Dev] SVN update is failing

2012-07-09 Thread Afkham Azeez
svn: In directory 'build/tropos/openstack/OpenStackInstaller-lxc-compute-node' svn: Can't open file 'build/tropos/openstack/OpenStackInstaller-lxc-compute-node/.svn/tmp/text-base/wso2osreinstall.sh.svn-base': No such file or directory -- *Afkham Azeez* Director of Architecture; WSO2, Inc.;

Re: [Dev] [Bamboo-Build] Carbon Snapshot Platform #443 has FAILED. Change made by 11 authors.

2012-07-09 Thread Ruchira Wageesha
Fixed. On Mon, Jul 9, 2012 at 2:36 PM, Isuru Udana isu...@wso2.com wrote: Hi, Recent bamboo platform build failed because of the following error [1]. Can we please have a look on this? Caused by: com.atlassian.bamboo.repository.svn.ExternalsLockException: svn: URL '

Re: [Dev] C-App synchronization in a Carbon cluster

2012-07-09 Thread Srinath Perera
Hi Isuru, In a review we talked about possibility of not deploying artifacts inside the CApp back to repo, but deploying them by extracting them into a temp directory and invoking the respective deployers directly, without using the hot deployment. IMHO, that is the clean way to handle CApp

Re: [Dev] Seeing a jasper report through a gadget

2012-07-09 Thread Dilshan Edirisuriya
Hi, A bit offtopic: Can't we put web elements like drop downs (select element) from iReporting (or another tool) itself? Of course, editing the html can be done, but that is pointless As far as I know there is know way to add any drop downs to generated reports as it relies on a static jrxml

Re: [Dev] Add P2 repo build to Bamboo

2012-07-09 Thread Maheshika Goonetilleke
On Fri, Jul 6, 2012 at 5:31 AM, Dimuthu Leelarathne dimut...@wso2.comwrote: Hi Maheshika, We need to schedule the build, to run more regularly. thanks, dimuthu On Thu, Jul 5, 2012 at 5:26 PM, Maheshika Goonetilleke mahesh...@wso2.com wrote: On Thu, Jul 5, 2012 at 4:33 PM, Afkham

Re: [Dev] Carbon classes no longer visible to webapps

2012-07-09 Thread Kishanthan Thangarajah
@Pradeep, does carbon now being deployed as a webapp have any effect on this? On Mon, Jul 9, 2012 at 2:47 PM, Afkham Azeez az...@wso2.com wrote: Somebody has broken this within last week. In the AS beta2 pack, this works. I also tested it on June 29th on the trunk this was working. This is a

[Dev] Axiom needs to be built with test

2012-07-09 Thread Shelan Perera
I am in the process of getting Axiom 1.2.11 into dependencies. But it needs to be built with tests , Because test framework depends on the following artifact. As a workaround I can get the dependency from repository but that might cause problems in future if more changes are introduced to Axiom

Re: [Dev] Add P2 repo build to Bamboo

2012-07-09 Thread Dimuthu Leelarathne
Hi Maheshika, Lets run it for each successful platform build instead of products build. In addition lets schedule it twice a week. thanks, dimuthu On Mon, Jul 9, 2012 at 4:10 PM, Maheshika Goonetilleke mahesh...@wso2.comwrote: On Fri, Jul 6, 2012 at 5:31 AM, Dimuthu Leelarathne

Re: [Dev] Carbon classes no longer visible to webapps

2012-07-09 Thread Pradeep Fernando
Hi, No. As changes were done sometime ago, (weeks ago). If you are reffering to appserver support, then No as well. They are local to me. --Pradeep ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Add P2 repo build to Bamboo

2012-07-09 Thread Maheshika Goonetilleke
On Mon, Jul 9, 2012 at 4:25 PM, Dimuthu Leelarathne dimut...@wso2.comwrote: Hi Maheshika, Lets run it for each successful platform build instead of products build. In addition lets schedule it twice a week. thanks, dimuthu On Mon, Jul 9, 2012 at 4:10 PM, Maheshika Goonetilleke

Re: [Dev] Axiom needs to be built with test

2012-07-09 Thread Thilina Buddhika
This is the usual Axiom behavior. It needs to be built with tests at least once. I guess it is fine to leave it as it is because we are supposed to build the platform tests. Thanks, Thilina On Mon, Jul 9, 2012 at 4:22 PM, Shelan Perera she...@wso2.com wrote: I am in the process of getting

Re: [Dev] Axiom needs to be built with test

2012-07-09 Thread Shelan Perera
Hi, On Mon, Jul 9, 2012 at 4:37 PM, Sagara Gunathunga sag...@wso2.com wrote: On Mon, Jul 9, 2012 at 4:22 PM, Shelan Perera she...@wso2.com wrote: I am in the process of getting Axiom 1.2.11 into dependencies. But it needs to be built with tests , Because test framework depends on the

Re: [Dev] orbit project frozen

2012-07-09 Thread Harshana Martin
Hi Pradeep, On Sat, Jul 7, 2012 at 2:52 AM, Pradeep Fernando prad...@wso2.com wrote: Hi, I could not complete the task today. There are few complications, 1. there are snapshot versions in the orbit project. they have to be branched first 2. deployment should be happened using maven3 -

Re: [Dev] Questions on WADL support in G-reg

2012-07-09 Thread Eranda Sooriyabandara
Hi Charitha, See my comments in line. 1. In G-reg UI, I can see Add WADL similar to the other meta data options. Add WADL UI has the following elements by default. Name (mandatory) Namespace (mandatory) Documentation ( A table with 3 columns, Document Type, URL, Comment) How can I browse

Re: [Dev] C-App synchronization in a Carbon cluster

2012-07-09 Thread Srinath Perera
Hi Isuru, For the release, can we ask users to run the cluster in a mode where only one node write to the SVN repo and other nodes will just read? Also, please explain your fixes to someone/ commit them to the new trunk once we are done with the release. I think those fixes are the right long

Re: [Dev] Latest G-Reg pack.

2012-07-09 Thread Charitha Kankanamge
Hi Ajith, Please host a new pack for testing since list URIs and WADL features are broken in this pack. /Charitha On Mon, Jul 9, 2012 at 2:45 PM, Ajith Vitharana aji...@wso2.com wrote: On Mon, Jul 9, 2012 at 2:31 PM, Senaka Fernando sen...@wso2.com wrote: Hi Ajith, Any reasons for why

Re: [Dev] JNDI lookup wont work inside a web-app

2012-07-09 Thread Isuru Suriarachchi
As Kishanthan has explained in his last reply, this is not something broken and this is how Tomcat is supposed to work. Therefore, I think we have to have a meeting on this and decide what to do. Thanks, ~Isuru On Fri, Jul 6, 2012 at 11:44 PM, Dinusha Senanayaka dinu...@wso2.comwrote: Hi

Re: [Dev] C-App synchronization in a Carbon cluster

2012-07-09 Thread Isuru Suriarachchi
On Mon, Jul 9, 2012 at 5:07 PM, Srinath Perera srin...@wso2.com wrote: Hi Isuru, For the release, can we ask users to run the cluster in a mode where only one node write to the SVN repo and other nodes will just read? I think we always recommend only one R/W node in a cluster. Also,

Re: [Dev] Latest G-Reg pack.

2012-07-09 Thread Subash Chaturanga
Hi all, Please find the updated pack at [2] [2] - https://svn.wso2.com/wso2/svn/wso2/scratch/subash/latest-packs/ On Mon, Jul 9, 2012 at 4:55 PM, Charitha Kankanamge chari...@wso2.comwrote: Hi Ajith, Please host a new pack for testing since list URIs and WADL features are broken in this pack.

Re: [Dev] C-App synchronization in a Carbon cluster

2012-07-09 Thread Isuru Suriarachchi
On Mon, Jul 9, 2012 at 3:21 PM, Srinath Perera srin...@wso2.com wrote: Hi Isuru, In a review we talked about possibility of not deploying artifacts inside the CApp back to repo, but deploying them by extracting them into a temp directory and invoking the respective deployers directly,

[Dev] C4 Kernel Beta3 and Code Freeze

2012-07-09 Thread Dimuthu Leelarathne
Hi, We are planning to start a Beta3 build tomorrow. So get in your fixes :) We are planning to enforce Code freeze for C4 kernel end of this week. thanks, dimuthu ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] Build fails due to incorrect pom.xml files in org.wso2.carbon:org.wso2.carbon.identity.oauth, org.wso2.carbon.identity.oauth.ui

2012-07-09 Thread Andun Gunawardena
Hi all, $subject. Gives this error. [ERROR] The build could not read 2 projects - [Help 1] [ERROR] [ERROR] The project org.wso2.carbon:org.wso2.carbon.identity.oauth:4.0.0-SNAPSHOT (/home/andunslg/My_Works/WSO2_Carbon_Trunk/platform/components/identity/org.wso2.carbon.identity.oauth/pom.xml)

Re: [Dev] Build fails due to incorrect pom.xml files in org.wso2.carbon:org.wso2.carbon.identity.oauth, org.wso2.carbon.identity.oauth.ui

2012-07-09 Thread Thilina Buddhika
Please update and build the following modules in the given order. - platform/parent - platform/dependencies/amber -platform/dependencies/orbit/amber Thanks, Thilina On Mon, Jul 9, 2012 at 7:46 PM, Andun Gunawardena an...@wso2.com wrote: Hi all, $subject. Gives this error. [ERROR] The

Re: [Dev] Build fails due to incorrect pom.xml files in org.wso2.carbon:org.wso2.carbon.identity.oauth, org.wso2.carbon.identity.oauth.ui

2012-07-09 Thread Andun Gunawardena
Thank You. Will Do it. On Mon, Jul 9, 2012 at 7:50 PM, Thilina Buddhika thili...@wso2.com wrote: Please update and build the following modules in the given order. - platform/parent - platform/dependencies/amber -platform/dependencies/orbit/amber Thanks, Thilina On Mon, Jul 9, 2012 at

[Dev] Siddhi CEP 1.0.0 - Milestone 1 Release!

2012-07-09 Thread Suhothayan Sriskandarajah
* Siddhi CEP 1.0.0 - Milestone 1 Release!* Date : 9th July 2012 This milestone is available at : http://svn.wso2.org/repos/wso2/people/suho/siddhi/m1/siddhi-1.0.0-SNAPSHOT.zip This source code is available at : http://svn.wso2.org/repos/wso2/trunk/commons/siddhi2 Note: This release is NOT

[Dev] [Bamboo-Build] Carbon Snapshot Orbit #129 was SUCCESSFUL. Change made by anjana.

2012-07-09 Thread Bamboo
--- Carbon Snapshot Orbit #129 was successful. --- Code has been updated by anjana. http://wso2.org/bamboo/browse/WSO2CARBON-CARBONKERNELBUILD-129/

Re: [Dev] [Architecture] Siddhi CEP 1.0.0 - Milestone 1 Release!

2012-07-09 Thread Subash Chaturanga
On Mon, Jul 9, 2012 at 8:39 PM, Suhothayan Sriskandarajah s...@wso2.comwrote: * Siddhi CEP 1.0.0 - Milestone 1 Release!* Date : 9th July 2012 This milestone is available at : http://svn.wso2.org/repos/wso2/people/suho/siddhi/m1/siddhi-1.0.0-SNAPSHOT.zip This source code is available at

[Dev] [Bamboo-Build] Carbon Snapshot Kernel #370 has FAILED (3 tests failed). Change made by 4 authors.

2012-07-09 Thread Bamboo
--- Carbon Snapshot Kernel #370 failed. --- This build occurred because it is a dependant of WSO2CARBON-CARBONKERNELBUILD-129. 3/2807 tests failed.

[Dev] [Bamboo-Build] Carbon Snapshot Orbit #130 was SUCCESSFUL. Change made by azeez and thilinab.

2012-07-09 Thread Bamboo
--- Carbon Snapshot Orbit #130 was successful. --- Code has been updated by azeez, thilinab. http://wso2.org/bamboo/browse/WSO2CARBON-CARBONKERNELBUILD-130/

Re: [Dev] [Architecture] Siddhi CEP 1.0.0 - Milestone 1 Release!

2012-07-09 Thread Suhothayan Sriskandarajah
On Tue, Jul 10, 2012 at 12:10 AM, Subash Chaturanga sub...@wso2.com wrote: On Mon, Jul 9, 2012 at 8:39 PM, Suhothayan Sriskandarajah s...@wso2.comwrote: * Siddhi CEP 1.0.0 - Milestone 1 Release!* Date : 9th July 2012 This milestone is available at :

[Dev] Build break due to Tomcat version difference in Orbit and Kernel

2012-07-09 Thread Harshana Martin
Hi All, In the orbit, Tomcat version is *version.tomcat7.0.27/version.tomcat*where as in the Kernel Tomcat version is *version.tomcat7.0.28/version.tomcat* Please fix this. Currently I'm continuing my local Orbit kernel version to * version.tomcat7.0.28/version.tomcat.* * * Thanks and Regards,

[Dev] [Bamboo-Build] Carbon Snapshot Kernel #371 has FAILED (3 tests failed, no failures were new). Change made by asela and azeez.

2012-07-09 Thread Bamboo
--- Carbon Snapshot Kernel #371 failed. --- This build occurred because it is a dependant of WSO2CARBON-CARBONKERNELBUILD-130. 3/2807 tests failed, no

[Dev] [Bamboo-Build] Carbon Snapshot Kernel #372 has FAILED. Change made by anjana.

2012-07-09 Thread Bamboo
--- Carbon Snapshot Kernel #372 failed. --- This build occurred because it is a dependant of WSO2CARBON-CARBONKERNELBUILD-131. No failed tests found, a

[Dev] How to change a port to an exact number not via offset

2012-07-09 Thread Nuwan Bandara
Hi All, How to do $subject with current configs, Right now we dont have mgt-transport.xml or ports-config.xml whats the correct way to do this. I am seeing a config option in carbon.xml for ServletTransports HTTPS9443/HTTPS HTTP9763/HTTP /ServletTransports

[Dev] Why Do we Display TryIt for Proxy Services that have no WSDL?

2012-07-09 Thread Senaka Fernando
Hi all, When I create a ProxyService in ESB, The WSDL is not mandatory. But, TryIt is available and can do absolutely nothing with that service. Does it make sense to display Try It in such a scenario? Thanks, Senaka. -- *Senaka Fernando* Member - Integration Technologies Management Committee;

Re: [Dev] Error building jaggary dependency

2012-07-09 Thread Nuwan Bandara
Hi, The problem with this method is, that jaggery components and features are not children of carbon components of features. so there will be a build failure if we add an external. If we are to do this we will have to make jaggery components and features top level modules. Am not sure if thats

Re: [Dev] How to change a port to an exact number not via offset

2012-07-09 Thread Nuwan Dias
Hi Nuwan, You have to change the relevant transport receiver ports in the axis2.xml. Thanks, NuwanD. On Tue, Jul 10, 2012 at 10:23 AM, Nuwan Bandara nu...@wso2.com wrote: Hi All, How to do $subject with current configs, Right now we dont have mgt-transport.xml or ports-config.xml whats the

Re: [Dev] How to change a port to an exact number not via offset

2012-07-09 Thread Nuwan Bandara
IMO, thats not correct, if that is the method, why do we have a port set in carbon.xml, this kind of a setting has to be trivial, rather going in and changing axis2 settings. Regards, /Nuwan On Mon, Jul 9, 2012 at 4:41 PM, Nuwan Dias nuw...@wso2.com wrote: Hi Nuwan, You have to change the

Re: [Dev] Build break due to Tomcat version difference in Orbit and Kernel

2012-07-09 Thread Dimuthu Leelarathne
Hi Harshana, On Tue, Jul 10, 2012 at 2:28 AM, Harshana Martin harsh...@wso2.com wrote: Hi All, In the orbit, Tomcat version is *version.tomcat7.0.27/version.tomcat*where as in the Kernel Tomcat version is *version.tomcat7.0.28/version.tomcat* I see this as 7.0.28 at parent pom. Can you

Re: [Dev] How to change a port to an exact number not via offset

2012-07-09 Thread Sameera Jayasoma
On Mon, Jul 9, 2012 at 3:23 PM, Nuwan Bandara nu...@wso2.com wrote: Hi All, How to do $subject with current configs, Right now we dont have mgt-transport.xml or ports-config.xml whats the correct way to do this. I am seeing a config option in carbon.xml for ServletTransports

Re: [Dev] How to change a port to an exact number not via offset

2012-07-09 Thread Nuwan Bandara
Yap I managed to do it via catalina ports. however we need to fix this for C4. On Mon, Jul 9, 2012 at 5:14 PM, Sameera Jayasoma same...@wso2.com wrote: On Mon, Jul 9, 2012 at 3:23 PM, Nuwan Bandara nu...@wso2.com wrote: Hi All, How to do $subject with current configs, Right now we dont

Re: [Dev] How to change a port to an exact number not via offset

2012-07-09 Thread Afkham Azeez
Let's just get rid of this carbon. xml entry. Now our distributions look a lot closer to standard Tomcat you have to use the catalina- server.xml to change the ports. -- Afkham Azeez Sent from my phone On Jul 10, 2012 5:46 AM, Sameera Jayasoma same...@wso2.com wrote: On Mon, Jul 9, 2012 at

Re: [Dev] How to change a port to an exact number not via offset

2012-07-09 Thread Nuwan Bandara
+1, IMO that would be easier to follow. also please cleanup the README file in conf dir. Regards, /Nuwan On Mon, Jul 9, 2012 at 5:20 PM, Afkham Azeez az...@wso2.com wrote: Let's just get rid of this carbon. xml entry. Now our distributions look a lot closer to standard Tomcat you have to

Re: [Dev] Why Do we Display TryIt for Proxy Services that have no WSDL?

2012-07-09 Thread Afkham Azeez
If you invoke the mediate operation with the correct requests try it works, right? -- Afkham Azeez Sent from my phone On Jul 10, 2012 4:00 AM, Senaka Fernando sen...@wso2.com wrote: Hi all, When I create a ProxyService in ESB, The WSDL is not mandatory. But, TryIt is available and can do

[Dev] [Bamboo-Build] Carbon Snapshot Platform #445 has FAILED. Change made by 24 authors.

2012-07-09 Thread Bamboo
--- Carbon Snapshot Platform #445 failed. --- Code has been updated by krishantha, sinthuja, nuwanw, Kishanthan Thangarajah, subash, thilinab, udayanga,

Re: [Dev] G-Reg 4.5.0-Alpha released.

2012-07-09 Thread Ajith Vitharana
On Mon, Jul 9, 2012 at 11:37 PM, Isabelle Mauny isabe...@wso2.com wrote: Ajith, Can't access [1] - I'd like to download the alpha , where can I find it ? That pack has been removed with the Bamboo machine cleanup. However , You can find the latest G-Reg pack at [3].

Re: [Dev] [Bamboo-Build] Carbon Snapshot Kernel #372 has FAILED. Change made by anjana.

2012-07-09 Thread Isuru Udana
Hi, Recent Kernel build on Bamboo has failed due to the following error. Please have a look. WSO2 Carbon - New Data Sources RDBMS .. FAILURE Failed to execute goal on project org.wso2.carbon.ndatasource.rdbms: Could not resolve dependencies for project

Re: [Dev] Why Do we Display TryIt for Proxy Services that have no WSDL?

2012-07-09 Thread Senaka Fernando
Hi Azeez, Well, it should, but its not as in when you have the WSDL, and it then becomes just like CURL and not like SOAP UI. What I'm trying to say is that you'll loose what Try It typically does - if there is no WSDL. Thanks, Senaka. On Mon, Jul 9, 2012 at 8:33 PM, Afkham Azeez az...@wso2.com

[Dev] Kernel build failure - {was Re: [Bamboo-Build] Carbon Snapshot Kernel #372 has FAILED. Change made by anjana.}

2012-07-09 Thread Kishanthan Thangarajah
Hi Anjana, Looks like this due to a recent change in jdbc-pool bundle. Can we fix this ASAP? build 09-Jul-2012 14:45:19[ERROR] Failed to execute goal on project org.wso2.carbon.ndatasource.rdbms: Could not resolve dependencies for project

Re: [Dev] Kernel build failure - {was Re: [Bamboo-Build] Carbon Snapshot Kernel #372 has FAILED. Change made by anjana.}

2012-07-09 Thread Nuwan Bandara
IMO, if the orbit is built this should go away. On Mon, Jul 9, 2012 at 7:27 PM, Kishanthan Thangarajah kishant...@wso2.comwrote: Hi Anjana, Looks like this due to a recent change in jdbc-pool bundle. Can we fix this ASAP? build 09-Jul-2012 14:45:19[ERROR] Failed to execute goal on

Re: [Dev] Kernel build failure - {was Re: [Bamboo-Build] Carbon Snapshot Kernel #372 has FAILED. Change made by anjana.}

2012-07-09 Thread Kishanthan Thangarajah
I checked the orbit build too. Last orbit build was #131 and it had the changes from (r132342). The last kernel build was a dependent of this orbit build and it was failing with above mentioned reason. I'm not getting this locally also. So I have triggered a build from Orbit now. On Tue, Jul 10,

[Dev] [Bamboo-Build] Carbon Snapshot Orbit #132 was SUCCESSFUL

2012-07-09 Thread Bamboo
--- Carbon Snapshot Orbit #132 was successful. --- This build was manually triggered by Kishanthan Thangarajah.

[Dev] Platform build failure {was : [Bamboo-Build] Carbon Snapshot Platform #445 has FAILED. Change made by 24 authors.}

2012-07-09 Thread Kishanthan Thangarajah
Whole platform build failed due to : Failure to find org.apache.tomcat:jdbc-pool:jar:7.0.28-wso2v1 in http://maven.wso2.org/nexus/content/groups/wso2-public/ was cached in the local repository, resolution will not be reattempted until the update interval of wso2-nexus has elapsed or updates are

Re: [Dev] Kernel build failure - {was Re: [Bamboo-Build] Carbon Snapshot Kernel #372 has FAILED. Change made by anjana.}

2012-07-09 Thread Anjana Fernando
Hi everyone, I actually missed a commit to the orbit root pom, it is fixed now, sorry for the trouble. Cheers, Anjana. On Tue, Jul 10, 2012 at 8:06 AM, Nuwan Bandara nu...@wso2.com wrote: IMO, if the orbit is built this should go away. On Mon, Jul 9, 2012 at 7:27 PM, Kishanthan Thangarajah

Re: [Dev] Kernel build failure - {was Re: [Bamboo-Build] Carbon Snapshot Kernel #372 has FAILED. Change made by anjana.}

2012-07-09 Thread Kishanthan Thangarajah
On Tue, Jul 10, 2012 at 8:29 AM, Anjana Fernando anj...@wso2.com wrote: Hi everyone, I actually missed a commit to the orbit root pom, it is fixed now, sorry for the trouble. Triggered the orbit build again. Cheers, Anjana. On Tue, Jul 10, 2012 at 8:06 AM, Nuwan Bandara nu...@wso2.com

Re: [Dev] Error building jaggary dependency

2012-07-09 Thread Ruchira Wageesha
Yes, we will have to make them top level which might lead us to specify versions separately in each. Anyway, as there is no better option than that, will go ahead with it. Further, as we keep the dependency versions coming from carbon-core unchanged and jaggery directly depend on carbon core, we

Re: [Dev] Why Do we Display TryIt for Proxy Services that have no WSDL?

2012-07-09 Thread Anjana Fernando
Hi Senaka, On Tue, Jul 10, 2012 at 7:39 AM, Senaka Fernando sen...@wso2.com wrote: Hi Azeez, Well, it should, but its not as in when you have the WSDL, and it then becomes just like CURL and not like SOAP UI. What I'm trying to say is that you'll loose what Try It typically does - if there

Re: [Dev] Why Do we Display TryIt for Proxy Services that have no WSDL?

2012-07-09 Thread Kasun Indrasiri
On Tue, Jul 10, 2012 at 3:58 AM, Senaka Fernando sen...@wso2.com wrote: Hi all, When I create a ProxyService in ESB, The WSDL is not mandatory. But, TryIt is available and can do absolutely nothing with that service. Does it make sense to display Try It in such a scenario? Yeah, if you

[Dev] Invitation: Discussion on JNDI lookup wont work inside a web-app @ Tue Jul 10 3pm - 4pm (dev@wso2.org)

2012-07-09 Thread Dinusha Senanayaka
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20120710T093000Z DTEND:20120710T103000Z DTSTAMP:20120710T035937Z ORGANIZER;CN=Dinusha Senanayaka:mailto:dinu...@wso2.com UID:pbaj1ahbmpapaertvjmcqta...@google.com

Re: [Dev] Invitation: Discussion on JNDI lookup wont work inside a web-app @ Tue Jul 10 3pm - 4pm (srin...@wso2.com)

2012-07-09 Thread Srinath Perera
can we push this to 3.30 .. there is a conflict (given Azeez is there, it is ok to do it without me, if needed ) --Srinath On Tue, Jul 10, 2012 at 9:29 AM, Dinusha Senanayaka dinu...@wso2.comwrote: more details

[Dev] [Improvement] Shouldn't we make it possible to setup WS-Addressing when creating Pass Through Proxies for ESB?

2012-07-09 Thread Senaka Fernando
Hi all, When creating a pass through proxy, we don't allow any configuration for the endpoint in the first step with regards to WS-Addressing. But, this is required if you are creating simple proxies for WCF services for instance. And, from what I understand not all SOAP engines supports request

Re: [Dev] Why Do we Display TryIt for Proxy Services that have no WSDL?

2012-07-09 Thread Senaka Fernando
Hi all, Ok, I think I understand what's happening. So, Synapse creates a dummy WSDL, which is why Try-it shows up, and then can we invoke a service against that dummy WSDL, by passing in an arbitrary payload? I think Azeez was saying that's possible. If that's the case, we have no issues with

Re: [Dev] Invitation: Discussion on JNDI lookup wont work inside a web-app @ Tue Jul 10 3pm - 4pm (srin...@wso2.com)

2012-07-09 Thread Dinusha Senanayaka
On Tue, Jul 10, 2012 at 9:32 AM, Srinath Perera srin...@wso2.com wrote: can we push this to 3.30 .. there is a conflict (given Azeez is there, it is ok to do it without me, if needed ) yeah.. please re-schedule it. Regards, Dinusha. --Srinath On Tue, Jul 10, 2012 at 9:29 AM, Dinusha

Re: [Dev] [Bamboo-Build] Carbon Snapshot Platform #444 has FAILED (3 tests failed). Change made by 16 authors.

2012-07-09 Thread Isuru Udana
Hi, There were some build failures due to Permission denied when trying to deploy bundles to maven repo. Please have a look. Complete log is available at http://wso2.org/bamboo/download/WSO2CARBON-PLATFORM-JOB1/build_logs/WSO2CARBON-PLATFORM-JOB1-444.log build 09-Jul-2012 09:05:27 [ERROR]

[Dev] [Bamboo-Build] Carbon Snapshot Kernel #374 was SUCCESSFUL (with 2801 tests)

2012-07-09 Thread Bamboo
--- Carbon Snapshot Kernel #374 was successful. --- This build occurred because it is a dependant of WSO2CARBON-CARBONKERNELBUILD-133. 2801 tests in total.

Re: [Dev] [Bamboo-Build] Carbon Snapshot Platform #444 has FAILED (3 tests failed). Change made by 16 authors.

2012-07-09 Thread Dhanushka Ranasinghe
Hi... setting.xml file has user snapshots that user dont have the permission to location /home/httpd/dist.wso2.org/maven2 , i think deploy url need to be changed as /home/httpd/dist.wso2.org/snapshots not /home/httpd/ dist.wso2.org/maven2 Thank You Dhanushka On Tue, Jul 10, 2012 at 9:54

Re: [Dev] Why Do we Display TryIt for Proxy Services that have no WSDL?

2012-07-09 Thread Charitha Kankanamge
On Tue, Jul 10, 2012 at 9:36 AM, Senaka Fernando sen...@wso2.com wrote: Hi all, Ok, I think I understand what's happening. So, Synapse creates a dummy WSDL, which is why Try-it shows up, and then can we invoke a service against that dummy WSDL, by passing in an arbitrary payload? Yes. You

[Dev] Failed to deploy jaggery app after adding virtual host through url mapping in AS

2012-07-09 Thread Reka Thirunavukkarasu
FWD ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Error building jaggary dependency

2012-07-09 Thread Nuwan Bandara
Hi Ruchira, On Mon, Jul 9, 2012 at 8:24 PM, Ruchira Wageesha ruch...@wso2.com wrote: Yes, we will have to make them top level which might lead us to specify versions separately in each. Anyway, as there is no better option than that, will go ahead with it. Further, as we keep the

Re: [Dev] Failed to deploy jaggery app after adding virtual host through url mapping in AS

2012-07-09 Thread Reka Thirunavukkarasu
Hi Can we do the needful in order to get resolve this issue? Thanks, Reka ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] Synapse features deployment issue

2012-07-09 Thread Kishanthan Thangarajah
Hi, Recent bamboo platform build failed due to $subject. The error was, build 09-Jul-2012 09:05:27[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy (default-deploy) on project org.apache.synapse.wso2.feature: Failed to deploy artifacts: Could not