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

2014-03-07 Thread Lahiru Sandaruwan
Thanks everyone. Seems this is solvable.

Thanks.


On Thu, Mar 6, 2014 at 10:49 PM, Kavith Lokuhewage  wrote:

> Hi,
>
> I had the same issue with kepler in ubuntu 13.10. The solution in the
> stack overflow (mentioned by Isuru) worked for me also.
>
> I created a .desktop file as below.
>
> [Desktop Entry]
> Version=4.3.0
> Name=Eclipse
> Comment=IDE for all seasons
> #Exec=/home/Kavith/eclipse/eclipse
> Exec=env UBUNTU_MENUPROXY=0 /home/Kavith/eclipse/eclipse
> Icon=/home/Kavith/eclipse/icon.xpm
> Terminal=false
> Type=Application
> Categories=Utility;Application
>
> Thanks.
>
>
> On Fri, Mar 7, 2014 at 10:17 AM, Aruna Karunarathna wrote:
>
>> Hi all,
>>
>> I've also experienced the same when using eclipse
>> eclipse-jee-kepler-SR2-linux-gtk-x86_64 in Ubuntu 13.10. I think this is
>> something to do with unity.
>>
>> As Jasintha suggested using GNOME solved the problem.
>>
>> Regards,
>>
>>
>> On Fri, Mar 7, 2014 at 10:09 AM, Jasintha Dasanayake 
>> wrote:
>>
>>>  This also can be resolved by using GNOME instead of having unity(this
>>> is the default shell).
>>>
>>> /Jasintha
>>>
>>>
>>> On Fri, Mar 7, 2014 at 9:34 AM, Daya Attapattu  wrote:
>>>
 I encountered this bug when running eclipse on Ubuntu 13.10.  It can be
 fixed though.  I followed the instructions on that stackoverfolw posting.
 That didn't immediately fix it for me.  I had to set "env 
 UBUNTU_MENUPROXY=0"
 on ~/.local/share/applications/eclipse.desktop too.

 - Daya



 On Fri, Mar 7, 2014 at 9:14 AM, Lahiru Gamage  wrote:

> Yeah... That can be the issue. Hopefully in 14.04 it will be fixed.
> Anyway we will need to tackle this as some customer can use Ubuntu 13.10.
>
> Go with older Eclipse? Juno doesn't has this issue.
>
> Wdyt?
>
> Thanks.
>
>
> On Thu, Mar 6, 2014 at 7:11 PM, Ramindu Deshapriya  > wrote:
>
>> Hi Lahiru,
>>
>> Are you using Ubuntu 13.10? This is am issue with Eclipse.
>>
>> http://stackoverflow.com/questions/19452390/eclipse-menus-dont-show-up-after-upgrading-to-ubuntu-13-10
>>
>> Hope this helps.
>>
>> On Mar 7, 2014 3:10 AM, "Lahiru Gamage"  wrote:
>> >
>> > 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 
>> wrote:
>> >>
>> >>
>> >> 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
>> >> [TOOLS-1107] - "Show in registry browser" option should be
>> disabled for resources that are not in the registry.
>> >> [TOOLS-1323] - Mediator palette scrolling is not intuitive
>> >> [TOOLS-1472] - Rule Mediator does not deserialize correctly
>> >> [TOOLS-1665] - Developer Studio JAX-WS Service Project, project
>> name does not update with selection of wsdl file
>> >> [TOOLS-1745] - AF login dialog save credintial label cannot see
>> completly
>> >> [TOOLS-1972] - When add/remove case to switch mediator sizes of
>> inner cases get reduced and additional arrow is appear in the input
>> connector side
>> >> [TOOLS-1973] - when delete and undo a complex mediator - An
>> exception occured
>> >> [TOOLS-2030] - Cannot create Dynamic Endpoints
>> >> [TOOLS-2059] - Three clicks are required to edit the description
>> of a mediator
>> >> [TOOLS-2189] - Deleting a proxy service either from DevStudio or
>> the file system doesn't update pom.xml
>> >> [TOOLS-2228] - flow is get lost when delete the drop mediator
>> >> [TOOLS-2269] - New Registry Handler Creation Wizard layout is not
>> displaying properly
>> >> [TOOLS-2292] - Create new registry aspect class wizard fails to
>> complete
>> >> [TOOLS-2310] - Save pom.xml on Project Import to fix the artifacts
>> ordering issue
>> >> [TOOLS-2313] - HTTP and Template endpoints get Address endpoint
>> icon when drag and drop from Endpoint palette group
>> >> [TOOLS-2319] - Template wizard creates a useless WSDL EP when
>> either WSDL url, service or port is invalid
>> >> [TOOLS-2323] - DBLookup and DBReport have the same icon in tool
>> palette
>> >> [TOOLS-2325] - All available message stores in the workspace are
>> not displaying in the properties view of the Store mediator
>> >> [TOOLS-2330] - SQL Statement Configuration window's Parameters and
>> Results tables have not aligned properly
>> >> [TOOLS-2331] - In Clone Mediator's target configuration dialog,
>>>

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

2014-03-06 Thread Kavith Lokuhewage
Hi,

I had the same issue with kepler in ubuntu 13.10. The solution in the stack
overflow (mentioned by Isuru) worked for me also.

I created a .desktop file as below.

[Desktop Entry]
Version=4.3.0
Name=Eclipse
Comment=IDE for all seasons
#Exec=/home/Kavith/eclipse/eclipse
Exec=env UBUNTU_MENUPROXY=0 /home/Kavith/eclipse/eclipse
Icon=/home/Kavith/eclipse/icon.xpm
Terminal=false
Type=Application
Categories=Utility;Application

Thanks.


On Fri, Mar 7, 2014 at 10:17 AM, Aruna Karunarathna  wrote:

> Hi all,
>
> I've also experienced the same when using eclipse
> eclipse-jee-kepler-SR2-linux-gtk-x86_64 in Ubuntu 13.10. I think this is
> something to do with unity.
>
> As Jasintha suggested using GNOME solved the problem.
>
> Regards,
>
>
> On Fri, Mar 7, 2014 at 10:09 AM, Jasintha Dasanayake wrote:
>
>>  This also can be resolved by using GNOME instead of having unity(this is
>> the default shell).
>>
>> /Jasintha
>>
>>
>> On Fri, Mar 7, 2014 at 9:34 AM, Daya Attapattu  wrote:
>>
>>> I encountered this bug when running eclipse on Ubuntu 13.10.  It can be
>>> fixed though.  I followed the instructions on that stackoverfolw posting.
>>> That didn't immediately fix it for me.  I had to set "env 
>>> UBUNTU_MENUPROXY=0"
>>> on ~/.local/share/applications/eclipse.desktop too.
>>>
>>> - Daya
>>>
>>>
>>>
>>> On Fri, Mar 7, 2014 at 9:14 AM, Lahiru Gamage  wrote:
>>>
 Yeah... That can be the issue. Hopefully in 14.04 it will be fixed.
 Anyway we will need to tackle this as some customer can use Ubuntu 13.10.

 Go with older Eclipse? Juno doesn't has this issue.

 Wdyt?

 Thanks.


 On Thu, Mar 6, 2014 at 7:11 PM, Ramindu Deshapriya 
 wrote:

> Hi Lahiru,
>
> Are you using Ubuntu 13.10? This is am issue with Eclipse.
>
> http://stackoverflow.com/questions/19452390/eclipse-menus-dont-show-up-after-upgrading-to-ubuntu-13-10
>
> Hope this helps.
>
> On Mar 7, 2014 3:10 AM, "Lahiru Gamage"  wrote:
> >
> > 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 
> wrote:
> >>
> >>
> >> 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
> >> [TOOLS-1107] - "Show in registry browser" option should be disabled
> for resources that are not in the registry.
> >> [TOOLS-1323] - Mediator palette scrolling is not intuitive
> >> [TOOLS-1472] - Rule Mediator does not deserialize correctly
> >> [TOOLS-1665] - Developer Studio JAX-WS Service Project, project
> name does not update with selection of wsdl file
> >> [TOOLS-1745] - AF login dialog save credintial label cannot see
> completly
> >> [TOOLS-1972] - When add/remove case to switch mediator sizes of
> inner cases get reduced and additional arrow is appear in the input
> connector side
> >> [TOOLS-1973] - when delete and undo a complex mediator - An
> exception occured
> >> [TOOLS-2030] - Cannot create Dynamic Endpoints
> >> [TOOLS-2059] - Three clicks are required to edit the description of
> a mediator
> >> [TOOLS-2189] - Deleting a proxy service either from DevStudio or
> the file system doesn't update pom.xml
> >> [TOOLS-2228] - flow is get lost when delete the drop mediator
> >> [TOOLS-2269] - New Registry Handler Creation Wizard layout is not
> displaying properly
> >> [TOOLS-2292] - Create new registry aspect class wizard fails to
> complete
> >> [TOOLS-2310] - Save pom.xml on Project Import to fix the artifacts
> ordering issue
> >> [TOOLS-2313] - HTTP and Template endpoints get Address endpoint
> icon when drag and drop from Endpoint palette group
> >> [TOOLS-2319] - Template wizard creates a useless WSDL EP when
> either WSDL url, service or port is invalid
> >> [TOOLS-2323] - DBLookup and DBReport have the same icon in tool
> palette
> >> [TOOLS-2325] - All available message stores in the workspace are
> not displaying in the properties view of the Store mediator
> >> [TOOLS-2330] - SQL Statement Configuration window's Parameters and
> Results tables have not aligned properly
> >> [TOOLS-2331] - In Clone Mediator's target configuration dialog, the
> table is non editable
> >> [TOOLS-2332] - In Rule Mediator's fact configuration dialog, the
> table has not aligned properly
> >> [TOOLS-2333] - In Endpoint's properties window, Value and Type
> columns should swap
> >> [TOOLS-2336] - Schedu

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

2014-03-06 Thread Aruna Karunarathna
Hi all,

I've also experienced the same when using eclipse
eclipse-jee-kepler-SR2-linux-gtk-x86_64 in Ubuntu 13.10. I think this is
something to do with unity.

As Jasintha suggested using GNOME solved the problem.

Regards,


On Fri, Mar 7, 2014 at 10:09 AM, Jasintha Dasanayake wrote:

>  This also can be resolved by using GNOME instead of having unity(this is
> the default shell).
>
> /Jasintha
>
>
> On Fri, Mar 7, 2014 at 9:34 AM, Daya Attapattu  wrote:
>
>> I encountered this bug when running eclipse on Ubuntu 13.10.  It can be
>> fixed though.  I followed the instructions on that stackoverfolw posting.
>> That didn't immediately fix it for me.  I had to set "env UBUNTU_MENUPROXY=0"
>> on ~/.local/share/applications/eclipse.desktop too.
>>
>> - Daya
>>
>>
>>
>> On Fri, Mar 7, 2014 at 9:14 AM, Lahiru Gamage  wrote:
>>
>>> Yeah... That can be the issue. Hopefully in 14.04 it will be fixed.
>>> Anyway we will need to tackle this as some customer can use Ubuntu 13.10.
>>>
>>> Go with older Eclipse? Juno doesn't has this issue.
>>>
>>> Wdyt?
>>>
>>> Thanks.
>>>
>>>
>>> On Thu, Mar 6, 2014 at 7:11 PM, Ramindu Deshapriya 
>>> wrote:
>>>
 Hi Lahiru,

 Are you using Ubuntu 13.10? This is am issue with Eclipse.

 http://stackoverflow.com/questions/19452390/eclipse-menus-dont-show-up-after-upgrading-to-ubuntu-13-10

 Hope this helps.

 On Mar 7, 2014 3:10 AM, "Lahiru Gamage"  wrote:
 >
 > 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 
 wrote:
 >>
 >>
 >> 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
 >> [TOOLS-1107] - "Show in registry browser" option should be disabled
 for resources that are not in the registry.
 >> [TOOLS-1323] - Mediator palette scrolling is not intuitive
 >> [TOOLS-1472] - Rule Mediator does not deserialize correctly
 >> [TOOLS-1665] - Developer Studio JAX-WS Service Project, project name
 does not update with selection of wsdl file
 >> [TOOLS-1745] - AF login dialog save credintial label cannot see
 completly
 >> [TOOLS-1972] - When add/remove case to switch mediator sizes of
 inner cases get reduced and additional arrow is appear in the input
 connector side
 >> [TOOLS-1973] - when delete and undo a complex mediator - An
 exception occured
 >> [TOOLS-2030] - Cannot create Dynamic Endpoints
 >> [TOOLS-2059] - Three clicks are required to edit the description of
 a mediator
 >> [TOOLS-2189] - Deleting a proxy service either from DevStudio or the
 file system doesn't update pom.xml
 >> [TOOLS-2228] - flow is get lost when delete the drop mediator
 >> [TOOLS-2269] - New Registry Handler Creation Wizard layout is not
 displaying properly
 >> [TOOLS-2292] - Create new registry aspect class wizard fails to
 complete
 >> [TOOLS-2310] - Save pom.xml on Project Import to fix the artifacts
 ordering issue
 >> [TOOLS-2313] - HTTP and Template endpoints get Address endpoint icon
 when drag and drop from Endpoint palette group
 >> [TOOLS-2319] - Template wizard creates a useless WSDL EP when either
 WSDL url, service or port is invalid
 >> [TOOLS-2323] - DBLookup and DBReport have the same icon in tool
 palette
 >> [TOOLS-2325] - All available message stores in the workspace are not
 displaying in the properties view of the Store mediator
 >> [TOOLS-2330] - SQL Statement Configuration window's Parameters and
 Results tables have not aligned properly
 >> [TOOLS-2331] - In Clone Mediator's target configuration dialog, the
 table is non editable
 >> [TOOLS-2332] - In Rule Mediator's fact configuration dialog, the
 table has not aligned properly
 >> [TOOLS-2333] - In Endpoint's properties window, Value and Type
 columns should swap
 >> [TOOLS-2336] - Scheduled task serialization fails when Task
 properties dialog is cancelled
 >> [TOOLS-2338] - Cannot import files from system when creating
 Registry resources when there is no extensions
 >> [TOOLS-2345] - When a custom mediator is created and added in to a
 CApp through dev studio custom mediator is listed last in the
 artifiacts.xml file in CApp
 >> [TOOLS-2346] - services.xml file not get updated when creating a new
 Axis2 Service class
 >> [TOOLS-2347] - Cannot drop a 'Drop' mediator into switch mediator
 case or default branches
 >> [TOOLS-2349] - [ESB] Custom task properties get 

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

2014-03-06 Thread Jasintha Dasanayake
 This also can be resolved by using GNOME instead of having unity(this is
the default shell).

/Jasintha


On Fri, Mar 7, 2014 at 9:34 AM, Daya Attapattu  wrote:

> I encountered this bug when running eclipse on Ubuntu 13.10.  It can be
> fixed though.  I followed the instructions on that stackoverfolw posting.
> That didn't immediately fix it for me.  I had to set "env UBUNTU_MENUPROXY=0"
> on ~/.local/share/applications/eclipse.desktop too.
>
> - Daya
>
>
>
> On Fri, Mar 7, 2014 at 9:14 AM, Lahiru Gamage  wrote:
>
>> Yeah... That can be the issue. Hopefully in 14.04 it will be fixed.
>> Anyway we will need to tackle this as some customer can use Ubuntu 13.10.
>>
>> Go with older Eclipse? Juno doesn't has this issue.
>>
>> Wdyt?
>>
>> Thanks.
>>
>>
>> On Thu, Mar 6, 2014 at 7:11 PM, Ramindu Deshapriya wrote:
>>
>>> Hi Lahiru,
>>>
>>> Are you using Ubuntu 13.10? This is am issue with Eclipse.
>>>
>>> http://stackoverflow.com/questions/19452390/eclipse-menus-dont-show-up-after-upgrading-to-ubuntu-13-10
>>>
>>> Hope this helps.
>>>
>>> On Mar 7, 2014 3:10 AM, "Lahiru Gamage"  wrote:
>>> >
>>> > 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 
>>> wrote:
>>> >>
>>> >>
>>> >> 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
>>> >> [TOOLS-1107] - "Show in registry browser" option should be disabled
>>> for resources that are not in the registry.
>>> >> [TOOLS-1323] - Mediator palette scrolling is not intuitive
>>> >> [TOOLS-1472] - Rule Mediator does not deserialize correctly
>>> >> [TOOLS-1665] - Developer Studio JAX-WS Service Project, project name
>>> does not update with selection of wsdl file
>>> >> [TOOLS-1745] - AF login dialog save credintial label cannot see
>>> completly
>>> >> [TOOLS-1972] - When add/remove case to switch mediator sizes of inner
>>> cases get reduced and additional arrow is appear in the input connector side
>>> >> [TOOLS-1973] - when delete and undo a complex mediator - An exception
>>> occured
>>> >> [TOOLS-2030] - Cannot create Dynamic Endpoints
>>> >> [TOOLS-2059] - Three clicks are required to edit the description of a
>>> mediator
>>> >> [TOOLS-2189] - Deleting a proxy service either from DevStudio or the
>>> file system doesn't update pom.xml
>>> >> [TOOLS-2228] - flow is get lost when delete the drop mediator
>>> >> [TOOLS-2269] - New Registry Handler Creation Wizard layout is not
>>> displaying properly
>>> >> [TOOLS-2292] - Create new registry aspect class wizard fails to
>>> complete
>>> >> [TOOLS-2310] - Save pom.xml on Project Import to fix the artifacts
>>> ordering issue
>>> >> [TOOLS-2313] - HTTP and Template endpoints get Address endpoint icon
>>> when drag and drop from Endpoint palette group
>>> >> [TOOLS-2319] - Template wizard creates a useless WSDL EP when either
>>> WSDL url, service or port is invalid
>>> >> [TOOLS-2323] - DBLookup and DBReport have the same icon in tool
>>> palette
>>> >> [TOOLS-2325] - All available message stores in the workspace are not
>>> displaying in the properties view of the Store mediator
>>> >> [TOOLS-2330] - SQL Statement Configuration window's Parameters and
>>> Results tables have not aligned properly
>>> >> [TOOLS-2331] - In Clone Mediator's target configuration dialog, the
>>> table is non editable
>>> >> [TOOLS-2332] - In Rule Mediator's fact configuration dialog, the
>>> table has not aligned properly
>>> >> [TOOLS-2333] - In Endpoint's properties window, Value and Type
>>> columns should swap
>>> >> [TOOLS-2336] - Scheduled task serialization fails when Task
>>> properties dialog is cancelled
>>> >> [TOOLS-2338] - Cannot import files from system when creating Registry
>>> resources when there is no extensions
>>> >> [TOOLS-2345] - When a custom mediator is created and added in to a
>>> CApp through dev studio custom mediator is listed last in the
>>> artifiacts.xml file in CApp
>>> >> [TOOLS-2346] - services.xml file not get updated when creating a new
>>> Axis2 Service class
>>> >> [TOOLS-2347] - Cannot drop a 'Drop' mediator into switch mediator
>>> case or default branches
>>> >> [TOOLS-2349] - [ESB] Custom task properties get serialized for empty
>>> property names and values too
>>> >> [TOOLS-2350] - Some Mediators and Endpoints are not in the
>>> alphabetical order in the tool pallet
>>> >> [TOOLS-2355] - It is allowing to add Respond and Loopback Mediators
>>> inside a mediator when they are already present in the mediator flow
>>> >> [TOOLS-2356] - It is allowing to add Respond and Loopback Mediators
>>> in the middle of the mediat

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

2014-03-06 Thread Daya Attapattu
I encountered this bug when running eclipse on Ubuntu 13.10.  It can be
fixed though.  I followed the instructions on that stackoverfolw posting.
That didn't immediately fix it for me.  I had to set "env UBUNTU_MENUPROXY=0"
on ~/.local/share/applications/eclipse.desktop too.

- Daya



On Fri, Mar 7, 2014 at 9:14 AM, Lahiru Gamage  wrote:

> Yeah... That can be the issue. Hopefully in 14.04 it will be fixed. Anyway
> we will need to tackle this as some customer can use Ubuntu 13.10.
>
> Go with older Eclipse? Juno doesn't has this issue.
>
> Wdyt?
>
> Thanks.
>
>
> On Thu, Mar 6, 2014 at 7:11 PM, Ramindu Deshapriya wrote:
>
>> Hi Lahiru,
>>
>> Are you using Ubuntu 13.10? This is am issue with Eclipse.
>>
>> http://stackoverflow.com/questions/19452390/eclipse-menus-dont-show-up-after-upgrading-to-ubuntu-13-10
>>
>> Hope this helps.
>>
>> On Mar 7, 2014 3:10 AM, "Lahiru Gamage"  wrote:
>> >
>> > 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 
>> wrote:
>> >>
>> >>
>> >> 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
>> >> [TOOLS-1107] - "Show in registry browser" option should be disabled
>> for resources that are not in the registry.
>> >> [TOOLS-1323] - Mediator palette scrolling is not intuitive
>> >> [TOOLS-1472] - Rule Mediator does not deserialize correctly
>> >> [TOOLS-1665] - Developer Studio JAX-WS Service Project, project name
>> does not update with selection of wsdl file
>> >> [TOOLS-1745] - AF login dialog save credintial label cannot see
>> completly
>> >> [TOOLS-1972] - When add/remove case to switch mediator sizes of inner
>> cases get reduced and additional arrow is appear in the input connector side
>> >> [TOOLS-1973] - when delete and undo a complex mediator - An exception
>> occured
>> >> [TOOLS-2030] - Cannot create Dynamic Endpoints
>> >> [TOOLS-2059] - Three clicks are required to edit the description of a
>> mediator
>> >> [TOOLS-2189] - Deleting a proxy service either from DevStudio or the
>> file system doesn't update pom.xml
>> >> [TOOLS-2228] - flow is get lost when delete the drop mediator
>> >> [TOOLS-2269] - New Registry Handler Creation Wizard layout is not
>> displaying properly
>> >> [TOOLS-2292] - Create new registry aspect class wizard fails to
>> complete
>> >> [TOOLS-2310] - Save pom.xml on Project Import to fix the artifacts
>> ordering issue
>> >> [TOOLS-2313] - HTTP and Template endpoints get Address endpoint icon
>> when drag and drop from Endpoint palette group
>> >> [TOOLS-2319] - Template wizard creates a useless WSDL EP when either
>> WSDL url, service or port is invalid
>> >> [TOOLS-2323] - DBLookup and DBReport have the same icon in tool palette
>> >> [TOOLS-2325] - All available message stores in the workspace are not
>> displaying in the properties view of the Store mediator
>> >> [TOOLS-2330] - SQL Statement Configuration window's Parameters and
>> Results tables have not aligned properly
>> >> [TOOLS-2331] - In Clone Mediator's target configuration dialog, the
>> table is non editable
>> >> [TOOLS-2332] - In Rule Mediator's fact configuration dialog, the table
>> has not aligned properly
>> >> [TOOLS-2333] - In Endpoint's properties window, Value and Type columns
>> should swap
>> >> [TOOLS-2336] - Scheduled task serialization fails when Task properties
>> dialog is cancelled
>> >> [TOOLS-2338] - Cannot import files from system when creating Registry
>> resources when there is no extensions
>> >> [TOOLS-2345] - When a custom mediator is created and added in to a
>> CApp through dev studio custom mediator is listed last in the
>> artifiacts.xml file in CApp
>> >> [TOOLS-2346] - services.xml file not get updated when creating a new
>> Axis2 Service class
>> >> [TOOLS-2347] - Cannot drop a 'Drop' mediator into switch mediator case
>> or default branches
>> >> [TOOLS-2349] - [ESB] Custom task properties get serialized for empty
>> property names and values too
>> >> [TOOLS-2350] - Some Mediators and Endpoints are not in the
>> alphabetical order in the tool pallet
>> >> [TOOLS-2355] - It is allowing to add Respond and Loopback Mediators
>> inside a mediator when they are already present in the mediator flow
>> >> [TOOLS-2356] - It is allowing to add Respond and Loopback Mediators in
>> the middle of the mediator flow
>> >> [TOOLS-2357] - Maven-Car-Depoy-Plugin is unable to undeploy CAR files
>> with Maven
>> >> [TOOLS-2358] - Icon should change in the warning messages of ESB
>> Graphical Editor
>> >> [TOOLS-2367] - Maven Build profile properties updated in only endpoint
>> artifact but not 

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

2014-03-06 Thread Isuru Perera
Hi,


On Fri, Mar 7, 2014 at 9:14 AM, Lahiru Gamage  wrote:

> Yeah... That can be the issue. Hopefully in 14.04 it will be fixed. Anyway
> we will need to tackle this as some customer can use Ubuntu 13.10.
>
Yes. It will be fixed as Ubuntu 14.04 will drop support for global menus in
Unity.

>
> Go with older Eclipse? Juno doesn't has this issue.
>
There is a workaround for that issue. So, no need to go for an older
version.

>
> Wdyt?
>
> Thanks.
>
>
> On Thu, Mar 6, 2014 at 7:11 PM, Ramindu Deshapriya wrote:
>
>> Hi Lahiru,
>>
>> Are you using Ubuntu 13.10? This is am issue with Eclipse.
>>
>> http://stackoverflow.com/questions/19452390/eclipse-menus-dont-show-up-after-upgrading-to-ubuntu-13-10
>>
>> Hope this helps.
>>
>> On Mar 7, 2014 3:10 AM, "Lahiru Gamage"  wrote:
>> >
>> > 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 
>> wrote:
>> >>
>> >>
>> >> 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
>> >> [TOOLS-1107] - "Show in registry browser" option should be disabled
>> for resources that are not in the registry.
>> >> [TOOLS-1323] - Mediator palette scrolling is not intuitive
>> >> [TOOLS-1472] - Rule Mediator does not deserialize correctly
>> >> [TOOLS-1665] - Developer Studio JAX-WS Service Project, project name
>> does not update with selection of wsdl file
>> >> [TOOLS-1745] - AF login dialog save credintial label cannot see
>> completly
>> >> [TOOLS-1972] - When add/remove case to switch mediator sizes of inner
>> cases get reduced and additional arrow is appear in the input connector side
>> >> [TOOLS-1973] - when delete and undo a complex mediator - An exception
>> occured
>> >> [TOOLS-2030] - Cannot create Dynamic Endpoints
>> >> [TOOLS-2059] - Three clicks are required to edit the description of a
>> mediator
>> >> [TOOLS-2189] - Deleting a proxy service either from DevStudio or the
>> file system doesn't update pom.xml
>> >> [TOOLS-2228] - flow is get lost when delete the drop mediator
>> >> [TOOLS-2269] - New Registry Handler Creation Wizard layout is not
>> displaying properly
>> >> [TOOLS-2292] - Create new registry aspect class wizard fails to
>> complete
>> >> [TOOLS-2310] - Save pom.xml on Project Import to fix the artifacts
>> ordering issue
>> >> [TOOLS-2313] - HTTP and Template endpoints get Address endpoint icon
>> when drag and drop from Endpoint palette group
>> >> [TOOLS-2319] - Template wizard creates a useless WSDL EP when either
>> WSDL url, service or port is invalid
>> >> [TOOLS-2323] - DBLookup and DBReport have the same icon in tool palette
>> >> [TOOLS-2325] - All available message stores in the workspace are not
>> displaying in the properties view of the Store mediator
>> >> [TOOLS-2330] - SQL Statement Configuration window's Parameters and
>> Results tables have not aligned properly
>> >> [TOOLS-2331] - In Clone Mediator's target configuration dialog, the
>> table is non editable
>> >> [TOOLS-2332] - In Rule Mediator's fact configuration dialog, the table
>> has not aligned properly
>> >> [TOOLS-2333] - In Endpoint's properties window, Value and Type columns
>> should swap
>> >> [TOOLS-2336] - Scheduled task serialization fails when Task properties
>> dialog is cancelled
>> >> [TOOLS-2338] - Cannot import files from system when creating Registry
>> resources when there is no extensions
>> >> [TOOLS-2345] - When a custom mediator is created and added in to a
>> CApp through dev studio custom mediator is listed last in the
>> artifiacts.xml file in CApp
>> >> [TOOLS-2346] - services.xml file not get updated when creating a new
>> Axis2 Service class
>> >> [TOOLS-2347] - Cannot drop a 'Drop' mediator into switch mediator case
>> or default branches
>> >> [TOOLS-2349] - [ESB] Custom task properties get serialized for empty
>> property names and values too
>> >> [TOOLS-2350] - Some Mediators and Endpoints are not in the
>> alphabetical order in the tool pallet
>> >> [TOOLS-2355] - It is allowing to add Respond and Loopback Mediators
>> inside a mediator when they are already present in the mediator flow
>> >> [TOOLS-2356] - It is allowing to add Respond and Loopback Mediators in
>> the middle of the mediator flow
>> >> [TOOLS-2357] - Maven-Car-Depoy-Plugin is unable to undeploy CAR files
>> with Maven
>> >> [TOOLS-2358] - Icon should change in the warning messages of ESB
>> Graphical Editor
>> >> [TOOLS-2367] - Maven Build profile properties updated in only endpoint
>> artifact but not all
>> >> Improvements
>> >> [TOOLS-1422] - Support both Dynamic Endpoints and Service URIs in
>> Callout mediator

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

2014-03-06 Thread Lahiru Gamage
Yeah... That can be the issue. Hopefully in 14.04 it will be fixed. Anyway
we will need to tackle this as some customer can use Ubuntu 13.10.

Go with older Eclipse? Juno doesn't has this issue.

Wdyt?

Thanks.


On Thu, Mar 6, 2014 at 7:11 PM, Ramindu Deshapriya wrote:

> Hi Lahiru,
>
> Are you using Ubuntu 13.10? This is am issue with Eclipse.
>
> http://stackoverflow.com/questions/19452390/eclipse-menus-dont-show-up-after-upgrading-to-ubuntu-13-10
>
> Hope this helps.
>
> On Mar 7, 2014 3:10 AM, "Lahiru Gamage"  wrote:
> >
> > 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  wrote:
> >>
> >>
> >> 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
> >> [TOOLS-1107] - "Show in registry browser" option should be disabled for
> resources that are not in the registry.
> >> [TOOLS-1323] - Mediator palette scrolling is not intuitive
> >> [TOOLS-1472] - Rule Mediator does not deserialize correctly
> >> [TOOLS-1665] - Developer Studio JAX-WS Service Project, project name
> does not update with selection of wsdl file
> >> [TOOLS-1745] - AF login dialog save credintial label cannot see
> completly
> >> [TOOLS-1972] - When add/remove case to switch mediator sizes of inner
> cases get reduced and additional arrow is appear in the input connector side
> >> [TOOLS-1973] - when delete and undo a complex mediator - An exception
> occured
> >> [TOOLS-2030] - Cannot create Dynamic Endpoints
> >> [TOOLS-2059] - Three clicks are required to edit the description of a
> mediator
> >> [TOOLS-2189] - Deleting a proxy service either from DevStudio or the
> file system doesn't update pom.xml
> >> [TOOLS-2228] - flow is get lost when delete the drop mediator
> >> [TOOLS-2269] - New Registry Handler Creation Wizard layout is not
> displaying properly
> >> [TOOLS-2292] - Create new registry aspect class wizard fails to complete
> >> [TOOLS-2310] - Save pom.xml on Project Import to fix the artifacts
> ordering issue
> >> [TOOLS-2313] - HTTP and Template endpoints get Address endpoint icon
> when drag and drop from Endpoint palette group
> >> [TOOLS-2319] - Template wizard creates a useless WSDL EP when either
> WSDL url, service or port is invalid
> >> [TOOLS-2323] - DBLookup and DBReport have the same icon in tool palette
> >> [TOOLS-2325] - All available message stores in the workspace are not
> displaying in the properties view of the Store mediator
> >> [TOOLS-2330] - SQL Statement Configuration window's Parameters and
> Results tables have not aligned properly
> >> [TOOLS-2331] - In Clone Mediator's target configuration dialog, the
> table is non editable
> >> [TOOLS-2332] - In Rule Mediator's fact configuration dialog, the table
> has not aligned properly
> >> [TOOLS-2333] - In Endpoint's properties window, Value and Type columns
> should swap
> >> [TOOLS-2336] - Scheduled task serialization fails when Task properties
> dialog is cancelled
> >> [TOOLS-2338] - Cannot import files from system when creating Registry
> resources when there is no extensions
> >> [TOOLS-2345] - When a custom mediator is created and added in to a CApp
> through dev studio custom mediator is listed last in the artifiacts.xml
> file in CApp
> >> [TOOLS-2346] - services.xml file not get updated when creating a new
> Axis2 Service class
> >> [TOOLS-2347] - Cannot drop a 'Drop' mediator into switch mediator case
> or default branches
> >> [TOOLS-2349] - [ESB] Custom task properties get serialized for empty
> property names and values too
> >> [TOOLS-2350] - Some Mediators and Endpoints are not in the alphabetical
> order in the tool pallet
> >> [TOOLS-2355] - It is allowing to add Respond and Loopback Mediators
> inside a mediator when they are already present in the mediator flow
> >> [TOOLS-2356] - It is allowing to add Respond and Loopback Mediators in
> the middle of the mediator flow
> >> [TOOLS-2357] - Maven-Car-Depoy-Plugin is unable to undeploy CAR files
> with Maven
> >> [TOOLS-2358] - Icon should change in the warning messages of ESB
> Graphical Editor
> >> [TOOLS-2367] - Maven Build profile properties updated in only endpoint
> artifact but not all
> >> Improvements
> >> [TOOLS-1422] - Support both Dynamic Endpoints and Service URIs in
> Callout mediator
> >> [TOOLS-1689] - Usability improvements in the Property fields for ESB
> Graphical Editor
> >> [TOOLS-2277] - Do not allow to add mediators after Respond or Loopback
> mediator
> >> [TOOLS-2326] - In the CallTemplate mediator's properties window,
> Value/Expression and Parameter Type columns should swap
> >> [TOOLS-2353] - Provide a mechanism 

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

2014-03-06 Thread Isuru Perera
Hi,

On Fri, Mar 7, 2014 at 3:08 AM, Lahiru Gamage  wrote:

> Hi Susinda,
>
> I tried Developer studio with Eclipse provided. (Linux 64 bit). Cannot get
> the menu items down. E.g. "Developer Studio" Menu item.
>
If you are using a newer Ubuntu and all menus behaves the same way,
following can be the issue.

http://stackoverflow.com/questions/19452390/eclipse-menus-dont-show-up-after-upgrading-to-ubuntu-13-10

>
> Thanks.
>
>
>
> On Thu, Mar 6, 2014 at 5:52 AM, Susinda Perera  wrote:
>
>>
>> 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
>>
>>- [TOOLS-1107 ] - "Show in
>>registry browser" option should be disabled for resources that are not in
>>the registry.
>>- [TOOLS-1323 ] - Mediator
>>palette scrolling is not intuitive
>>- [TOOLS-1472 ] - Rule
>>Mediator does not deserialize correctly
>>- [TOOLS-1665 ] - Developer
>>Studio JAX-WS Service Project, project name does not update with selection
>>of wsdl file
>>- [TOOLS-1745 ] - AF login
>>dialog save credintial label cannot see completly
>>- [TOOLS-1972 ] - When
>>add/remove case to switch mediator sizes of inner cases get reduced and
>>additional arrow is appear in the input connector side
>>- [TOOLS-1973 ] - when
>>delete and undo a complex mediator - An exception occured
>>- [TOOLS-2030 ] - Cannot
>>create Dynamic Endpoints
>>- [TOOLS-2059 ] - Three
>>clicks are required to edit the description of a mediator
>>- [TOOLS-2189 ] - Deleting a
>>proxy service either from DevStudio or the file system doesn't update
>>pom.xml
>>- [TOOLS-2228 ] - flow is
>>get lost when delete the drop mediator
>>- [TOOLS-2269 ] - New
>>Registry Handler Creation Wizard layout is not displaying properly
>>- [TOOLS-2292 ] - Create new
>>registry aspect class wizard fails to complete
>>- [TOOLS-2310 ] - Save
>>pom.xml on Project Import to fix the artifacts ordering issue
>>- [TOOLS-2313 ] - HTTP and
>>Template endpoints get Address endpoint icon when drag and drop from
>>Endpoint palette group
>>- [TOOLS-2319 ] - Template
>>wizard creates a useless WSDL EP when either WSDL url, service or port is
>>invalid
>>- [TOOLS-2323 ] - DBLookup
>>and DBReport have the same icon in tool palette
>>- [TOOLS-2325 ] - All
>>available message stores in the workspace are not displaying in the
>>properties view of the Store mediator
>>- [TOOLS-2330 ] - SQL
>>Statement Configuration window's Parameters and Results tables have not
>>aligned properly
>>- [TOOLS-2331 ] - In Clone
>>Mediator's target configuration dialog, the table is non editable
>>- [TOOLS-2332 ] - In Rule
>>Mediator's fact configuration dialog, the table has not aligned properly
>>- [TOOLS-2333 ] - In
>>Endpoint's properties window, Value and Type columns should swap
>>- [TOOLS-2336 ] - Scheduled
>>task serialization fails when Task properties dialog is cancelled
>>- [TOOLS-2338 ] - Cannot
>>import files from system when creating Registry resources when there is no
>>extensions
>>- [TOOLS-2345 ] - When a
>>custom mediator is created and added in to a CApp through dev studio 
>> custom
>>mediator is listed last in the artifiacts.xml file in CApp
>>- [TOOLS-2346 ] -
>>services.xml file not get updated when creating a new Axis2 Service class
>>- [TOOLS-2347 ] - Cannot
>>drop a 'Drop' mediator into switch mediator case or default branches
>>- [TOOLS-2349 ] - [ESB]
>>Custom task properti

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

2014-03-06 Thread Ramindu Deshapriya
Hi Lahiru,

Are you using Ubuntu 13.10? This is am issue with Eclipse.
http://stackoverflow.com/questions/19452390/eclipse-menus-dont-show-up-after-upgrading-to-ubuntu-13-10

Hope this helps.

On Mar 7, 2014 3:10 AM, "Lahiru Gamage"  wrote:
>
> 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  wrote:
>>
>>
>> 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
>> [TOOLS-1107] - "Show in registry browser" option should be disabled for
resources that are not in the registry.
>> [TOOLS-1323] - Mediator palette scrolling is not intuitive
>> [TOOLS-1472] - Rule Mediator does not deserialize correctly
>> [TOOLS-1665] - Developer Studio JAX-WS Service Project, project name
does not update with selection of wsdl file
>> [TOOLS-1745] - AF login dialog save credintial label cannot see completly
>> [TOOLS-1972] - When add/remove case to switch mediator sizes of inner
cases get reduced and additional arrow is appear in the input connector side
>> [TOOLS-1973] - when delete and undo a complex mediator - An exception
occured
>> [TOOLS-2030] - Cannot create Dynamic Endpoints
>> [TOOLS-2059] - Three clicks are required to edit the description of a
mediator
>> [TOOLS-2189] - Deleting a proxy service either from DevStudio or the
file system doesn't update pom.xml
>> [TOOLS-2228] - flow is get lost when delete the drop mediator
>> [TOOLS-2269] - New Registry Handler Creation Wizard layout is not
displaying properly
>> [TOOLS-2292] - Create new registry aspect class wizard fails to complete
>> [TOOLS-2310] - Save pom.xml on Project Import to fix the artifacts
ordering issue
>> [TOOLS-2313] - HTTP and Template endpoints get Address endpoint icon
when drag and drop from Endpoint palette group
>> [TOOLS-2319] - Template wizard creates a useless WSDL EP when either
WSDL url, service or port is invalid
>> [TOOLS-2323] - DBLookup and DBReport have the same icon in tool palette
>> [TOOLS-2325] - All available message stores in the workspace are not
displaying in the properties view of the Store mediator
>> [TOOLS-2330] - SQL Statement Configuration window's Parameters and
Results tables have not aligned properly
>> [TOOLS-2331] - In Clone Mediator's target configuration dialog, the
table is non editable
>> [TOOLS-2332] - In Rule Mediator's fact configuration dialog, the table
has not aligned properly
>> [TOOLS-2333] - In Endpoint's properties window, Value and Type columns
should swap
>> [TOOLS-2336] - Scheduled task serialization fails when Task properties
dialog is cancelled
>> [TOOLS-2338] - Cannot import files from system when creating Registry
resources when there is no extensions
>> [TOOLS-2345] - When a custom mediator is created and added in to a CApp
through dev studio custom mediator is listed last in the artifiacts.xml
file in CApp
>> [TOOLS-2346] - services.xml file not get updated when creating a new
Axis2 Service class
>> [TOOLS-2347] - Cannot drop a 'Drop' mediator into switch mediator case
or default branches
>> [TOOLS-2349] - [ESB] Custom task properties get serialized for empty
property names and values too
>> [TOOLS-2350] - Some Mediators and Endpoints are not in the alphabetical
order in the tool pallet
>> [TOOLS-2355] - It is allowing to add Respond and Loopback Mediators
inside a mediator when they are already present in the mediator flow
>> [TOOLS-2356] - It is allowing to add Respond and Loopback Mediators in
the middle of the mediator flow
>> [TOOLS-2357] - Maven-Car-Depoy-Plugin is unable to undeploy CAR files
with Maven
>> [TOOLS-2358] - Icon should change in the warning messages of ESB
Graphical Editor
>> [TOOLS-2367] - Maven Build profile properties updated in only endpoint
artifact but not all
>> Improvements
>> [TOOLS-1422] - Support both Dynamic Endpoints and Service URIs in
Callout mediator
>> [TOOLS-1689] - Usability improvements in the Property fields for ESB
Graphical Editor
>> [TOOLS-2277] - Do not allow to add mediators after Respond or Loopback
mediator
>> [TOOLS-2326] - In the CallTemplate mediator's properties window,
Value/Expression and Parameter Type columns should swap
>> [TOOLS-2353] - Provide a mechanism to define a custom GroupId and a
version to be used across all artifacts
>> [TOOLS-2359] - Provide an option to upgrade maven plugin versions when
migrating projects between different Developer Studio versions
>> Task
>> [TOOLS-2335] - Increase the priority of Mediator Project (Class
Mediator) in Capp artifact ordering
>>
>>
>>
>> Your feedback is most welcome. Please report issues at [3] and specify
the affect version as 3.6.0 RC1.
>>
>>
>> [1] -
http://builder1.us1.wso2.