[JBoss JIRA] Created: (JBIDE-7495) Cloud View: cannot disconnect cloud connection when selecting an instance
by Andre Dietisheim (JIRA)
Cloud View: cannot disconnect cloud connection when selecting an instance
-------------------------------------------------------------------------
Key: JBIDE-7495
URL: https://jira.jboss.org/browse/JBIDE-7495
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: deltacloud
Affects Versions: 3.2.0.Beta2
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.2.0.Beta2
how to reproduce:
1) create or have a cloud connection ready
2) navigate to the instances
3) select an instance
4) hit delete or select disconnect from the context menu
Result:
java.lang.ClassCastException: org.jboss.tools.deltacloud.core.DeltaCloudInstance cannot be cast to org.jboss.tools.deltacloud.core.DeltaCloud
at org.jboss.tools.deltacloud.ui.commands.DisconnectCloudHandler.removeCloudViewElements(DisconnectCloudHandler.java:53)
at org.jboss.tools.deltacloud.ui.commands.DisconnectCloudHandler.execute(DisconnectCloudHandler.java:43)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:468)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:786)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:885)
at org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent(OutOfOrderListener.java:76)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1282)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1267)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1294)
at org.eclipse.swt.widgets.Widget.gtk_key_press_event(Widget.java:730)
at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:2841)
at org.eclipse.swt.widgets.Composite.gtk_key_press_event(Composite.java:734)
at org.eclipse.swt.widgets.Tree.gtk_key_press_event(Tree.java:1977)
at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1743)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4796)
at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:3485)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4360)
at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:8168)
at org.eclipse.swt.widgets.Display.eventProc(Display.java:1238)
at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2229)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3159)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
Expected Result:
The connection, the selected instance belongs to, shall be disconnected. The "Confirm Cloud Disconnect" dialog shall present only connections.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months
[JBoss JIRA] Created: (JBIDE-7499) Cloud View: cannot start several instances at once
by Andre Dietisheim (JIRA)
Cloud View: cannot start several instances at once
--------------------------------------------------
Key: JBIDE-7499
URL: https://jira.jboss.org/browse/JBIDE-7499
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: deltacloud
Affects Versions: 3.2.0.Beta2
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.2.0.Beta2
how to reproduce:
1) select a connection
2) go to the instances
3) select several stopped instances (all must be stopped or the context-menu will not offer START)
4) choose START from the context menu
5) control the instance states in the properties view
Result:
only the first of the selected instances is started
Expected result:
A selection dialog is opened and offers to check the instances that shall be started
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months
[JBoss JIRA] Created: (JBIDE-7503) Properties View, Instance View: instance states are not updated
by Andre Dietisheim (JIRA)
Properties View, Instance View: instance states are not updated
---------------------------------------------------------------
Key: JBIDE-7503
URL: https://jira.jboss.org/browse/JBIDE-7503
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: deltacloud
Affects Versions: 3.2.0.Beta2
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.2.0.Beta2
how to reproduce:
1) have the Properties View opened
2) go to the Cloud View
3) select a stopped instance
4) start the instance by selecting Start in the context menu
5) check for updates in the properties view
Result:
In the properties view, the instance is still STOPPED, use refresh in the local view menu and see that the state is refreshed, the instance is now RUNNIN
Expected result:
the instance in the properties view shall immediately get updated and show the new, correct state.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months
[JBoss JIRA] Created: (JBDS-1401) Compile failed in org/jboss/tools/vpe/ui/bot/test/editor/MinMaxPanesTest.java (at line 62)
by Nick Boldt (JIRA)
Compile failed in org/jboss/tools/vpe/ui/bot/test/editor/MinMaxPanesTest.java (at line 62)
------------------------------------------------------------------------------------------
Key: JBDS-1401
URL: https://jira.jboss.org/browse/JBDS-1401
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: visualeditor
Affects Versions: 4.0.0.Beta2
Reporter: Nick Boldt
Priority: Blocker
Fix For: 4.0.0.Beta2
[java] [copy] Copied 1 empty directory to 1 empty directory under /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.vpe.test/@dot
[java] [javac] ----------
[java] [javac] 1. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/editor/MinMaxPanesTest.java (at line 62)
[java] [javac] public Integer run() {
[java] [javac] ^^^^^
[java] [javac] The method run() of type new Result<Integer>(){} must override a superclass method
[java] [javac] ----------
[java] [javac] 2. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/editor/MinMaxPanesTest.java (at line 71)
[java] [javac] public Integer run() {
[java] [javac] ^^^^^
[java] [javac] The method run() of type new Result<Integer>(){} must override a superclass method
[java] [javac] ----------
[java] [javac] 3. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/editor/MinMaxPanesTest.java (at line 83)
[java] [javac] public void run() {
[java] [javac] ^^^^^
[java] [javac] The method run() of type new VoidResult(){} must override a superclass method
[java] [javac] ----------
[java] [javac] 4. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/editor/MinMaxPanesTest.java (at line 91)
[java] [javac] public void run() {
[java] [javac] ^^^^^
[java] [javac] The method run() of type new VoidResult(){} must override a superclass method
[java] [javac] ----------
[java] [javac] 5. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/editor/MinMaxPanesTest.java (at line 103)
[java] [javac] public void run() {
[java] [javac] ^^^^^
[java] [javac] The method run() of type new VoidResult(){} must override a superclass method
[java] [javac] ----------
[java] [javac] 5 problems (5 errors)
[java] [javac] Compilation failed. Compiler errors are available in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.bot.test/(a)dot.log
http://hudson.qa.jboss.com/hudson/view/DevStudio/job/devstudio-nightly-4....
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months
[JBoss JIRA] Created: (JBIDE-7572) all commands are enabled if there's no selection
by Andre Dietisheim (JIRA)
all commands are enabled if there's no selection
------------------------------------------------
Key: JBIDE-7572
URL: https://jira.jboss.org/browse/JBIDE-7572
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: deltacloud
Affects Versions: 3.2.0.Beta2
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.2.0.Beta2
how to reproduce:
1) make sure you have no item selected in the cloud view (in the worst case: remove all connections, but it is possible without it)
2) open the context menu
Result:
All commands in the context menu are enabled
Expected result:
Only "new connection" should be enabled
The same applies to the instance view, but is appliable to the toolbar too:
1) make sure you have the instance view opened
2) make sure no item is selected in the instance list
3) see what items in the toolbar are enabled
result:
All commands in the toolbar are enabled
Expected result:
None of the commands are enabled
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months