[JBoss JIRA] (JBIDE-17467) Visual Page Editor: CoreException Caused by ClassCastException
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17467?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov reassigned JBIDE-17467:
----------------------------------------------
Assignee: Konstantin Marmalyukov
> Visual Page Editor: CoreException Caused by ClassCastException
> --------------------------------------------------------------
>
> Key: JBIDE-17467
> URL: https://issues.jboss.org/browse/JBIDE-17467
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Beta2
> Environment: Ubutnu 64bit
> Reporter: Daniel Azarov
> Assignee: Konstantin Marmalyukov
>
> Test Case:
> 1. Create project
> 2. Create html file
> 3. Open file in Visual Page Editor
> 4. Select any text in the Editor
> 5. Right Click on selected text
> FAIL:
> {code}
> !ENTRY org.eclipse.ui 4 4 2014-05-28 11:13:43.858
> !MESSAGE Class load Failure: 'org.jboss.tools.vpe.editor.menu.SetupTemplateContributionItem'
> !ENTRY org.eclipse.ui 4 0 2014-05-28 11:13:43.858
> !MESSAGE Class load Failure: 'org.jboss.tools.vpe.editor.menu.SetupTemplateContributionItem'
> !STACK 1
> org.eclipse.core.runtime.CoreException: Plug-in "org.jboss.tools.vpe" was unable to instantiate class "org.jboss.tools.vpe.editor.menu.SetupTemplateContributionItem".
> at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:194)
> at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:186)
> at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)
> at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
> at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
> at org.eclipse.ui.internal.util.Util.safeLoadExecutableExtension(Util.java:873)
> at org.eclipse.ui.internal.menus.DynamicMenuContributionItem.createContributionItem(DynamicMenuContributionItem.java:156)
> at org.eclipse.ui.internal.menus.DynamicMenuContributionItem.getContributionItem(DynamicMenuContributionItem.java:149)
> at org.eclipse.ui.internal.menus.DynamicMenuContributionItem.fill(DynamicMenuContributionItem.java:128)
> at org.eclipse.jface.action.MenuManager.doItemFill(MenuManager.java:780)
> at org.eclipse.jface.action.MenuManager.update(MenuManager.java:861)
> at org.eclipse.jface.action.MenuManager.update(MenuManager.java:721)
> at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer.processContents(MenuManagerRenderer.java:609)
> at org.eclipse.ui.internal.PopupMenuExtender.addMenuContributions(PopupMenuExtender.java:423)
> at org.eclipse.ui.internal.PopupMenuExtender.menuAboutToShow(PopupMenuExtender.java:393)
> at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:352)
> at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:492)
> at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:487)
> at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:519)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:255)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4462)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1412)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1393)
> at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:198)
> at org.eclipse.swt.widgets.Display.runPopups(Display.java:3848)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3406)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1152)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1033)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:635)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:578)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:233)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
> Caused by: java.lang.ClassCastException: org.jboss.tools.vpe.preview.editor.VpvEditorPart cannot be cast to org.jboss.tools.vpe.editor.VpeEditorPart
> at org.jboss.tools.vpe.editor.menu.SetupTemplateContributionItem.<init>(SetupTemplateContributionItem.java:56)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
> at java.lang.Class.newInstance0(Class.java:372)
> at java.lang.Class.newInstance(Class.java:325)
> at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:184)
> ... 48 more
> !SUBENTRY 1 org.eclipse.equinox.registry 4 1 2014-05-28 11:13:43.859
> !MESSAGE Plug-in "org.jboss.tools.vpe" was unable to instantiate class "org.jboss.tools.vpe.editor.menu.SetupTemplateContributionItem".
> !STACK 0
> java.lang.ClassCastException: org.jboss.tools.vpe.preview.editor.VpvEditorPart cannot be cast to org.jboss.tools.vpe.editor.VpeEditorPart
> at org.jboss.tools.vpe.editor.menu.SetupTemplateContributionItem.<init>(SetupTemplateContributionItem.java:56)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
> at java.lang.Class.newInstance0(Class.java:372)
> at java.lang.Class.newInstance(Class.java:325)
> at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:184)
> at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)
> at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
> at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
> at org.eclipse.ui.internal.util.Util.safeLoadExecutableExtension(Util.java:873)
> at org.eclipse.ui.internal.menus.DynamicMenuContributionItem.createContributionItem(DynamicMenuContributionItem.java:156)
> at org.eclipse.ui.internal.menus.DynamicMenuContributionItem.getContributionItem(DynamicMenuContributionItem.java:149)
> at org.eclipse.ui.internal.menus.DynamicMenuContributionItem.fill(DynamicMenuContributionItem.java:128)
> at org.eclipse.jface.action.MenuManager.doItemFill(MenuManager.java:780)
> at org.eclipse.jface.action.MenuManager.update(MenuManager.java:861)
> at org.eclipse.jface.action.MenuManager.update(MenuManager.java:721)
> at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer.processContents(MenuManagerRenderer.java:609)
> at org.eclipse.ui.internal.PopupMenuExtender.addMenuContributions(PopupMenuExtender.java:423)
> at org.eclipse.ui.internal.PopupMenuExtender.menuAboutToShow(PopupMenuExtender.java:393)
> at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:352)
> at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:492)
> at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:487)
> at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:519)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:255)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4462)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1412)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1393)
> at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:198)
> at org.eclipse.swt.widgets.Display.runPopups(Display.java:3848)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3406)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1152)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1033)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:635)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:578)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:233)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17083) JBIDE-16919 Visual Preview: Navigation from source to view works poorly
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17083?page=com.atlassian.jira.plugi... ]
Ilya Buziuk commented on JBIDE-17083:
-------------------------------------
[~vpakan], As I recall it works a bit different for vpe and preview. In preview navigation works with single click and in vpe with double click (which is a bug). Nevertheless I think it would be more convenient (for both QA and devs) to have separate issues for VPE and Visual Preview. Probably we need a separate *visual-preview-standalone* component or something like that to avoid misleading. What do you think from the QA perspective?
> JBIDE-16919 Visual Preview: Navigation from source to view works poorly
> -----------------------------------------------------------------------
>
> Key: JBIDE-17083
> URL: https://issues.jboss.org/browse/JBIDE-17083
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Beta1
> Reporter: Ilya Buziuk
> Assignee: Ilya Buziuk
> Fix For: 4.2.0.Beta2
>
>
> Navigation from source to view works really poorly:
> - selection & scrolling on the visual part very often doesn't work at all;
> - selection & scrolling requires double click (need single click).
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17175) org.jboss.tools.jst.web.kb.test and org.jboss.tools.jst.web.ui.test tests failure on Windows
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17175?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov closed JBIDE-17175.
------------------------------------------
Resolution: Done
verified on Win7
> org.jboss.tools.jst.web.kb.test and org.jboss.tools.jst.web.ui.test tests failure on Windows
> --------------------------------------------------------------------------------------------
>
> Key: JBIDE-17175
> URL: https://issues.jboss.org/browse/JBIDE-17175
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta1
> Environment: Windows
> Reporter: Daniel Azarov
> Assignee: Daniel Azarov
> Fix For: 4.2.0.Beta2
>
> Attachments: org.jboss.tools.jst.web.kb.test.JstWebKbAllTests.txt, org.jboss.tools.jst.web.ui.openon.test.JstTextExtAllTests.txt, org.jboss.tools.jst.web.ui.test.JstWebUiAllTests.txt
>
>
> Failed tests: testJQMLoadedViaJs(org.jboss.tools.jst.web.kb.test.JQueryDataTest): No proposals found
> testJQMLoadedViaJs(org.jboss.tools.jst.web.kb.test.JQueryDataTest14): No proposals found
> testKbModelWithSeveralJarCopies(org.jboss.tools.jst.web.kb.test.KbModelWithSeveralJarCopiesTest)
> testWaitForDownloading(org.jboss.tools.jst.web.kb.test.RemoteFileManagerTest)
> Tests run: 210, Failures: 4, Errors: 0, Skipped: 0
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17501) EAP runtime download cannot be finished
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17501?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-17501:
-------------------------------------
Martin: can you check if this is a duplicate of https://issues.jboss.org/browse/JBIDE-17494 ? It looks like it is, to me.
> EAP runtime download cannot be finished
> ---------------------------------------
>
> Key: JBIDE-17501
> URL: https://issues.jboss.org/browse/JBIDE-17501
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: runtime-detection, server
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2a B106
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.2.0.Beta2
>
> Attachments: runtime-download-no-finish.png
>
>
> I tried download EAP 6.1 using the runtime download feature.
> I hit an issue when I go the path through Server -> New server (it works find if I go through Preferences -> JBoss Tools runtime detection).
> I chose EAP 6.1 as server type, then defaults (local, file operations), new runtime. There I clicked Download.
> I followed through - the runtime was downloaded, the fields pre-filled.
> But now the Finish button is grey and I cannot finish the dialog:
> !runtime-download-no-finish.png!
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17501) EAP runtime download cannot be finished
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17501?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-17501:
-------------------------------------
Wait sorry, wrong jira. Um, ignore that comment.
> EAP runtime download cannot be finished
> ---------------------------------------
>
> Key: JBIDE-17501
> URL: https://issues.jboss.org/browse/JBIDE-17501
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: runtime-detection, server
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2a B106
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.2.0.Beta2
>
> Attachments: runtime-download-no-finish.png
>
>
> I tried download EAP 6.1 using the runtime download feature.
> I hit an issue when I go the path through Server -> New server (it works find if I go through Preferences -> JBoss Tools runtime detection).
> I chose EAP 6.1 as server type, then defaults (local, file operations), new runtime. There I clicked Download.
> I followed through - the runtime was downloaded, the fields pre-filled.
> But now the Finish button is grey and I cannot finish the dialog:
> !runtime-download-no-finish.png!
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17418) Browsing for entities dialog shouldn't be empty by default in new JAX-RS Resource wizard
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17418?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-17418:
-------------------------------------
I wasn't specifically asking to lookup for Hibernate entity classes but that could be interesting. Most important is to get JPA entities AND also being able to list other classes
> Browsing for entities dialog shouldn't be empty by default in new JAX-RS Resource wizard
> ----------------------------------------------------------------------------------------
>
> Key: JBIDE-17418
> URL: https://issues.jboss.org/browse/JBIDE-17418
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: webservices
> Affects Versions: 4.2.0.Beta2
> Reporter: Fred Bricon
> Assignee: Xavier Coulon
> Fix For: 4.2.0.Beta3
>
> Attachments: JBIDE-17418.png
>
>
> When a project contains JPA entities and you try to create a new JAX-RS Resource, browsing for "Target Entity" displays a blank viewer by default. I expected all entities from the project to be displayed, similar to how other wizards work.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17501) EAP runtime download cannot be finished
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17501?page=com.atlassian.jira.plugi... ]
Martin Malina updated JBIDE-17501:
----------------------------------
Workaround Description:
When you're stuck in the dialog window and cannot click Finish as seen in the screenshot, you can get around this:
1. Click Browse to browse for the Home Directory
2. Navigate ot the downloaded runtime folder (it should be already there)
3. Click OK
4. Now you can finally click Finish
> EAP runtime download cannot be finished
> ---------------------------------------
>
> Key: JBIDE-17501
> URL: https://issues.jboss.org/browse/JBIDE-17501
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: runtime-detection, server
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2a B106
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.2.0.Beta2
>
> Attachments: runtime-download-no-finish.png
>
>
> I tried download EAP 6.1 using the runtime download feature.
> I hit an issue when I go the path through Server -> New server (it works find if I go through Preferences -> JBoss Tools runtime detection).
> I chose EAP 6.1 as server type, then defaults (local, file operations), new runtime. There I clicked Download.
> I followed through - the runtime was downloaded, the fields pre-filled.
> But now the Finish button is grey and I cannot finish the dialog:
> !runtime-download-no-finish.png!
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17501) EAP runtime download cannot be finished
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17501?page=com.atlassian.jira.plugi... ]
Martin Malina updated JBIDE-17501:
----------------------------------
Fix Version/s: 4.2.0.Beta2
Assignee: Rob Stryker
> EAP runtime download cannot be finished
> ---------------------------------------
>
> Key: JBIDE-17501
> URL: https://issues.jboss.org/browse/JBIDE-17501
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: runtime-detection, server
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2a B106
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.2.0.Beta2
>
> Attachments: runtime-download-no-finish.png
>
>
> I tried download EAP 6.1 using the runtime download feature.
> I hit an issue when I go the path through Server -> New server (it works find if I go through Preferences -> JBoss Tools runtime detection).
> I chose EAP 6.1 as server type, then defaults (local, file operations), new runtime. There I clicked Download.
> I followed through - the runtime was downloaded, the fields pre-filled.
> But now the Finish button is grey and I cannot finish the dialog:
> !runtime-download-no-finish.png!
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17501) EAP runtime download cannot be finished
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17501?page=com.atlassian.jira.plugi... ]
Martin Malina updated JBIDE-17501:
----------------------------------
Description:
I tried download EAP 6.1 using the runtime download feature.
I hit an issue when I go the path through Server -> New server (it works find if I go through Preferences -> JBoss Tools runtime detection).
I chose EAP 6.1 as server type, then defaults (local, file operations), new runtime. There I clicked Download.
I followed through - the runtime was downloaded, the fields pre-filled.
But now the Finish button is grey and I cannot finish the dialog:
!runtime-download-no-finish.png!
was:
I tried download EAP 6.1 using the runtime download feature.
I hit an issue when I go the path through Server -> New server (it works find if I go through Preferences -> JBoss Tools runtime detection).
I chose EAP 6.1 as server type, then defaults (local, file operations), new runtime. There I clicked Download.
I followed through - the runtime was downloaded, the fields pre-filled.
But now the Finish button is grey and I cannot finish the dialog:
> EAP runtime download cannot be finished
> ---------------------------------------
>
> Key: JBIDE-17501
> URL: https://issues.jboss.org/browse/JBIDE-17501
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: runtime-detection, server
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2a B106
> Reporter: Martin Malina
> Attachments: runtime-download-no-finish.png
>
>
> I tried download EAP 6.1 using the runtime download feature.
> I hit an issue when I go the path through Server -> New server (it works find if I go through Preferences -> JBoss Tools runtime detection).
> I chose EAP 6.1 as server type, then defaults (local, file operations), new runtime. There I clicked Download.
> I followed through - the runtime was downloaded, the fields pre-filled.
> But now the Finish button is grey and I cannot finish the dialog:
> !runtime-download-no-finish.png!
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17501) EAP runtime download cannot be finished
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17501?page=com.atlassian.jira.plugi... ]
Martin Malina updated JBIDE-17501:
----------------------------------
Attachment: runtime-download-no-finish.png
> EAP runtime download cannot be finished
> ---------------------------------------
>
> Key: JBIDE-17501
> URL: https://issues.jboss.org/browse/JBIDE-17501
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: runtime-detection, server
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2a B106
> Reporter: Martin Malina
> Attachments: runtime-download-no-finish.png
>
>
> I tried download EAP 6.1 using the runtime download feature.
> I hit an issue when I go the path through Server -> New server (it works find if I go through Preferences -> JBoss Tools runtime detection).
> I chose EAP 6.1 as server type, then defaults (local, file operations), new runtime. There I clicked Download.
> I followed through - the runtime was downloaded, the fields pre-filled.
> But now the Finish button is grey and I cannot finish the dialog:
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months