[JBoss JIRA] (JBIDE-25283) IT: ImportApplicationWizardTest needs to reuse an existing connection and existing resources
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25283?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-25283:
-------------------------------
Fix Version/s: 4.6.x
(was: 4.5.x)
> IT: ImportApplicationWizardTest needs to reuse an existing connection and existing resources
> --------------------------------------------------------------------------------------------
>
> Key: JBIDE-25283
> URL: https://issues.jboss.org/browse/JBIDE-25283
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.5.1.AM3
> Reporter: Andre Dietisheim
> Fix For: 4.6.x
>
>
> ImportApplicationWizardTest is using (via the super class ImportApplicationBase)
> {code}
> @CleanConnection
> {code}
> which kills all projects that exist in the OpenShift server that the given/default connection points to. We need to get rid of this annotation and make sure that the test is re-using the service that it's requiring via the service requirement annotation:
> {code}
> @RequiredService(
> project = DatastoreOS3.TEST_PROJECT,
> service = OpenShiftResources.NODEJS_SERVICE,
> template = OpenShiftResources.NODEJS_TEMPLATE)
> {code}
> The very same is true about the following annotation that it's currently using:
> {code}
> @CleanOpenShiftExplorer
> {code}
> This annotation is clearing all connections that exists in the explorer. We should simply reuse the (existing) connection that the test is annotated with:
> {code}
> @RequiredBasicConnection
> {code}
> This annotation is referring to the server that is given via the system properties (in cmd-line with -D)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-24443) Server adapter wizard: cannot distinguish listed items at first sight
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24443?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-24443:
-------------------------------
Fix Version/s: 4.6.x
(was: 4.5.x)
> Server adapter wizard: cannot distinguish listed items at first sight
> ---------------------------------------------------------------------
>
> Key: JBIDE-24443
> URL: https://issues.jboss.org/browse/JBIDE-24443
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.4.Final
> Reporter: Andre Dietisheim
> Labels: openshift_v3, server_adapter_wizard
> Fix For: 4.6.x
>
> Attachments: 2-identical-entries-listed.png, entry-details-deploymentconfig.png, entry-details-service.png
>
>
> steps:
> # ASSERT: make sure that you have an application running in OpenShift
> # EXEC: launch server adapter wizard
> # ASSERT: server adapter wizard pops up listing 2 (at first sight) identical entries for your application
> Result:
> !2-identical-entries-listed.png!
> I cannot easily distinguish the 2 entries that are listed. It's on the 2nd, closer look when comparing the details that I see the difference. The 1st entry is a service, the 2nd is a deployment config.
> !entry-details-service.png!
> !entry-details-deploymentconfig.png!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-16330) [Android] Deployment to Android emulator ignores saved run configuration
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16330?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-16330:
-------------------------------
Fix Version/s: 4.6.x
(was: 4.5.x)
> [Android] Deployment to Android emulator ignores saved run configuration
> ------------------------------------------------------------------------
>
> Key: JBIDE-16330
> URL: https://issues.jboss.org/browse/JBIDE-16330
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.1.1.Final
> Reporter: Vineet Reynolds
> Priority: Minor
> Fix For: 4.6.x
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> The deployment to an emulator is always performed on a currently running AVD even if the runtime config for the project specifies a different AVD.
> Ignore/reject if this is by design. But from the point of view of the user, it would be better to ensure consistency - when a user wants to run his project on a specific AVD, he needs to create a runtime config, but the moment a different AVD is running, this config is ignored.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-23396) For JBIDE 4.4.2.AM3: UI dependencies from Core plugins [webservices]
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23396?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-23396:
-------------------------------
Fix Version/s: 4.6.x
(was: 4.5.x)
> For JBIDE 4.4.2.AM3: UI dependencies from Core plugins [webservices]
> --------------------------------------------------------------------
>
> Key: JBIDE-23396
> URL: https://issues.jboss.org/browse/JBIDE-23396
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: webservices
> Reporter: Nick Boldt
> Assignee: Jeff MAURY
> Priority: Minor
> Labels: task
> Fix For: 4.6.x
>
>
> For JBIDE 4.4.2.AM3 [webservices]: The following core plugins depend on UI plugins directly or indirectly. {code}[CoreUIDependency] org.jboss.tools.ws.core is a Core plugin, but depends on these UI plugins directly or transitively:
> > org.eclipse.ui
> > org.eclipse.jst.jsf.ui
> > org.eclipse.jst.ws.consumption.ui
> --
> [CoreUIDependency] org.jboss.tools.ws.creation.core is a Core plugin, but depends on these UI plugins directly or transitively:
> > org.eclipse.ui
> > org.eclipse.jdt.ui
> > org.eclipse.jst.jsf.ui
> > org.eclipse.jst.ws.consumption.ui
> --
> [CoreUIDependency] org.jboss.tools.ws.jaxrs.core is a Core plugin, but depends on these UI plugins directly or transitively:
> > org.eclipse.wst.common.frameworks.ui
> --
> [CoreUIDependency] org.jboss.tools.websockets.core is a Core plugin, but depends on these UI plugins directly or transitively:
> > org.eclipse.ui{code}
> [Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for webservices task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (JBIDE-23316) BrowserSim save screenshot fails with ArrayIndexOutOfBoundsException
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23316?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-23316:
-------------------------------
Fix Version/s: 4.6.x
(was: 4.5.x)
> BrowserSim save screenshot fails with ArrayIndexOutOfBoundsException
> --------------------------------------------------------------------
>
> Key: JBIDE-23316
> URL: https://issues.jboss.org/browse/JBIDE-23316
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.4.2.AM2
> Reporter: Pavol Srna
> Assignee: Ilya Buziuk
> Fix For: 4.6.x
>
>
> {code}
> 2016-10-11 17:13:48.461:INFO::JavaFX Application Thread: Logging initialized @1366ms
> 2016-10-11 17:13:48.566:INFO:oejs.Server:JavaFX Application Thread: jetty-9.3.9.v20160517
> 2016-10-11 17:13:48.616:INFO:oejsh.ContextHandler:JavaFX Application Thread: Started o.e.j.s.ServletContextHandler@433defed{/,null,AVAILABLE}
> 2016-10-11 17:13:48.630:INFO:oejs.AbstractConnector:JavaFX Application Thread: Started ServerConnector@6f53b8a{HTTP/1.1,[http/1.1]}{0.0.0.0:64959}
> 2016-10-11 17:13:48.630:INFO:oejs.Server:JavaFX Application Thread: Started @1535ms
> Failed to execute runnable (java.lang.ArrayIndexOutOfBoundsException: 383097)
> Stack trace:
> org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.ArrayIndexOutOfBoundsException: 383097)
> at org.eclipse.swt.SWT.error(SWT.java:4533)
> at org.eclipse.swt.SWT.error(SWT.java:4448)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4024)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3700)
> at org.jboss.tools.browsersim.ui.launch.BrowserSimRunner.main(BrowserSimRunner.java:127)
> Caused by: java.lang.ArrayIndexOutOfBoundsException: 383097
> at org.eclipse.swt.graphics.Image.createRepresentaion(Image.java:1204)
> at org.eclipse.swt.graphics.Image.init(Image.java:1108)
> at org.eclipse.swt.graphics.Image.<init>(Image.java:429)
> at org.jboss.tools.browsersim.ui.menu.ScreenshotMenuCreator.takeScreenshot(ScreenshotMenuCreator.java:173)
> at org.jboss.tools.browsersim.ui.menu.ScreenshotMenuCreator.access$0(ScreenshotMenuCreator.java:138)
> at org.jboss.tools.browsersim.ui.menu.ScreenshotMenuCreator$1$1.run(ScreenshotMenuCreator.java:69)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
> ... 3 more
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months