[Dev] C4 ESB pack for testing

2012-06-01 Thread Charitha Kankanamge
Hi builders, Can we please have a new ESB C4 pack for testing. We are going to start ESB test planning/execution hackathon. Thanks! Charitha ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] How to add gadgets programmatically?

2012-06-01 Thread Nuwan Bandara
cool :) On Fri, Jun 1, 2012 at 11:24 AM, Sinthuja Ragendran sinth...@wso2.comwrote: Hi, Sorry for the delay in updating the thread. I was able to use the Dashboard Service for add tab and add gadgets as mentioned. But anyhow first I put the gadget xmls in the registry and then I invoked

Re: [Dev] How to add gadgets programmatically?

2012-06-01 Thread Sinthuja Ragendran
Hi, Sorry for the delay in updating the thread. I was able to use the Dashboard Service for add tab and add gadgets as mentioned. But anyhow first I put the gadget xmls in the registry and then I invoked the following methods. public Integer addNewTab(String userId, String tabTitle,

Re: [Dev] Server startup error.

2012-06-01 Thread Ajith Vitharana
Hi all, Name of the manager is WSO2 Manager in cloud-services-desc.xml. But inside the class it checks for WSO2 Stratos Manager. // constants used to parse the cloud-services-desc.xml private static final String STRATOS_MANAGER = WSO2 Stratos Manager; Thanks Ajith. On Fri, Jun 1, 2012 at

Re: [Dev] Nio and pass through transports are blocker to access virtual host in LB

2012-06-01 Thread Sanjeewa Malalgoda
Any way we cant use passthrogh transport for LB because it has other bug which was discussed on a separate thread. And dushan is currently looking onto it. so we have to focus on nhttp at the moment. Thanks. On Fri, Jun 1, 2012 at 10:27 AM, Kasun Indrasiri ka...@wso2.com wrote: Hi Reka, I'm

[Dev] [Bamboo-Build] WSO2 Carbon Products #171 Default Job has FAILED. Change made by isharak and wathsala.

2012-06-01 Thread Bamboo
WSO2 Carbon Products #171 Default Job failed. The build was triggered because the code has been changed. No failed tests found, a possible

[Dev] SCR version in POM.XML of Platform/Components

2012-06-01 Thread Maheshika Goonetilleke
Hi all I'm in the process of delete the following from the pom.xml as it conflicts while updating the sonar. ex: https://wso2.org/jira/secure/attachment/19017/patch_event.txt -version1.0.10/version -executions -execution -

Re: [Dev] [Integration TG][Code-Review] Exposing the Generic API as a Service

2012-06-01 Thread Kasun Indrasiri
Please create a Jira with the improvements that we discussed. On Fri, Jun 1, 2012 at 12:15 PM, Subash Chaturanga sub...@wso2.com wrote: Hi all, Following will be the notes taken down during the review. *- Use constant for operation names and URLs in axis2service creation phase.* - Avoid

Re: [Dev] [Integration TG][Code-Review] Exposing the Generic API as a Service

2012-06-01 Thread Subash Chaturanga
On Fri, Jun 1, 2012 at 12:28 PM, Kasun Indrasiri ka...@wso2.com wrote: Please create a Jira with the improvements that we discussed. Done On Fri, Jun 1, 2012 at 12:15 PM, Subash Chaturanga sub...@wso2.comwrote: Hi all, Following will be the notes taken down during the review. *- Use

Re: [Dev] How to add gadgets programmatically?

2012-06-01 Thread Tharindu Mathew
Great that you have got it working. I have a couple of questions on the approach. - How are you calling the stubs? Are using the local transport or are you using credentials anywhere? - What is the dashboard artifacts needed? And what are their format? Ex: What are the artifacts needed to

Re: [Dev] [Integration TG][Code-Review] Exposing the Generic API as a Service

2012-06-01 Thread Senaka Fernando
Sorry that I missed it. But, I think we need more clarity into these two points. - Use constant for operation names and URLs in axis2service creation phase. - Avoid hard coding xsds in to String variables, but rather use them in a file/resource separately and load them in to memory at the

Re: [Dev] Nio and pass through transports are blocker to access virtual host in LB

2012-06-01 Thread Reka Thirunavukkarasu
Thanks Kasun for looking into this.. On Fri, Jun 1, 2012 at 10:27 AM, Kasun Indrasiri ka...@wso2.com wrote: Hi Reka, I'm working on a fix for this issue. On Fri, Jun 1, 2012 at 10:25 AM, Reka Thirunavukkarasu r...@wso2.com wrote: Hi, We have configured LB with AS in order to check the

Re: [Dev] [Integration TG][Code-Review] Exposing the Generic API as a Service

2012-06-01 Thread Senaka Fernando
Hi all, Ok, I just had a look into the code, :-). If Avoid hard coding xsds in to String variables, but rather use them in a file/resource separately and load them in to memory at the beginning is related to the schema definitions for the three exception classes, +1 for that. And, if Use

Re: [Dev] [Integration TG][Code-Review] Exposing the Generic API as a Service

2012-06-01 Thread Vijitha Kumara
On Fri, Jun 1, 2012 at 12:51 PM, Senaka Fernando sen...@wso2.com wrote: Hi all, Ok, I just had a look into the code, :-). If Avoid hard coding xsds in to String variables, but rather use them in a file/resource separately and load them in to memory at the beginning is related to the

Re: [Dev] Transaction Mediator in ESB

2012-06-01 Thread Srinath Perera
Hi Dinusha, Are you proposing a beginTransaction .. endTransaction kind of mediators for ESB? --Srinath On Thu, May 31, 2012 at 1:59 PM, Dinusha Senanayaka dinu...@wso2.com wrote: Hi ESB Team, Earlier we had Atomikos transaction-manager integrated with carbon-core.. Since it has moved as a

Re: [Dev] Transaction Mediator in ESB

2012-06-01 Thread Paul Fremantle
Srinath We already have this (begin/end/commit/rollback transaction). http://docs.wso2.org/display/ESB403/Transaction+Mediator Paul On 1 June 2012 09:02, Srinath Perera srin...@wso2.com wrote: Hi Dinusha, Are you proposing a beginTransaction .. endTransaction kind of mediators for ESB?

Re: [Dev] Transaction Mediator in ESB

2012-06-01 Thread Dinusha Senanayaka
Hi Srinath, On Fri, Jun 1, 2012 at 1:32 PM, Srinath Perera srin...@wso2.com wrote: Hi Dinusha, Are you proposing a beginTransaction .. endTransaction kind of mediators for ESB? No.. I am telling about the existing Transaction mediator in ESB [1]. AFAIK, this mediator use Java transaction

[Dev] XML in-out problem

2012-06-01 Thread Pallavidino Luc
Hello, I've got a problem when I use the XML in-out mode (with php 5.3). I developed a simple client. I use the XML in-out mode, and i use SimpleXML to process the result. But I get a weird reaction. Sometimes the result is good, sometimes the result is modified. I don't understand why. This is

[Dev] Why do we need to to include commons-httpclient bundle in dataservices.server.feature?

2012-06-01 Thread Dileepa Jayakody
Hi Devs, Can I please know $subject? Since commons-httpclient bundle is already included in carbon.core.common.feature, and installed in Carbon by default, is it required to include it again in dataservices feature? My concern here is due to the requirement of modifying

Re: [Dev] Why do we need to to include commons-httpclient bundle in dataservices.server.feature?

2012-06-01 Thread Anjana Fernando
Hi Dileepa, On Fri, Jun 1, 2012 at 2:22 PM, Dileepa Jayakody dile...@wso2.com wrote: Hi Devs, Can I please know $subject? Since commons-httpclient bundle is already included in carbon.core.common.feature, and installed in Carbon by default, is it required to include it again in

Re: [Dev] Why do we need to to include commons-httpclient bundle in dataservices.server.feature?

2012-06-01 Thread Dileepa Jayakody
I removed the bundle and installed the dataservices feature in Carbon. Didn't get any unresolved errors. Shall I commit this change? On Fri, Jun 1, 2012 at 2:28 PM, Anjana Fernando anj...@wso2.com wrote: Hi Dileepa, On Fri, Jun 1, 2012 at 2:22 PM, Dileepa Jayakody dile...@wso2.com wrote: Hi

Re: [Dev] Why do we need to to include commons-httpclient bundle in dataservices.server.feature?

2012-06-01 Thread Anjana Fernando
Hi Dileepa, On Fri, Jun 1, 2012 at 2:33 PM, Dileepa Jayakody dile...@wso2.com wrote: I removed the bundle and installed the dataservices feature in Carbon. Didn't get any unresolved errors. Shall I commit this change? Sure, please do. Cheers, Anjana. On Fri, Jun 1, 2012 at 2:28 PM,

Re: [Dev] How to add gadgets programmatically?

2012-06-01 Thread Sinthuja Ragendran
Hi Tharindu, On Fri, Jun 1, 2012 at 12:36 PM, Tharindu Mathew thari...@wso2.com wrote: Great that you have got it working. I have a couple of questions on the approach. - How are you calling the stubs? Are using the local transport or are you using credentials anywhere? As per offline

Re: [Dev] Why do we need to to include commons-httpclient bundle in dataservices.server.feature?

2012-06-01 Thread Dileepa Jayakody
Hi Thilina, Have the same question regarding *identity.sso.saml.ui.feature*. We don't need to bundle commons-httpclient redundantly in features am I correct? Thanks, Dileepa On Fri, Jun 1, 2012 at 2:35 PM, Anjana Fernando anj...@wso2.com wrote: Hi Dileepa, On Fri, Jun 1, 2012 at 2:33 PM,

[Dev] Redesign of JavaScript SOAP services stub

2012-06-01 Thread Ruchira Wageesha
Hi All, We are in the process of refactoring the SOAP web service JavaScript stub. Before going through that, I need to highlight few stuff and come up with a proper decision/architecture about the JS stub. Old Stub of MS = Old stub was mainly writted thinking about services in MS

[Dev] [Bamboo-Build] WSO2 Carbon Products #173 Default Job has FAILED. Change made by 8 authors.

2012-06-01 Thread Bamboo
WSO2 Carbon Products #173 Default Job failed. This build was manually triggered by Dimuthu Leelarathne. No failed tests found, a possible

Re: [Dev] Why do we need to to include commons-httpclient bundle in dataservices.server.feature?

2012-06-01 Thread Thilina Buddhika
On Fri, Jun 1, 2012 at 3:36 PM, Dileepa Jayakody dile...@wso2.com wrote: Hi Thilina, Have the same question regarding *identity.sso.saml.ui.feature*. We don't need to bundle commons-httpclient redundantly in features am I correct? Yes, we bundled it earlier because it was not available

Re: [Dev] Redesign of JavaScript SOAP services stub

2012-06-01 Thread Samisa Abeysinghe
Are we shipping this for C4 release? On Fri, Jun 1, 2012 at 3:40 PM, Ruchira Wageesha ruch...@wso2.com wrote: Hi All, We are in the process of refactoring the SOAP web service JavaScript stub. Before going through that, I need to highlight few stuff and come up with a proper

Re: [Dev] Redesign of JavaScript SOAP services stub

2012-06-01 Thread Nuwan Bandara
Hi On Fri, Jun 1, 2012 at 5:25 PM, Samisa Abeysinghe sam...@wso2.com wrote: Are we shipping this for C4 release? No. We were discussing about the subject as an intern project. But we do not see a perfect solution. We believe the current state of the JSStub is much more convenient for all

[Dev] Error while trying to access service list page after restarting the server - seems like a session persistence problem

2012-06-01 Thread Afkham Azeez
[2012-06-01 17:32:11,442] ERROR {org.infinispan.interceptors.InvocationContextInterceptor} - ISPN000136: Execution error java.lang.NullPointerException at org.wso2.carbon.caching.core.rolesofuser.UserRolesCacheKey.getAttributeHashCode(UserRolesCacheKey.java:55) at

[Dev] Cannot create a proxy service with a JMX target endpoint using the Proxy Service creation UI

2012-06-01 Thread Afkham Azeez
I get the following error in the logs. [2012-06-01 17:37:19,062] ERROR - ProxyServiceAdminClient Failed to add proxy service: HelloProxy org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '=' (code 61); expected a semi-colon after the reference for

Re: [Dev] Cannot create a proxy service with a JMX target endpoint using the Proxy Service creation UI

2012-06-01 Thread Afkham Azeez
s/JMX/JMS On Fri, Jun 1, 2012 at 5:39 PM, Afkham Azeez az...@wso2.com wrote: I get the following error in the logs. [2012-06-01 17:37:19,062] ERROR - ProxyServiceAdminClient Failed to add proxy service: HelloProxy org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxUnexpectedCharException:

[Dev] WSO2 Developer Studio 2.0.0 RC1 Released!

2012-06-01 Thread Harshana Martin
Hi All, We have WSO2 Developer Studio 2.0.0 RC1 ready to be downloaded at [1http://builder1.us1.wso2.org/~developerstudio/developer-studio/2.0.0/RC1/wso2-developer-studio_2.0.0.RC1.zip ]. New Feature - [TOOLS-1020 https://wso2.org/jira/browse/TOOLS-1020] - Carbon UI feature should create

Re: [Dev] More issues with statistics persistence!

2012-06-01 Thread Afkham Azeez
There is a typo: s/persistance/persistence On Fri, Jun 1, 2012 at 6:04 PM, Kishanthan Thangarajah kishant...@wso2.comwrote: persistance -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ *

Re: [Dev] More issues with statistics persistence!

2012-06-01 Thread Afkham Azeez
AbstractMethodError occurs when the interface method implementation method are not the same. On Fri, Jun 1, 2012 at 6:04 PM, Kishanthan Thangarajah kishant...@wso2.comwrote: java.lang.AbstractMethodError -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member;

Re: [Dev] SCR version in POM.XML of Platform/Components

2012-06-01 Thread Afkham Azeez
Don't remove this. Dushan did this sometime back it caused the entire build to fail. We need to investigate find the proper fix for this. On Fri, Jun 1, 2012 at 12:21 PM, Maheshika Goonetilleke mahesh...@wso2.comwrote: Hi all I'm in the process of delete the following from the pom.xml as

Re: [Dev] SCR version in POM.XML of Platform/Components

2012-06-01 Thread Afkham Azeez
Did you try to run a full build with integration tests after doing these changes? On Fri, Jun 1, 2012 at 6:20 PM, Afkham Azeez az...@wso2.com wrote: Don't remove this. Dushan did this sometime back it caused the entire build to fail. We need to investigate find the proper fix for this. On

Re: [Dev] Do we have a TryIt like tool in DevStudio?

2012-06-01 Thread Isabelle Mauny
I am +1 for SOAPUI, for the functionality, but also because many many customers use it. It's kind of a de-facto standard in WS testing space. Isabelle. -- Isabelle Mauny Director, Product Management; WSO2, Inc.; http://wso2.com/ email: isabe...@wso2.com - mobile: +34 616050684 On May 29,

[Dev] NPE when trying to list endpoints in ESB

2012-06-01 Thread Afkham Azeez
2012-06-01 18:44:38,587] ERROR - RPCMessageReceiver Exception occurred while trying to invoke service method getDynamicEndpoints java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at

Re: [Dev] How to retrieve tenant's local registry instance

2012-06-01 Thread Afkham Azeez
Senaka, I think the question is, is there some rationale behind not giving the tenant a local registry instance. Did we conclude that it does not make sense for a tenant to have a local registry. Can you remember anything related to this? On Thu, May 31, 2012 at 1:50 PM, Senaka Fernando

[Dev] WS API Tests are failing in G-Reg

2012-06-01 Thread Senaka Fernando
Hi RMs, We need this to be fixed immediately. I have a feeling that we need a separate Fix Version on the JIRA projects for issues like this which need to be fixed immediately. [1] https://wso2.org/jira/browse/REGISTRY-862 Thanks, Senaka. -- *Senaka Fernando* Member - Integration Technologies

Re: [Dev] More issues with statistics persistence!

2012-06-01 Thread Isuru Suriarachchi
Ah.. yes.. sorry I had not built system stats component. Issue went away once the system stats component was built.. Thanks, ~Isuru On Fri, Jun 1, 2012 at 6:08 PM, Afkham Azeez az...@wso2.com wrote: AbstractMethodError occurs when the interface method implementation method are not the same.

Re: [Dev] How to retrieve tenant's local registry instance

2012-06-01 Thread Senaka Fernando
Hi Azeez, I don't think there should be a reason as to why you can't obtain this. See [1] for example. However, though this was allowed through the SuperTenantCarbonContext there are (or might have been) some security checks that disallowed tenant code from getting hold of this. AmilaJ might

Re: [Dev] How to retrieve tenant's local registry instance

2012-06-01 Thread Senaka Fernando
On Fri, Jun 1, 2012 at 8:02 PM, Senaka Fernando sen...@wso2.com wrote: Hi Azeez, I don't think there should be a reason as to why you can't obtain this. See [1] for example. However, though this was allowed through the SuperTenantCarbonContext there are (or might have been) some security

[Dev] [Bamboo-Build] Developer-Studio Eclipse-Tools #152 has FAILED. Change made by viraj.

2012-06-01 Thread Bamboo
--- Developer-Studio Eclipse-Tools #152 failed. --- Code has been updated by viraj. No failed tests found, a possible compilation error.

Re: [Dev] More issues with statistics persistence!

2012-06-01 Thread Supun Malinga
Hi, Sorry I missed this thread somehow. On Fri, Jun 1, 2012 at 7:18 PM, Isuru Suriarachchi is...@wso2.com wrote: Ah.. yes.. sorry I had not built system stats component. Issue went away once the system stats component was built.. Cool. Also I have more changes/fixes. Will commit them once

Re: [Dev] SCR version in POM.XML of Platform/Components

2012-06-01 Thread Dushan Abeyruwan
Hi .I am not sure we can commit this unless is absolutely okay *(better not even think of commit at this point ),* I did mistake once, this is a core change and will be very difficult to find the cause if something goes wrong.(btw.She is working on this as instruction provided by Dimuthu),

Re: [Dev] DEBUG logs in AS Start-up

2012-06-01 Thread Senaka Fernando
Guys, Do you seriously need over two weeks to get rid of a DEBUG log? This is still found even in the latest packs downloaded from the builder. Let me see if I can fix the corresponding line in the log4j.properties file. Whoever affected please note. Thanks, Senaka. On Mon, May 14, 2012 at

[Dev] [Bamboo-Build] Developer-Studio Eclipse-Tools #153 was SUCCESSFUL. Change made by Kalpa Senanayake and viraj.

2012-06-01 Thread Bamboo
--- Developer-Studio Eclipse-Tools #153 was successful. --- Code has been updated by Kalpa Senanayake, viraj. http://wso2.org/bamboo/browse/DS0001-DSET01-153/

Re: [Dev] Cannot create a proxy service with a JMX target endpoint using the Proxy Service creation UI

2012-06-01 Thread Rajika Kumarasiri
You need to encode the url properly, for example . Rajika On Fri, Jun 1, 2012 at 5:39 PM, Afkham Azeez az...@wso2.com wrote: I get the following error in the logs. [2012-06-01 17:37:19,062] ERROR - ProxyServiceAdminClient Failed to add proxy service: HelloProxy org.apache.axis2.AxisFault:

Re: [Dev] Cannot create a proxy service with a JMX target endpoint using the Proxy Service creation UI

2012-06-01 Thread Afkham Azeez
The ui component needs to do that -- Afkham Azeez Sent from my phone On Jun 1, 2012 10:13 PM, Rajika Kumarasiri raj...@wso2.com wrote: You need to encode the url properly, for example . Rajika On Fri, Jun 1, 2012 at 5:39 PM, Afkham Azeez az...@wso2.com wrote: I get the following error in

Re: [Dev] NPE when trying to list endpoints in ESB

2012-06-01 Thread Isuru Udana
Hi Azeez, I will have a look on this. Is this error occurs in the latest ESB build on the trunk? Thanks. ~IsuruU On Fri, Jun 1, 2012 at 6:45 PM, Afkham Azeez az...@wso2.com wrote: 2012-06-01 18:44:38,587] ERROR - RPCMessageReceiver Exception occurred while trying to invoke service method

Re: [Dev] NPE when trying to list endpoints in ESB

2012-06-01 Thread Afkham Azeez
Yes, trunk. On Fri, Jun 1, 2012 at 11:22 PM, Isuru Udana isu...@wso2.com wrote: Hi Azeez, I will have a look on this. Is this error occurs in the latest ESB build on the trunk? Thanks. ~IsuruU On Fri, Jun 1, 2012 at 6:45 PM, Afkham Azeez az...@wso2.com wrote: 2012-06-01

Re: [Dev] Transaction Mediator in ESB

2012-06-01 Thread Afkham Azeez
On Fri, Jun 1, 2012 at 2:10 PM, Dinusha Senanayaka dinu...@wso2.com wrote: Hi Srinath, On Fri, Jun 1, 2012 at 1:32 PM, Srinath Perera srin...@wso2.com wrote: Hi Dinusha, Are you proposing a beginTransaction .. endTransaction kind of mediators for ESB? No.. I am telling about the

[Dev] [New feature request] Cleaning up disk space taken up by idling tenants

2012-06-01 Thread Afkham Azeez
There is another improvement to lazy loading of tenants; we need to cleanup local disk space taken by tenant who have become idle. The actual artifacts are stored in the repository which is fronted by the deployment synchronizer. We need a separate task to do this. This task can run once or twice

Re: [Dev] Do we have a TryIt like tool in DevStudio?

2012-06-01 Thread Harshana Martin
Hi Isabelle, Azeez, Senaka, Chathuri, et al, Then we'll see the possibility of including the soapUI to 2.0.0 release. Not sure whether we can accommodate this in the 2.0.0 immediate release since we are already feature frozen :-). Samisa, Sumedha, Is it possible to accommodate this in the

Re: [Dev] DEBUG logs in AS Start-up

2012-06-01 Thread Sameera Jayasoma
Yes please Senaka. Its just a one line change in the log4j.properties file inside the org.wso2.carbon.server bundle. We kept it unchanged to make it visible to developers who also always complain about stuff. Some people was complaining that dropins doesn't work. This added for them to get an

Re: [Dev] [User] WSO2 Developer Studio 2.0.0 RC1 Released!

2012-06-01 Thread Yumani Ranaweera
Hi, Links given in the installation guide for offline installation (section - Download and Install (Offline)) are not working. Could you chk on this. However the link given for same, under 'pre-requisites' is working :) Regards, Yumani On Fri, Jun 1, 2012 at 5:47 PM, Harshana Martin

[Dev] [Bamboo-Build] WSO2 Carbon Products #176 Default Job has FAILED. Change made by ashansa.

2012-06-01 Thread Bamboo
WSO2 Carbon Products #176 Default Job failed. This build occurred because it is a dependant of WSO2CARBON-PLATFORM-287. No failed tests

Re: [Dev] Transaction Mediator in ESB

2012-06-01 Thread Dinusha Senanayaka
On Sat, Jun 2, 2012 at 12:29 AM, Afkham Azeez az...@wso2.com wrote: On Fri, Jun 1, 2012 at 2:10 PM, Dinusha Senanayaka dinu...@wso2.comwrote: Hi Srinath, On Fri, Jun 1, 2012 at 1:32 PM, Srinath Perera srin...@wso2.com wrote: Hi Dinusha, Are you proposing a beginTransaction ..

[Dev] Shall we add a default tenant for merged products.

2012-06-01 Thread Supun Malinga
Hi, How about $subject. This would ease development efforts and also users can try out the stratos aspects OOTB. WDYT? thanks, -- Supun Malinga, Software Engineer, WSO2 Inc. http://wso2.com http://wso2.org email - sup...@wso2.com sup...@wso2.com mobile - 071 56 91 321

Re: [Dev] Shall we add a default tenant for merged products.

2012-06-01 Thread Pradeep Fernando
like the idea. +1. --Pradeep ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Shall we add a default tenant for merged products.

2012-06-01 Thread Afkham Azeez
-1. This may cause unnecessary security issues if people do not want multitenancy forget to remove this before production deployments. Now they have to remember to change the admin password. If we introduce a tenant, they have to remember to change that tenant admin's password remove the tenant

Re: [Dev] [User] WSO2 Developer Studio 2.0.0 RC1 Released!

2012-06-01 Thread Harshana Martin
Hi Yumani, On Sat, Jun 2, 2012 at 5:28 AM, Yumani Ranaweera yum...@wso2.com wrote: Hi, Links given in the installation guide for offline installation (section - Download and Install (Offline)) are not working. Could you chk on this. There were couple of broken links included and now it is

Re: [Dev] [Bamboo-Build] WSO2 Carbon Products #176 Default Job has FAILED. Change made by ashansa.

2012-06-01 Thread Ashansa Perera
Hi all, As I can see from the logs it seems there is an error in a pom.xml of BRS. Can someone from BRS team please look into this. [INFO] Scanning for projects... build 01-Jun-2012 16:49:32 [ERROR] The build could not read 10 projects - [Help 1] build 01-Jun-2012 16:49:32 [ERROR] build