[Dev] Developer Studio

2017-05-08 Thread Melodias
When I try open proxy with XQuery transformation, then all from my proxy source code is removed. In console I got this error: In version 3.7.1 it's fine. Problem is in higher versions. -- View this message in context:

Re: [Dev] Developer Studio/file connector isFileExist method doesn't allow to save the proxy

2016-09-26 Thread Shazni Nazeer
Hi Vivekananthan, Thanks. That works. Shazni Nazeer Associate Technical Lead | WSO2 Mob : +94 37331 LinkedIn : http://lk.linkedin.com/in/shazninazeer Blog : http://shazninazeer.blogspot.com On Mon, Sep 26, 2016 at 12:38 PM, Vivekananthan Sivanayagam <

Re: [Dev] Developer Studio/file connector isFileExist method doesn't allow to save the proxy

2016-09-26 Thread Vivekananthan Sivanayagam
Hi Shazni , I have updated the store with a fixed connector, you can find here [1]. [1] https://storepreview.wso2.com/store/assets/esbconnector/aec1554a-29ea-4dbb-b8c5-5d529a853aa2 Vivekananthan Sivanayagam Associate Software Engineer | WSO2 E:vivekanant...@wso2.com M:+94752786138 On Mon, Sep

Re: [Dev] Developer Studio/file connector isFileExist method doesn't allow to save the proxy

2016-09-26 Thread Vivekananthan Sivanayagam
Hi Shazni ​ ​ , I am looking on that. Thanks, Vivekananthan Sivanayagam Associate Software Engineer | WSO2 E:vivekanant...@wso2.com M:+94752786138 On Mon, Sep 26, 2016 at 3:29 PM, Shazni Nazeer wrote: > Hi, > > I'm trying to import fileconnector (version 2.0.2) into

[Dev] Developer Studio/file connector isFileExist method doesn't allow to save the proxy

2016-09-26 Thread Shazni Nazeer
Hi, I'm trying to import fileconnector (version 2.0.2) into developer studio. I have a proxy in the ESB config project and it uses the fileconnector. I'm using the isFileExist call to check the whether the file being requested exist and return File Not Found error to the caller. The proxy can't

[Dev] Developer Studio Platform Tools 4.2.0 Released

2016-08-12 Thread Kavith Lokuhewage
Hi Devs, We are happy to announce Developer Studio Platform Tools 4.2.0 release. P2 repository for this release is available here . (it is also

Re: [Dev] Developer Studio changes ordering of XML attributes

2016-06-11 Thread Vimalanathan Rajeevan
Thanks Viraj and Kavith. Thanks, Rajeevan On Sat, Jun 11, 2016 at 12:41 AM, Kavith Lokuhewage wrote: > Hi, > > On an additional note, this is a major drawback that we have with several > components in DevStudio. While trying to improve artfact.xml and pom.xml > handling

Re: [Dev] Developer Studio changes ordering of XML attributes

2016-06-10 Thread Kavith Lokuhewage
Hi, On an additional note, this is a major drawback that we have with several components in DevStudio. While trying to improve artfact.xml and pom.xml handling components, we recently came across [1], which is based on the concept of non extractive parsing[2]. Unfortunately this is licensed with

Re: [Dev] Developer Studio changes ordering of XML attributes

2016-06-10 Thread Viraj Rajaguru
Hi Rajeevan, I think we have two issues. 1. The way attributes are ordered in generated source is not readable. Eg: Property name should come before the Property expression. This is a valid requirement and we will try to fix in a future release. (not in the next immediate release). We will need

Re: [Dev] Developer Studio changes ordering of XML attributes

2016-06-10 Thread Vimalanathan Rajeevan
Thanks Nuwan and Susinda for your prompt responses. I would say it is a nice to have thing rather not a blocker for Developer Studio. Here the issue is user can not keep desired attribute order when using Graphical Editor(when switching between Design and Source view it is getting overwritten).

Re: [Dev] Developer Studio changes ordering of XML attributes

2016-06-10 Thread Susinda Perera
Hi Rajeevan I have google a bit on this issue in general. It seems like normal DOM does not care about the attribute order. Also I believe xml schemas would also not care about the order[1]. We have to test this whether we have any support in axiom level. As this requirement is valid in terms of

Re: [Dev] Developer Studio changes ordering of XML attributes

2016-06-09 Thread Nuwan Pallewela
Hi Rajeevan, This behavior happens when we try to format the configuration. We use javax DocumentBuilder to parse and format and it does not care about the attribute order, since it's meaningless as far as the standard is concerned. This for sure we can fix by manually editing the source

[Dev] Developer Studio changes ordering of XML attributes

2016-06-09 Thread Vimalanathan Rajeevan
Hi, I will explain the issue with the help of Property Mediator. When we are adding a property with an expression to a sequence in Graphical Editor, the source view for that mediator is as follows, http://services.samples; xmlns:m1=" http://services.samples/xsd "/> Here 'expression' is

Re: [Dev] Developer Studio Server Modification to add Product based Servers

2016-05-15 Thread Awanthika Senarath
Hello All, We have implemented this through a startup method to ensure that the user story remains unbroken for general eclipse users and Developer Studio users. Now the product servers will be queried at startup and hence would be visible via both Developer Studio dashboard option and eclipse

Re: [Dev] Developer Studio Server Modification to add Product based Servers

2016-05-11 Thread Awanthika Senarath
if we open dashboard once, we persist this info so it will appear in show view -> servers as well, but if customer first do show view -> servers it wont come, since that action is eclipse inbuilt action we cannot capture that event. We will have to go with a start up option if we have to execute

Re: [Dev] Developer Studio Server Modification to add Product based Servers

2016-05-11 Thread Susinda Perera
Hi Awanthika Can't we do the same on the first time we do show view -> servers option. And then we persists this info. On Tue, May 10, 2016 at 10:15 AM, Awanthika Senarath wrote: > Hello all, > > We have completed $subject as an improvement for user experience as > follows,

Re: [Dev] Developer Studio Server Modification to add Product based Servers

2016-05-09 Thread Awanthika Senarath
Hello all, We have completed $subject as an improvement for user experience as follows, We have enabled dynamic extension point generation in Developer Studio, we retrieve the Specific display name from the product plugins when they register their servers as given in the following example : *

Re: [Dev] Developer Studio Kernel RC released !

2016-04-28 Thread Awanthika Senarath
Hello all, I have tested the followings - Installation via P2 - Updater tool preference store values. - Installing updates and new features via developer studio updater tool - Automatic Updater tool configurations and functionality. - Installing CEP and Data services tooling on

Re: [Dev] Developer Studio Kernel RC released !

2016-04-26 Thread Kavith Lokuhewage
Hello Devs, Please note that source tag in above link has been incorrectly named. Hence, we have recreated the tag for RC with proper name at following path. https://github.com/wso2/developer-studio/tree/developer-studio-kernel-4.1.0-RC Thanks, On Tue, Apr 26, 2016 at 4:40 PM, Awanthika

[Dev] Developer Studio Kernel RC released !

2016-04-26 Thread Awanthika Senarath
Hello Devs, We are pleased to announce the vote for RC of *WSO2 Developer Studio Kernel 4.1.0.* P2 repository of WSO2 developer Studio kernel 4.1.0 is available here . Source and Tag Location to be

[Dev] Developer Studio Git Repo : Master branch now contains the code base of Developer Studio Kernel

2015-11-16 Thread Kavith Lokuhewage
Hi Devs, As all of you may aware, we are moving to a kernel based development approach with the 4.0.0 version of developer studio. Please refer to "Developer Studio Kernel overview and distribution model" thread in WSO2 architecture mailing list for more information. We have already released two

[Dev] Developer Studio 3.8.0 Alpha2 Released!

2015-09-10 Thread Rajeevan Vimalanathan
Hi All, We have WSO2 Developer Studio 3.8.0 Alpha2 ready to be downloaded at [1] and installed eclipse distributions available at [2]. This release includes following features, improvements, tasks and bug fixes. New Feature - [TOOLS-2902 ] - Adding

Re: [Dev] Developer Studio custom mediator pack dependencies

2015-07-28 Thread Udara Liyanage
Hi, Got it resolved after embed-dependency is put inside instruction tag. On Tue, Jul 28, 2015 at 11:15 AM, Udara Liyanage ud...@wso2.com wrote: Hi Rajitha, Thanks for the information. I tried packing all dependencies with *, but it did not pack any dependencies. configuration

Re: [Dev] Developer Studio custom mediator pack dependencies

2015-07-28 Thread Rajith Vitharana
Hi Udara, I just tried with Embed-Dependency*;scope=compile|runtime/Embed-Dependency and it worked fine for me. According to the doc [1] we can embed dependencies with different scopes as well. [1] - http://felix.apache.org/documentation/subprojects/apache-felix-maven-bundle-plugin-bnd.html

Re: [Dev] Developer Studio custom mediator pack dependencies

2015-07-27 Thread Udara Liyanage
Hi Rajitha, Thanks for the information. I tried packing all dependencies with *, but it did not pack any dependencies. configuration instructions Bundle-SymbolicNameJsonValidatorMediator/Bundle-SymbolicName Bundle-NameJsonValidatorMediator/Bundle-Name

[Dev] Developer Studio custom mediator pack dependencies

2015-07-27 Thread Udara Liyanage
Hi, I'v created a mediator project in order to write a custom mediator. However if I am using some dependencies(not available in ESB) how can I bundle them with the mediator jar. Dependencies were added to the pom, yet they are not bundled by default. Dependencies were bundled when I added them

Re: [Dev] Developer Studio custom mediator pack dependencies

2015-07-27 Thread Rajith Vitharana
Hi Udara, This is ok too, but AFAIK it's better to use Private-Packageorg.foo.myproject.*/Private-Package as in [1] o that those classes won't get exposed to others(Since only you need these packages). Or either you can use Embed-Dependencydependencies/Embed-Dependency as well. Then those jars

[Dev] Developer Studio 3.8.0 Alpha Released!

2015-06-25 Thread Sohani Weerasinghe
Hi All, We have WSO2 Developer Studio 3.8.0 Alpha ready to be downloaded at [1] and installed eclipse distributions available at [2]. This release includes following features, tasks and bug fixes. Features: - [TOOLS-2893 https://wso2.org/jira/browse/TOOLS-2893] - Support for the exploded

[Dev] Developer Studio 3.8.0 M5 Released!

2015-06-18 Thread Sohani Weerasinghe
Hi All, We have WSO2 Developer Studio 3.8.0 M5 ready to be downloaded at [1]. This release includes following features, tasks, sub-tasks and bug fixes. Features: - [TOOLS-2848 https://wso2.org/jira/browse/TOOLS-2848] - DevS support for PublishEvent mediator Tasks: - [TOOLS-2830

[Dev] Developer Studio 3.8.0 M4 Released!

2015-06-12 Thread Sohani Weerasinghe
Hi All, We have WSO2 Developer Studio 3.8.0 M4 ready to be downloaded at [1]. This release includes following features, tasks and bug fixes. Features: - [TOOLS-2847 https://wso2.org/jira/browse/TOOLS-2847] - DevS support for ForEach mediator - [TOOLS-2862

[Dev] Developer Studio 3.8.0 M3 Released!

2015-06-04 Thread Sohani Weerasinghe
Hi All, We have WSO2 Developer Studio 3.8.0 M3 ready to be downloaded at [1]. This release includes following improvements, tasks and bug fixes. Improvements: [TOOLS-2825] https://wso2.org/jira/browse/TOOLS-2825 - ESB Artifacts cannot be opened from registry perspective itself [TOOLS-2826]

[Dev] Developer Studio 3.8.0 M2 Released!

2015-05-27 Thread Sohani Weerasinghe
Hi All, We have WSO2 Developer Studio 3.8.0 M2 ready to be downloaded at [1]. This release includes following features, improvements and bug fixes. Features: [TOOLS-2800] https://wso2.org/jira/browse/TOOLS-2800 - Support for adding carbon 4.4.0 based servers into DevS sever view Improvements:

Re: [Dev] Developer Studio 3.8.0 M2 Released!

2015-05-27 Thread Sohani Weerasinghe
Released WSO2 Developer Studio 3.8.0 M2 can be downloaded at [1]. [1] https://svn.wso2.org/repos/wso2/scratch/DevS/ Thanks and Regards, WSO2 Developer Studio Team Sohani Weerasinghe Software Engineer WSO2, Inc: http://wso2.com Mobile : +94 716439774 Blog

[Dev] Developer Studio 3.8.0 M1 Released!

2015-05-18 Thread Gayan Yalpathwala
Hi All, We have WSO2 Developer Studio 3.8.0 M1 ready to be downloaded at [1]. This release includes following features, improvements, tasks and bug fixes. Features: [TOOLS-2672] https://wso2.org/jira/browse/TOOLS-2672 - Apply Security for Services [TOOLS-2800]

[Dev] Developer Studio 4.0.0 concerns

2015-03-11 Thread Awanthika Senarath
Hi all, I observed that in developer studio 4.0.0 we cannot create a project when we are not connected to the network, project creation fails, and log files contain error message saying project could not be found in location 1q2w3e. It gives a user message saying git connection failed hence

Re: [Dev] developer-studio and cloud-dev-studio repos are not following WSO2 repo naming standard

2015-01-26 Thread Jasintha Dasanayake
Shouldn't the product- prefix use only for carbon products ? Thanks and regards /Jasintha On Sun, Jan 11, 2015 at 4:00 PM, Sagara Gunathunga sag...@wso2.com wrote: Can you please append product- prefix to above 2 repos to be complaint with our naming standards. Thanks ! -- Sagara

[Dev] developer-studio and cloud-dev-studio repos are not following WSO2 repo naming standard

2015-01-11 Thread Sagara Gunathunga
Can you please append product- prefix to above 2 repos to be complaint with our naming standards. Thanks ! -- Sagara Gunathunga Senior Technical Lead; WSO2, Inc.; http://wso2.com V.P Apache Web Services;http://ws.apache.org/ Linkedin; http://www.linkedin.com/in/ssagara Blog ;

[Dev] Developer Studio 3.7.1 RC1 Released!

2014-12-18 Thread Rajeeva Uthayasangar
Hi All, We have WSO2 Developer Studio 3.7.1 RC1 ready to be downloaded at [1] and Installed Eclipse distributions available at [2]. This release includes the following bug fixes, improvements and tasks. Bug - [TOOLS-1443 https://wso2.org/jira/browse/TOOLS-1443] - Figures dose not connect

[Dev] Developer Studio App factory plugin project creation appending null term to workspace name

2014-12-04 Thread Awanthika Senarath
Hi Jasintha, With regards to $subject in Jira [1], I figured that we are importing the project descriptor from the cloned project, and try to create the project in the workspace with the project descriptor, on importing the cloned resource to workspace (find source at [2] line 1296). Is there

[Dev] Developer Studio 3.7.0 RC5 Released!

2014-07-10 Thread Susankha Nirmala
Hi All, We have WSO2 Developer Studio 3.7.0 RC5 ready to be downloaded at [1] and installed eclipse distributions available at [2]. This release includes following bug fixes. Bug [TOOLS-2565] https://wso2.org/jira/browse/TOOLS-2565 - Error - Document partitioner is not connected [TOOLS-2575]

[Dev] Developer Studio 3.7.0 RC4 Released!

2014-07-03 Thread Susankha Nirmala
Hi All, We have WSO2 Developer Studio 3.7.0 RC4 ready to be downloaded at [1] and installed eclipse distributions available at [2]. This release includes following bug fixes, improvements. *Improvement* [TOOLS-2570] https://wso2.org/jira/browse/TOOLS-2570 - Improve look and feel of AF tools

[Dev] Developer Studio 3.7.0 RC 3 Released!

2014-07-01 Thread Susankha Nirmala
Hi All, We have WSO2 Developer Studio 3.7.0 RC3 ready to be downloaded at [1] and installed eclipse distributions available at [2]. This release includes following bug fixes, improvements. *Improvement* [TOOLS-2559] https://wso2.org/jira/browse/TOOLS-2559 - App Factory Tools - Add support for

[Dev] Developer Studio 3.7.0 RC 2 Released!

2014-06-20 Thread Susankha Nirmala
Hi All, We have WSO2 Developer Studio 3.7.0 RC 2 ready to be downloaded at [1] and installed eclipse distributions available at [2]. This release includes following bug fixes, improvements and tasks. *Bug* [TOOLS-2549] - When a Respond Mediator is inside a complex mediator, adding

[Dev] Developer Studio 3.7.0 RC 1 Released!

2014-06-10 Thread Susankha Nirmala
Hi All, We have WSO2 Developer Studio 3.7.0 RC 1 ready to be downloaded at [1] and installed eclipse distributions available at [2]. This release includes following bug fixes, improvements and tasks. *Bug* [TOOLS-2261] - [Assignment Activity] XPath Expression auto fill is not working and also

[Dev] Developer Studio 3.7 Release Status

2014-05-21 Thread Susinda Perera
Hi All We are about to release the DeveloperStudio 3.7.0 RC1, Following are the major fixes we focused on this release. *BPEL editor issues* BPEL expression editor issue HumanTask Activity for BPEL Editor E4X Extension Activity FaultonFailure configuration for invoke action Introduced

[Dev] [Developer-studio] IllegalStateException when updating GMF resource set in run-time

2014-04-16 Thread Gayan Yalpathwala
Hi, I am trying to dynamically update one of the datamapper GMF editparts using the following [1] code snippet. This throws an IllegalStateException [2]. Any idea on how I can update the resource set in run-time? [1] TreeNode graphicalTreeModel = rootDiagram.getInput().getTreeNode().get(0);

Re: [Dev] [Developer-studio] IllegalStateException when updating GMF resource set in run-time

2014-04-16 Thread Lali Devamanthri
Hi Gayank, You are trying to change the EMF model in runtime. In this kind of change cannot execute without using transaction API[1] (All changes made to the model should be done using commands). You can find the same kind of issues in here[2][3]. [1]

Re: [Dev] [Developer Studio] Create proxy service UI not showing up

2014-03-11 Thread Lali Devamanthri
Hi, On Tue, Mar 11, 2014 at 10:45 AM, Isuru Perera isu...@wso2.com wrote: I think we discussed previously to add a warning for incompatible JREs. IMHO, the https://wso2.org/jira/browse/TOOLS-2372 should be a blocking issue (Highest priority). +1, We should mention java 1.7 requirement in

[Dev] [Developer Studio] Create proxy service UI not showing up

2014-03-10 Thread Supun Malinga
Hi, Happens all of a sudden, there after cannot create a proxy. UI wizard for create proxy doesn't show. Was only able to fix it by cleaning the .meta files from the workspace.. Unfortunately this happened during a demo as well.. :(. Please fix. thanks, -- Supun Malinga, Senior Software

Re: [Dev] [Developer Studio] Create proxy service UI not showing up

2014-03-10 Thread Jasintha Dasanayake
Hi Supun Can you please attach the eclipse workspace log file , that can be found in the workspaceLoaction/.metadata/.log Thanks and Regards /Jasintha On Mon, Mar 10, 2014 at 8:34 PM, Supun Malinga sup...@wso2.com wrote: Hi, Happens all of a sudden, there after cannot create a proxy. UI

Re: [Dev] [Developer Studio] Create proxy service UI not showing up

2014-03-10 Thread Supun Malinga
Jasintha, found that this could be due to using the 1.6 jdk. Will let you know if I get same with 1.7. Sorry for the noise.. I had accidentally switched to jdk 6 which I run by default. +1 for putting up a warning when you are running in jdk 6 or any unsupported versions.. thanks, On Mon,

Re: [Dev] [Developer Studio] Create proxy service UI not showing up

2014-03-10 Thread Supun Malinga
Created TOOLS-2372. thanks, On Mon, Mar 10, 2014 at 12:13 PM, Supun Malinga sup...@wso2.com wrote: Jasintha, found that this could be due to using the 1.6 jdk. Will let you know if I get same with 1.7. Sorry for the noise.. I had accidentally switched to jdk 6 which I run by default. +1

Re: [Dev] [Developer Studio] Create proxy service UI not showing up

2014-03-10 Thread Gayan Yalpathwala
Hi Supun, Yes, this is a known scenario that occurs when Developer studio (3.5.0 or 3.6.0) is used with jdk 1.6. Thanks for creating a jira. Thanks, On Mon, Mar 10, 2014 at 9:52 PM, Supun Malinga sup...@wso2.com wrote: Created TOOLS-2372. thanks, On Mon, Mar 10, 2014 at 12:13 PM, Supun

Re: [Dev] [Developer Studio] Create proxy service UI not showing up

2014-03-10 Thread Isuru Perera
I think we discussed previously to add a warning for incompatible JREs. IMHO, the https://wso2.org/jira/browse/TOOLS-2372 should be a blocking issue (Highest priority). On Tue, Mar 11, 2014 at 10:21 AM, Gayan Yalpathwala gay...@wso2.com wrote: Hi Supun, Yes, this is a known scenario that

[Dev] Developer Studio 3.6.0 RC 1 Released!

2014-03-06 Thread Susinda Perera
Hi All, We have WSO2 Developer Studio 3.6.0 RC 1 ready to be downloaded at [1] and installed eclipse distributions available at [2]. This release is mainly focused on migrating Developer Studio to Eclipse Kepler. And additionally includes following bug fixes, improvements and tasks. Bug Fixes

Re: [Dev] Developer Studio 3.6.0 RC 1 Released!

2014-03-06 Thread Lahiru Gamage
Hi Susinda, I tried Developer studio with Eclipse provided. (Linux 64 bit). Cannot get the menu items down. E.g. Developer Studio Menu item. Thanks. On Thu, Mar 6, 2014 at 5:52 AM, Susinda Perera susi...@wso2.com wrote: Hi All, We have WSO2 Developer Studio 3.6.0 RC 1 ready to be

[Dev] Developer Studio Git Repository

2014-02-13 Thread Harshana Martin
Hi All, Please find the $Subject at [1]. DevS Team, Please use this repository for all the commits from now on. We will not be syncing SVN Trunk with this one. So make sure your commits are pushed to this repo. [1]. https://github.com/wso2/developer-studio Thanks and Regards, Harshana --

[Dev] Developer Studio 3.5.0 RC 1 Released!

2014-01-21 Thread Asanka Sanjeewa
Hi All, We have WSO2 Developer Studio 3.5.0 RC 1 ready to be downloaded at [1]. Installed eclipse distributions available at [2]. This release includes following bug fixes. Bug Fixes - [TOOLS-2312 https://wso2.org/jira/browse/TOOLS-2312] - Complex Endpoint editor does not open when

[Dev] Developer Studio 3.5.0 Beta 3 Released!

2014-01-15 Thread Gayan Yalpathwala
Hi All, We have WSO2 Developer Studio 3.5.0 Beta 3 ready to be downloaded at [1]. Installed eclipse distributions available at [2]. This release includes following bug fixes. Bug Fixes - [TOOLS-1960 https://wso2.org/jira/browse/TOOLS-1960] - Unable to import an existing mediator project

[Dev] Developer Studio 3.5.0 Beta 2 Released!

2014-01-13 Thread Lali Devamanthri
Hi All, We have WSO2 Developer Studio 3.5.0 Beta 2 ready to be downloaded at [1]. Installed eclipse distributions available at [2]. This release includes following improvements and bug fixes. Experimental Feature - [TOOLS-2135 https://wso2.org/jira/browse/TOOLS-2135] - Support to set

[Dev] Developer Studio 3.5.0 Beta 1 Released!

2014-01-03 Thread Asanka Sanjeewa
Hi All, We have WSO2 Developer Studio 3.5.0 Beta 1 ready to be downloaded at [1]. Installed eclipse distributions available at [2]. This release includes following new feature, improvements and bug fixes. New Feature - [TOOLS-2003 https://wso2.org/jira/browse/TOOLS-2003] - Support Maven

Re: [Dev] Developer Studio 3.3.0 Alpha 3 Released!

2013-12-10 Thread Krishantha Samaraweera
Hi Harshana, On Thu, Nov 21, 2013 at 2:37 PM, Harshana Martin harsh...@wso2.com wrote: Hi Samisa, On Thu, Nov 21, 2013 at 2:31 PM, Samisa Abeysinghe sam...@wso2.comwrote: Given there is no auto test help, to guard against slips, lets at least use a checklist of all mediators to be tested.

Re: [Dev] Developer Studio 3.3.0 Alpha 3 Released!

2013-11-21 Thread Harshana Martin
Hi Samisa, On Thu, Nov 21, 2013 at 6:50 AM, Samisa Abeysinghe sam...@wso2.com wrote: What is the plan to test all mediators for basic functionality for 3.3.0? At the moment we are planning to test the mediators using the samples mainly and some known use cases. I understand that some

Re: [Dev] Developer Studio 3.3.0 Alpha 3 Released!

2013-11-21 Thread Samisa Abeysinghe
Given there is no auto test help, to guard against slips, lets at least use a checklist of all mediators to be tested. I was looking for auto tests, becuase, it is hard to test them all manually. Alternatively, we can see if we can use ESB auto tests in here, where we develop the artifacts for

Re: [Dev] Developer Studio 3.3.0 Alpha 3 Released!

2013-11-21 Thread Harshana Martin
Hi Samisa, On Thu, Nov 21, 2013 at 2:31 PM, Samisa Abeysinghe sam...@wso2.com wrote: Given there is no auto test help, to guard against slips, lets at least use a checklist of all mediators to be tested. Yes.. That's a good idea.. we did such cross check when we did DevS 3.0.0 release. So

Re: [Dev] Developer Studio 3.3.0 Alpha 3 Released!

2013-11-21 Thread Chintana Wilamuna
Some of the bugs I've encountered are mainly UI related bugs. Just out of curiosity, is there facilities in Eclipse framework to automate those? Like for example, configuration disappears when switching to source view after designing the mediation flow in ESB graphical editor. -Chintana On

Re: [Dev] Developer Studio 3.3.0 Alpha 3 Released!

2013-11-21 Thread Harshana Martin
Hi Chintana, Yes. There is. We've started using SWTBot, an Eclipse UI Testing framework for this task. With that we can test these thing. The downside is, the programming model for SWTBot is quite tedious. We have to tell exact step by step to follow which takes time but in the same time provide

Re: [Dev] Developer Studio 3.3.0 Alpha 3 Released!

2013-11-20 Thread Samisa Abeysinghe
What is the plan to test all mediators for basic functionality for 3.3.0? I understand that some mediators were badly broken in 3.2.0 release e.g. XACML. Can we make use of the auto test framework to ensure that there are no absolute blockers in any mediator out of the full mediator lot.

[Dev] Developer Studio 3.3.0 Alpha 3 Released!

2013-11-18 Thread Asanka Sanjeewa
Hi All, We have WSO2 Developer Studio 3.3.0 Alpha 3 version ready to be downloaded at [1]. Installed eclipse distributions available at [2]. This release includes following new feature, improvements and bug fixes. New Feature - [TOOLS-1855 https://wso2.org/jira/browse/TOOLS-1855] - Cloud

[Dev] Developer Studio 3.3.0 Alpha 2 Released!

2013-10-22 Thread Susankha Nirmala
Hi All, We have WSO2 Developer Studio 3.3.0 Alpha 2 version ready to be downloaded at [1]. Installed eclipse distributions available at [2]. This release includes following improvement and bug fixes. *Bug* [TOOLS-1755] - [Dev Studio 3.2] - Server view does not display a started ESB server

Re: [Dev] Developer Studio 3.3.0 Alpha 2 Released!

2013-10-22 Thread Jackie Wheeler
I'm getting the following error when I try to install: Cannot complete the install because one or more required items could not be found. Software being installed: Application Factory Tools 1.3.0 (org.wso2.developerstudio.eclipse.appfactory.feature.feature.group 1.3.0) Missing requirement:

Re: [Dev] Developer Studio 3.3.0 Alpha 2 Released!

2013-10-22 Thread Jackie Wheeler
I installed in a new instance of Eclipse and it worked. Sorry for the noise. Thanks, Jackie On Tue, Oct 22, 2013 at 12:08 PM, Jackie Wheeler jac...@wso2.com wrote: I'm getting the following error when I try to install: Cannot complete the install because one or more required items could not

[Dev] Developer Studio 3.3.0 Alpha Released!

2013-10-08 Thread Asanka Sanjeewa
Hi All, We have WSO2 Developer Studio 3.3.0 Alpha version ready to be downloaded at [1]. Installed eclipse distributions available at [2]. This release includes following improvement and bug fixes. Improvement - [TOOLS-2017 https://wso2.org/jira/browse/TOOLS-2017] - Deserialization

[Dev] Developer Studio 3.3.0 Milestone 6 Released!

2013-09-16 Thread Asanka Sanjeewa
Hi All, We have WSO2 Developer Studio 3.3.0 Milestone 6 ready to be downloaded at [1]. Installed eclipse distributions available at [2]. This release includes following improvement and bug fixes. Improvement - [TOOLS-1929 https://wso2.org/jira/browse/TOOLS-1929] - Categorize properties

[Dev] Developer Studio 3.3.0 Milestone 5 Released !

2013-09-10 Thread Susinda Perera
Hi All, We have WSO2 Developer Studio 3.3.0 Milestone 5 ready to be downloaded at [1]. Installed eclipse distributions available at [2] This release includes following improvements and bug fixes. Bugs - [TOOLS-1726 https://wso2.org/jira/browse/TOOLS-1726] - Dev Studio fails to configure

[Dev] Developer Studio 3.3.0 Milestone 4 Released !

2013-08-30 Thread Asanka Sanjeewa
Hi All, We have WSO2 Developer Studio 3.3.0 Milestone 4 ready to be downloaded at [1]. Installed eclipse distributions available at [2] This release includes following improvements and bug fixes. Improvements - [TOOLS-1871 https://wso2.org/jira/browse/TOOLS-1871] - Remove Diagram menu

[Dev] Developer Studio 3.3.0 Milestone 2 Released !

2013-08-15 Thread Asanka Sanjeewa
Hi All, We have WSO2 Developer Studio 3.3.0 Milestone 2 ready to be downloaded at [1]. Installed eclipse distributions available at [2] This release includes following new feature, improvements and bug fixes. New Feature - [TOOLS-1849 https://wso2.org/jira/browse/TOOLS-1849] - Introduce

[Dev] Developer Studio 3.2.1 Milestone 1 Released !

2013-08-01 Thread Susinda Perera
Hi All, We have WSO2 Developer Studio 3.2.1 Milestone 1 ready to be downloaded at [1]. Installed eclipse distributions available at [2] This release includes following improvements and bug fixes. Improvements - [TOOLS-1483 https://wso2.org/jira/browse/TOOLS-1483] - Increase the Grpahical

Re: [Dev] Developer Studio 3.2.1 Milestone 1 Released !

2013-08-01 Thread Samisa Abeysinghe
Great to see this coming folks. Good job with meeting the deadline :) On Thu, Aug 1, 2013 at 9:57 PM, Susinda Perera susi...@wso2.com wrote: Hi All, We have WSO2 Developer Studio 3.2.1 Milestone 1 ready to be downloaded at [1]. Installed eclipse distributions available at [2] This release

[Dev] Developer Studio 3.2.0 Milestone 3 Released !

2013-06-19 Thread Susankha Nirmala
Hi All, We have WSO2 Developer Studio 3.2.0 Milestone 3 ready to be downloaded at [1]. Installed eclipse distributions available at [2] This release includes following new features, improvements and bug fixes. New Features - [TOOLS-1596 https://wso2.org/jira/browse/TOOLS-1596] - Appfactory

[Dev] Developer Studio 3.2.0 Milestone1 ready for Developer Testing

2013-04-26 Thread Harshana Martin
Hi All, Please find the Developer Studio 3.2.0 Milestone 1 available for Developer Testing at [1]. Please report the issues you come across in WSO2 Public Jira under Tools project [2]. [1]. http://builder1.us1.wso2.org/~developerstudio/developer-studio/3.2.0/M1/ [2].

Re: [Dev] Developer Studio 3.0.0 RC1 Released !

2013-03-05 Thread Melan Nimesh
Hi Nirmal, According to the log messages, It seems that Carbon studio 1.0.14 already installed on your eclipse. Please uninstall any previous version of Carbon studio/Developer Studio before installing Developer Studio 3.0.0, It's better to use a fresh copy of eclipse. Thanks, Melan On Wed, Mar

[Dev] Developer Studio 3.0.0 RC1 Released !

2013-03-04 Thread Melan Nimesh
Hi All, We have WSO2 Developer Studio 3.0.0 release candidate 1 ready to be downloaded at [1http://dist.wso2.org/downloads/developer-studio/3.0.0/rc-1/wso2-developer-studio_3.0.0.zip]. Installed eclipse distributions available at [2http://dist.wso2.org/downloads/developer-studio/3.0.0/rc-1/ ]

[Dev] Developer Studio 3.0.0 Beta Released !

2013-02-22 Thread Melan Nimesh
Hi All, We have WSO2 Developer Studio 3.0.0 Beta ready to be downloaded at [1http://dist.wso2.org/downloads/developer-studio/3.0.0/beta/wso2-developer-studio_3.0.0.zip]. Installed eclipse distributions available at [2http://dist.wso2.org/downloads/developer-studio/3.0.0/beta/ ] This release

[Dev] Developer Studio 3.0.0 Alpha 2 Released !

2013-01-30 Thread Jasintha Dasanayake
Hi All, We have WSO2 Developer Studio 3.0.0 Alpha 2 ready to be downloaded at [1]. This release includes following improvements and bug fixes. Bug Fixes - [TOOLS-148 https://wso2.org/jira/browse/TOOLS-148] - Endpoint name that is given by default should change for each artifact created

[Dev] Developer Studio 3.0.0 Alpha Released !

2012-12-06 Thread Jasintha Dasanayake
We have WSO2 Developer Studio 3.0.0 Alpha ready to be downloaded at [1]. Installed eclipse distributions available at [2] New Feature - [TOOLS-1342 https://wso2.org/jira/browse/TOOLS-1342] - Support for named endpoints to be opened in a separate editor page. - [TOOLS-1343

[Dev] Developer Studio 3.0.0 Milestone 2 Released !

2012-11-23 Thread Viraj Rajaguru
Hi All, We have WSO2 Developer Studio 3.0.0 Milestone 2 ready to be downloaded at [1]. Installed eclipse distributions available at [2] Bug - [TOOLS-1360 https://wso2.org/jira/browse/TOOLS-1360] - API's InSequence, OutSequence FaultSequence can be named sequences. Improvement -

[Dev] Developer Studio 3.0.0 Milestone 1 Released !

2012-11-15 Thread Kalpa Senanayake
Hi All, *Developer Studio 3.0.0 Milestone 1 Released !* Milestone available at [1] and installed eclipse distribution available at [2]. Bug - [TOOLS-1335 https://wso2.org/jira/browse/TOOLS-1335] - Importing a multi-maven project requires the parent directory to have the project name -

[Dev] Developer Studio 2.1.0 Milestone 8 Released !

2012-09-21 Thread Kalpa Senanayake
Hi All, *Developer Studio 2.1.0 Milestone 8 Released !* Milestone available at [1] and installed eclipse distribution available at [2]. Bug - [TOOLS-1232 https://wso2.org/jira/browse/TOOLS-1232] - Rendering issues on the editor - [TOOLS-1278 https://wso2.org/jira/browse/TOOLS-1278] -

[Dev] Developer Studio 2.1.0 Milestone 6 Released !

2012-09-10 Thread Kalpa Senanayake
Hi All, *Developer Studio 2.1.0 Milestone 6 Released !* Milestone available at [1] and installed eclipse distribution available at [2]. Bug - [TOOLS-1211 https://wso2.org/jira/browse/TOOLS-1211] - Collaborative Development in multiple environments is broken due to O/S specific metadata

[Dev] Developer Studio 2.1.0 Milestone 1 Released!

2012-07-27 Thread Kalpa Senanayake
*Developer Studio 2.1.0 Milestone 1 Released.* * * Milestone available at [1] . Improvement - [TOOLS-1176 https://wso2.org/jira/browse/TOOLS-1176] - CXF compatible JAX-RS Support for Developer Studio - [TOOLS-1200 https://wso2.org/jira/browse/TOOLS-1200] - Improve the

[Dev] Developer Studio - CEP Plugin - Code Review

2012-07-05 Thread Suhothayan Sriskandarajah
Notes Presenter : IsuruR Attendees : Amila, Deependra, Tharindu, Harshana, Kalpa, Suho, Harsha, Nipuni, Denuwanthi UI * Remove override registry option from UI * Rename Input Editor to Input Configuration, and Output Editor to Output Configuration * Add appropriate headings to dialogue boxes

[Dev] Developer Studio 2.0.0 RC1 packs are ready for testing.

2012-05-29 Thread Kalpa Senanayake
Hi All, Please find the Developer Studio 2.0.0 RC1 packs at [1] for smoke testing. [1] - http://builder1.us1.wso2.org/~developerstudio/developer-studio/2.0.0/RC1/ Thanks, Kalpa. -- Kalpa Senanayake. Software Engineer, WSO2,Inc :(http://wso2.com/). email : ka...@wso2.com mobile : +94783864128

[Dev] DEveloper Studio Workflow Sample contains ASELA's name

2012-05-22 Thread Afkham Azeez
assign name=assign1 copy from variable=myVar part=TestPart/ to variable=tmpVar/ /copy copy insert=last fromconcat('*ASELA* ',$tmpVar)/from to variable=myVar part=TestPart/ /copy /assign :)

Re: [Dev] DEveloper Studio Workflow Sample contains ASELA's name

2012-05-22 Thread Kalpa Senanayake
Hi, This one also corrected at [1]. [1] -https://wso2.org/jira/browse/TOOLS-1067 Thanks Kalpa. On Tue, May 22, 2012 at 9:34 PM, Afkham Azeez az...@wso2.com wrote: assign name=assign1 copy from variable=myVar part=TestPart/ to variable=tmpVar/

[Dev] Developer Studio Code Frozen for RC1

2012-05-21 Thread Harshana Martin
Hi All, Please note that Developer Studio code is frozen for RC1. You are not supposed to commit anything other than L1 and L2 bug fixes to branch and trunk right now and please make sure to commit the fixes to both branch and trunk to keep the trunk in sync with branch. Thanks and Regards,

Re: [Dev] Developer Studio 2.0.0.M10 Released !

2012-03-20 Thread Jasintha Dasanayake
On Tue, Mar 20, 2012 at 11:28 PM, Selvaratnam Uthaiyashankar shan...@wso2.com wrote: Hi Jasintha, The name should be WSO2 Developer Studio not Developer Studio +1 , It was a mistake ,sorry about that. Actually it has been renamed as the WSO2 Developer Studio /Jasintha Shankar

Re: [Dev] Developer Studio 2.0.0.M10 Released !

2012-03-20 Thread Chathuri Wimalasena
Internally it is renamed to WSO2 Developer Studio. I think it is only in the subject of the mail. Regards, Chathuri On Wed, Mar 21, 2012 at 6:21 AM, Jasintha Dasanayake jasin...@wso2.comwrote: On Tue, Mar 20, 2012 at 11:28 PM, Selvaratnam Uthaiyashankar shan...@wso2.com wrote: Hi

Re: [Dev] Developer Studio 2.0.0.M10 Released !

2012-03-19 Thread Samisa Abeysinghe
How is the ESB flow tool is shaping up? On Mon, Mar 19, 2012 at 6:41 PM, Jasintha Dasanayake jasin...@wso2.comwrote: Hi All We have Developer Studio 2.0.0.M10 ready to be downloaded at

Re: [Dev] [Developer Studio] Support for Maven multi-module projects

2012-03-16 Thread Saminda Wijeratne
I completely agree. +1 for the idea. Would it make more sense if we model your multi-module maven project as a solution project? The purpose of a solution project would be to have many different projects (logically) contained in it, that will give out artifacts as a solution for some production

  1   2   >