[JBoss JIRA] (JBTIS-1211) Update REST / SOAP Web Service in the teiid tests
by Matej Kralik (JIRA)
Matej Kralik created JBTIS-1211:
-----------------------------------
Summary: Update REST / SOAP Web Service in the teiid tests
Key: JBTIS-1211
URL: https://issues.jboss.org/browse/JBTIS-1211
Project: JBoss Tools Integration Stack
Issue Type: Task
Components: QE, teiid
Affects Versions: 11.2.0.GA
Reporter: Matej Kralik
Assignee: Matej Kralik
Priority: Critical
The Web Service which was used for testing import from REST/SOAP was migrated. The tests need the update.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25702) Install Addon from Catalog does not work
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25702?page=com.atlassian.jira.plugi... ]
Josef Kopriva closed JBIDE-25702.
---------------------------------
Closing,
Verified in:
Red Hat JBoss Developer Studio
Version: 11.3.0.AM2
Build id: AM2-v20180301-2015-B2134
Build date: 20180301-2015
> Install Addon from Catalog does not work
> ----------------------------------------
>
> Key: JBIDE-25702
> URL: https://issues.jboss.org/browse/JBIDE-25702
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge
> Affects Versions: 4.5.3.AM1
> Environment: F27, Win 10
> Red Hat JBoss Developer Studio
> Version: 11.3.0.AM1
> Build id: AM1-v20180209-1312-B2027
> Build date: 20180209-1312
> Reporter: Josef Kopriva
> Assignee: George Gastaldi
> Fix For: 4.5.3.AM1
>
>
> An error is shown when I try to install addon from catalog:
> {code:java}
> eclipse.buildId=11.3.0.AM1-v20180209-1312-B2027
> java.version=1.8.0_161
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -data file:/home/jkopriva/devstudio_B2027_11.3.AM1_3/workspace/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> org.jboss.tools.forge.ui
> Error
> Mon Feb 12 15:02:07 CET 2018
> Error logged from Forge Plugin:
> java.lang.RuntimeException: Error while fetching addons from main catalog
> at org.jboss.forge.addon.manager.impl.catalog.ForgeAddonDescriptorCatalog.getAddonDescriptors(ForgeAddonDescriptorCatalog.java:70)
> at org.jboss.forge.addon.manager.impl.catalog.AddonDescriptorCatalogRegistry.find(AddonDescriptorCatalogRegistry.java:46)
> at org.jboss.forge.addon.manager.impl.ui.catalog.AddonInstallFromCatalogCommand.initializeUI(AddonInstallFromCatalogCommand.java:52)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:87)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:103)
> at org.jboss.forge.addon.manager.impl.ui.catalog.AddonInstallFromCatalogCommand_$$_javassist_c4e00c13-ada8-4e89-8c57-60a8de464c36.initializeUI(AddonInstallFromCatalogCommand_$$_javassist_c4e00c13-ada8-4e89-8c57-60a8de464c36.java)
> at org.jboss.forge.addon.ui.impl.controller.SingleCommandControllerImpl.initialize(SingleCommandControllerImpl.java:61)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$2.call(ClassLoaderAdapterCallback.java:124)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:97)
> at org.jboss.forge.addon.ui.controller.CommandController_$$_javassist_8c208de8-e0c7-4236-91e3-a06a3dfcd2ed.initialize(CommandController_$$_javassist_8c208de8-e0c7-4236-91e3-a06a3dfcd2ed.java)
> at org.jboss.tools.forge.ui.internal.ext.dialog.WizardDialogHelper.openWizard(WizardDialogHelper.java:117)
> at org.jboss.tools.forge.ui.internal.ext.dialog.WizardDialogHelper.openWizard(WizardDialogHelper.java:98)
> at org.jboss.tools.forge.ui.internal.ext.dialog.UICommandListDialog$1$1.handleElementSelected(UICommandListDialog.java:235)
> at org.jboss.tools.forge.ui.internal.ext.quickaccess.QuickAccessContents.handleSelection(QuickAccessContents.java:322)
> at org.jboss.tools.forge.ui.internal.ext.quickaccess.QuickAccessContents.access$0(QuickAccessContents.java:312)
> at org.jboss.tools.forge.ui.internal.ext.quickaccess.QuickAccessContents$6.mouseUp(QuickAccessContents.java:461)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:221)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5348)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1348)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4602)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4183)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1039)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
> at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:680)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151)
> 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:388)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1472)
> Caused by: javax.json.JsonException: Cannot auto-detect encoding, not enough chars
> at org.glassfish.json.UnicodeDetectingInputStream.detectEncoding(UnicodeDetectingInputStream.java:131)
> at org.glassfish.json.UnicodeDetectingInputStream.<init>(UnicodeDetectingInputStream.java:76)
> at org.glassfish.json.JsonParserImpl.<init>(JsonParserImpl.java:76)
> at org.glassfish.json.JsonReaderImpl.<init>(JsonReaderImpl.java:68)
> at org.glassfish.json.JsonProviderImpl.createReader(JsonProviderImpl.java:131)
> at javax.json.Json.createReader(Json.java:220)
> at org.jboss.forge.addon.manager.impl.catalog.ForgeAddonDescriptorCatalog.getAddonDescriptors(ForgeAddonDescriptorCatalog.java:40)
> ... 53 more
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25765) OpenShift: java.time.format.DateTimeParseException
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25765?page=com.atlassian.jira.plugi... ]
Josef Kopriva closed JBIDE-25765.
---------------------------------
Closing.
Verified in:
Red Hat JBoss Developer Studio
Version: 11.3.0.AM2
Build id: AM2-v20180301-2015-B2134
Build date: 20180301-2015
> OpenShift: java.time.format.DateTimeParseException
> --------------------------------------------------
>
> Key: JBIDE-25765
> URL: https://issues.jboss.org/browse/JBIDE-25765
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.3.AM2
> Environment: F27, console.engint.openshift.com also on CDK 3.3.0, and on Win10 + Java9
> Red Hat JBoss Developer Studio
> Version: 11.3.0.AM2
> Build id: AM2-v20180301-1142-B2132
> Build date: 20180301-1142
> Reporter: Josef Kopriva
> Assignee: Dmitrii Bocharov
> Priority: Blocker
> Fix For: 4.5.3.AM2
>
>
> {code:java}
> eclipse.buildId=11.3.0.AM2-v20180301-1142-B2132
> java.version=1.8.0_161
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> org.eclipse.ui.views.properties.tabbed
> Error
> Thu Mar 01 15:53:13 CET 2018
> Problems occurred when invoking code from plug-in: "org.eclipse.ui.views.properties.tabbed".
> java.time.format.DateTimeParseException: Text '2018-03-01T14:52:48Z' could not be parsed: Unable to obtain ZonedDateTime from TemporalAccessor: {MicroOfSecond=0, InstantSeconds=1519915968, NanoOfSecond=0, MilliOfSecond=0},ISO of type java.time.format.Parsed
> at java.time.format.DateTimeFormatter.createError(DateTimeFormatter.java:1920)
> at java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1855)
> at java.time.ZonedDateTime.parse(ZonedDateTime.java:597)
> at org.jboss.tools.openshift.internal.common.ui.utils.DateTimeUtils.formatSince(DateTimeUtils.java:57)
> at org.jboss.tools.openshift.internal.common.ui.utils.DateTimeUtils.formatSince(DateTimeUtils.java:49)
> at org.jboss.tools.openshift.internal.ui.property.BuildPropertySource.getPropertyValue(BuildPropertySource.java:53)
> at org.eclipse.ui.views.properties.PropertySheetEntry.refreshValues(PropertySheetEntry.java:584)
> at org.eclipse.ui.views.properties.PropertySheetEntry.createChildEntries(PropertySheetEntry.java:252)
> at org.eclipse.ui.views.properties.PropertySheetEntry.getChildEntries(PropertySheetEntry.java:339)
> at org.eclipse.ui.views.properties.PropertySheetViewer.updateCategories(PropertySheetViewer.java:1086)
> at org.eclipse.ui.views.properties.PropertySheetViewer.updateChildrenOf(PropertySheetViewer.java:1254)
> at org.eclipse.ui.views.properties.PropertySheetViewer.setInput(PropertySheetViewer.java:978)
> at org.eclipse.ui.views.properties.PropertySheetPage.refresh(PropertySheetPage.java:539)
> at org.jboss.tools.openshift.internal.common.ui.explorer.DefaultPropertySection.refresh(DefaultPropertySection.java:53)
> at org.eclipse.ui.views.properties.tabbed.TabContents$6.run(TabContents.java:211)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil.lambda$0(JFaceUtil.java:44)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
> at org.eclipse.ui.views.properties.tabbed.TabContents.refresh(TabContents.java:214)
> at org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage$SelectionChangedListener.selectionChanged(TabbedPropertySheetPage.java:221)
> at org.eclipse.jface.viewers.Viewer$1.run(Viewer.java:155)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil.lambda$0(JFaceUtil.java:44)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
> at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:152)
> at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2180)
> at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1717)
> at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:380)
> at org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage.setInput(TabbedPropertySheetPage.java:747)
> at org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage.selectionChanged(TabbedPropertySheetPage.java:555)
> at org.eclipse.ui.views.properties.PropertySheet.showSelectionAndDescription(PropertySheet.java:498)
> at org.eclipse.ui.views.properties.PropertySheet.selectionChanged(PropertySheet.java:478)
> at org.eclipse.ui.internal.e4.compatibility.SelectionService.notifyListeners(SelectionService.java:239)
> at org.eclipse.ui.internal.e4.compatibility.SelectionService.handlePostSelectionChanged(SelectionService.java:113)
> at org.eclipse.ui.internal.e4.compatibility.SelectionService.lambda$2(SelectionService.java:68)
> at org.eclipse.e4.ui.internal.workbench.SelectionAggregator$4.run(SelectionAggregator.java:166)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.e4.ui.internal.workbench.SelectionAggregator.notifyPostListeners(SelectionAggregator.java:163)
> at org.eclipse.e4.ui.internal.workbench.SelectionAggregator.access$8(SelectionAggregator.java:161)
> at org.eclipse.e4.ui.internal.workbench.SelectionAggregator$8$1.run(SelectionAggregator.java:271)
> at org.eclipse.e4.core.contexts.RunAndTrack.runExternalCode(RunAndTrack.java:56)
> at org.eclipse.e4.ui.internal.workbench.SelectionAggregator$8.changed(SelectionAggregator.java:268)
> at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.update(TrackableComputationExt.java:114)
> at org.eclipse.e4.core.internal.contexts.EclipseContext.processScheduled(EclipseContext.java:355)
> at org.eclipse.e4.core.internal.contexts.EclipseContext.set(EclipseContext.java:370)
> at org.eclipse.e4.ui.internal.workbench.SelectionServiceImpl.setPostSelection(SelectionServiceImpl.java:36)
> at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.lambda$2(CompatibilityPart.java:125)
> at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:872)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil.lambda$0(JFaceUtil.java:44)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
> at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:869)
> at org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:1238)
> at org.eclipse.ui.navigator.CommonViewer.handlePostSelect(CommonViewer.java:457)
> at org.eclipse.jface.viewers.StructuredViewer.lambda$0(StructuredViewer.java:1261)
> at org.eclipse.swt.events.SelectionListener$1.widgetSelected(SelectionListener.java:81)
> at org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:261)
> at org.eclipse.jface.util.OpenStrategy.access$5(OpenStrategy.java:256)
> at org.eclipse.jface.util.OpenStrategy$1.lambda$1(OpenStrategy.java:426)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:37)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4577)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4186)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1039)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
> at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:680)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151)
> 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:388)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1472)
> Caused by: java.time.DateTimeException: Unable to obtain ZonedDateTime from TemporalAccessor: {MicroOfSecond=0, InstantSeconds=1519915968, NanoOfSecond=0, MilliOfSecond=0},ISO of type java.time.format.Parsed
> at java.time.ZonedDateTime.from(ZonedDateTime.java:565)
> at java.time.format.Parsed.query(Parsed.java:226)
> at java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1851)
> ... 83 more
> Caused by: java.time.DateTimeException: Unable to obtain ZoneId from TemporalAccessor: {MicroOfSecond=0, InstantSeconds=1519915968, NanoOfSecond=0, MilliOfSecond=0},ISO of type java.time.format.Parsed
> at java.time.ZoneId.from(ZoneId.java:466)
> at java.time.ZonedDateTime.from(ZonedDateTime.java:553)
> ... 85 more
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25759) CDK Server adapter editor: layout and labelling glitches for "--skip-(un)registration"-checkboxes
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25759?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-25759 at 3/5/18 5:08 PM:
------------------------------------------------------------------
The alternative layout where you also drop the additional line for "Environment Variables" is much worse to me: The labels for the username- and password-field wont vertically align to the other lines. So for the line with the "Environment Variables" using an additional is justified, while to me it isnt for the "Registration" where there seems to be enough room for the widget to be right behind the "grouping" label and vertically aligned with the widgets in the upper lines.
was (Author: adietish):
The alternative layout where you also drop the additional line for "Environment Variables" is much worse to me: The labels for the username- and password-field wont vertically align to the other lines. So for the line with the "Environment Variables" using an additional is justified, while to me it isnt for the "Registration".
> CDK Server adapter editor: layout and labelling glitches for "--skip-(un)registration"-checkboxes
> -------------------------------------------------------------------------------------------------
>
> Key: JBIDE-25759
> URL: https://issues.jboss.org/browse/JBIDE-25759
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: cdk, openshift
> Affects Versions: 4.5.2.AM2
> Reporter: Andre Dietisheim
> Assignee: Rob Stryker
> Priority: Minor
> Labels: cdk_server_editor
> Fix For: 4.5.3.AM3
>
> Attachments: JBIDE-25759.png, JBIDE-25759_v2.png, screenshot-1.png
>
>
> The layout for the checkboxes to skip the registration/unregistration are not well horizontally aligned with the "Registration:" label. They are pushed to the bottom by 1 line:
> !screenshot-1.png!
> And then one could wonder if simply using "skip registration when starting" and "skip unregistration when stopping" are more easily understood than "add --skip-registration flag when starting" and "add --skip-unregistration flag when stopping" .
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25759) CDK Server adapter editor: layout and labelling glitches for "--skip-(un)registration"-checkboxes
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25759?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-25759 at 3/5/18 5:07 PM:
------------------------------------------------------------------
The alternative layout where you also drop the additional line for "Environment Variables" is much worse to me: The labels for the username- and password-field wont vertically align to the other lines. So for the line with the "Environment Variables" using an additional is justified, while to me it isnt for the "Registration".
was (Author: adietish):
The alternative layout where you also drop the additional line for "Environment Variables" is much worse to me: The labels for the username- and password-field wont vertically to the other lines. So for the line with the "Environment Variables" using an additional is justified, while to me it isnt for the "Registration".
> CDK Server adapter editor: layout and labelling glitches for "--skip-(un)registration"-checkboxes
> -------------------------------------------------------------------------------------------------
>
> Key: JBIDE-25759
> URL: https://issues.jboss.org/browse/JBIDE-25759
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: cdk, openshift
> Affects Versions: 4.5.2.AM2
> Reporter: Andre Dietisheim
> Assignee: Rob Stryker
> Priority: Minor
> Labels: cdk_server_editor
> Fix For: 4.5.3.AM3
>
> Attachments: JBIDE-25759.png, JBIDE-25759_v2.png, screenshot-1.png
>
>
> The layout for the checkboxes to skip the registration/unregistration are not well horizontally aligned with the "Registration:" label. They are pushed to the bottom by 1 line:
> !screenshot-1.png!
> And then one could wonder if simply using "skip registration when starting" and "skip unregistration when stopping" are more easily understood than "add --skip-registration flag when starting" and "add --skip-unregistration flag when stopping" .
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25736) deprecate features from JBoss Tools with low usage / low development
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25736?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-25736:
-------------------------------
Forum Reference: https://stackoverflow.com/questions/49072160/why-is-freemarker-ide-in-ecl...
> deprecate features from JBoss Tools with low usage / low development
> --------------------------------------------------------------------
>
> Key: JBIDE-25736
> URL: https://issues.jboss.org/browse/JBIDE-25736
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid, browsersim, build, cdi, forge, jsf, livereload, portal-gatein, seam2, webservices
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.3.AM3
>
> Attachments: Screenshot 2018-03-02 14.51.03.png
>
>
> This issue is to consider *deprecating* the following parts of JBoss Tools. Suggest we mark them deprecated in feature.properties, and add/update connectors in Central to be similarly marked.
> * jbosstools-portlet
> * jbosstools-aerogear
> * jbosstools-browsersim
> * jbosstools-livereload
> * {color:red}-jbosstools-webservices-{color}
> * {color:red}-jbosstools-javaee-{color}
> * {color:red}-jbosstools-forge-{color}
> These projects could be *removed*, since they were deprecated some time ago:
> * jbosstools-freemarker
> * jbosstools-arquillian
> For supporting arguments, see this doc (RH only, sorry):
> https://docs.google.com/spreadsheets/d/1PTep1KGK2DVbmaWGwQOPhtbSsyROL_PY6...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25736) deprecate features from JBoss Tools with low usage / low development
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25736?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-25736:
------------------------------------
To prove the corollary to "if you build, it they will come", here's a SO post [1] proving "if you stop building it, they will eventually notice, and come asking where it went."
[1] https://stackoverflow.com/questions/49072160/why-is-freemarker-ide-in-ecl...
> deprecate features from JBoss Tools with low usage / low development
> --------------------------------------------------------------------
>
> Key: JBIDE-25736
> URL: https://issues.jboss.org/browse/JBIDE-25736
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid, browsersim, build, cdi, forge, jsf, livereload, portal-gatein, seam2, webservices
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.3.AM3
>
> Attachments: Screenshot 2018-03-02 14.51.03.png
>
>
> This issue is to consider *deprecating* the following parts of JBoss Tools. Suggest we mark them deprecated in feature.properties, and add/update connectors in Central to be similarly marked.
> * jbosstools-portlet
> * jbosstools-aerogear
> * jbosstools-browsersim
> * jbosstools-livereload
> * {color:red}-jbosstools-webservices-{color}
> * {color:red}-jbosstools-javaee-{color}
> * {color:red}-jbosstools-forge-{color}
> These projects could be *removed*, since they were deprecated some time ago:
> * jbosstools-freemarker
> * jbosstools-arquillian
> For supporting arguments, see this doc (RH only, sorry):
> https://docs.google.com/spreadsheets/d/1PTep1KGK2DVbmaWGwQOPhtbSsyROL_PY6...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBDS-4680) Slow startup time
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4680?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-4680:
----------------------------------
Sounds like it's a "if not refreshed in a while, check everything for freshness" sort of issue... perhaps it's trying to pull fresh content for Red Hat Central from download.jboss.org, or one of your plugins is "phoning home" to report it's started up. Could also be Google Analytics or AERI tracking.
If you want to test my theory about it being a maven process / corrupt ~/.m2 repo, you could -- instead of deleting the folder -- RENAME it to ~/.m2_BAK and then start devstudio. Then we can see if it's repo issues or something else.
If you're on Linux (or OSX) and want to accurately time how long a process takes to run, try something like
{code} time ./devstudio & {code}
> Slow startup time
> -----------------
>
> Key: JBDS-4680
> URL: https://issues.jboss.org/browse/JBDS-4680
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: central, installer, upstream
> Affects Versions: 11.1.0.GA, 11.2.0.GA
> Environment: os x high sierra
> jdk 1.8.0_161
> Reporter: Anton Giertli
> Fix For: 11.3.0.AM3
>
> Attachments: jstack_threaddump.out
>
>
> JBDS tends to start slow - i.e. 90-120s.
> Thread dumps attached - 20 dumps in total, one per every 5s.
> JBDS started after 19th dump.
> Log from today:
> !ENTRY org.eclipse.jdt.core 4 0 2018-02-27 09:22:53.857
> !MESSAGE Invalid ZIP archive: /Users/osiris/.m2/repository/org/jboss/resteasy/jaxrs-api/2.3.12.Final-redhat-1/jaxrs-api-2.3.12.Final-redhat-1.jar
> !SESSION 2018-02-28 08:46:28.303 -----------------------------------------------
> eclipse.buildId=11.1.0.GA-v20171026-1022-B1486
> java.version=1.8.0_161
> java.vendor=Oracle Corporation
> BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product -keyring /Users/osiris/.eclipse_keyring
> Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product com.jboss.devstudio.core.product -keyring /Users/osiris/.eclipse_keyring
> !ENTRY org.eclipse.core.net 1 0 2018-02-28 08:46:46.453
> !MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences
> !SESSION 2018-02-28 08:47:39.203 -----------------------------------------------
> eclipse.buildId=11.1.0.GA-v20171026-1022-B1486
> java.version=1.8.0_161
> java.vendor=Oracle Corporation
> BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product -keyring /Users/osiris/.eclipse_keyring
> Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product com.jboss.devstudio.core.product -keyring /Users/osiris/.eclipse_keyring
> !ENTRY org.eclipse.core.net 1 0 2018-02-28 08:47:41.906
> !MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences
> !ENTRY org.eclipse.jface 2 0 2018-02-28 08:49:05.496
> !MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
> !SUBENTRY 1 org.eclipse.jface 2 0 2018-02-28 08:49:05.496
> !MESSAGE A conflict occurred for COMMAND+SHIFT+F10:
> Binding(COMMAND+SHIFT+F10,
> ParameterizedCommand(Command(org.jboss.tools.common.ui.RegisterAsService,Register As Service,
> Adds class name to META-INF/services/%serviceType% file after service type is selected in the dialog from types extended and implemented by the class.,
> Category(org.eclipse.ui.category.file,File,null,true),
> org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@2898cd46,
> ,,true),null),
> org.eclipse.ui.defaultAcceleratorConfiguration,
> org.eclipse.ui.contexts.window,,,system)
> Binding(COMMAND+SHIFT+F10,
> ParameterizedCommand(Command(org.eclipse.ui.window.showSystemMenu,Show System Menu,
> Show the system menu,
> Category(org.eclipse.ui.category.window,Window,null,true),
> org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@7ebf5bf,
> ,,true),null),
> org.eclipse.ui.defaultAcceleratorConfiguration,
> org.eclipse.ui.contexts.window,,cocoa,system)
> !SUBENTRY 1 org.eclipse.jface 2 0 2018-02-28 08:49:05.496
> !MESSAGE A conflict occurred for ALT+COMMAND+Z:
> Binding(ALT+COMMAND+Z,
> ParameterizedCommand(Command(org.jboss.tools.cdi.ui.open.namedBean,Open CDI Named Bean...,
> Open CDI Named Bean...,
> Category(org.eclipse.ui.category.navigate,Navigate,null,true),
> org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@5d8cbb32,
> ,,true),null),
> org.eclipse.ui.defaultAcceleratorConfiguration,
> org.eclipse.ui.contexts.window,,,system)
> Binding(ALT+COMMAND+Z,
> ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.surround.with.quickMenu,Surround With Quick Menu,
> Shows the Surround With quick menu,
> Category(org.eclipse.jdt.ui.category.source,Source,Java Source Actions,true),
> org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@46aa5294,
> ,,true),null),
> org.eclipse.ui.defaultAcceleratorConfiguration,
> org.eclipse.ui.contexts.window,,cocoa,system)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month