[JBoss JIRA] (TOOLSDOC-705) JBDS 9.1 Beta2: Release Notes
by Misha Ali (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-705?page=com.atlassian.jira.plug... ]
Misha Ali commented on TOOLSDOC-705:
------------------------------------
Thanks, [~mlabuda]. I've made the changes and it looks like the importer thing is also in the N&N upstream so I'll update that as well separately once these are completed. Please have a look at the same link and let me know if there is any further feedback or if we can close this issue.
> JBDS 9.1 Beta2: Release Notes
> -----------------------------
>
> Key: TOOLSDOC-705
> URL: https://issues.jboss.org/browse/TOOLSDOC-705
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Bug
> Components: Release Notes
> Affects Versions: 9.1 Beta2
> Reporter: Misha Ali
> Assignee: Misha Ali
> Fix For: 9.1 Beta2
>
>
> Create new Beta2 release notes, fix the script and update the relevant details.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (JBIDE-21613) NPE if click on failed CDK server
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21613?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-21613:
-----------------------------------------------
Just for convenience, pull request https://github.com/jbosstools/jbosstools-openshift/pull/936
> NPE if click on failed CDK server
> ---------------------------------
>
> Key: JBIDE-21613
> URL: https://issues.jboss.org/browse/JBIDE-21613
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 4.3.1.CR1
> Reporter: Alexey Kazakov
> Assignee: Rob Stryker
> Fix For: 4.3.1.CR1, 4.4.0.Alpha1
>
>
> I ran my CDK server but it failed by timeout (it tool longer than the timeout to start the server).
> When the server finally started (I saw it in the console) I clicked on the server in the server view to "restart" it. You don't need to start/stop the server. Just click on/select the server in the view:
> {code}
> java.lang.NullPointerException
> at org.jboss.tools.openshift.cdk.server.core.internal.listeners.CDKDockerUtility.findDockerConnection(CDKDockerUtility.java:53)
> at org.jboss.tools.openshift.cdk.server.ui.internal.view.CDKActionProvider$ShowInDockerViewAfterStartupAction.adaptToViewItem(CDKActionProvider.java:111)
> at org.jboss.tools.openshift.cdk.server.ui.internal.view.CDKActionProvider$ShowInViewAfterStartupAction.accept(CDKActionProvider.java:188)
> at org.eclipse.wst.server.ui.internal.view.servers.AbstractServerAction.selectionChanged(AbstractServerAction.java:85)
> at org.jboss.tools.openshift.cdk.server.ui.internal.view.CDKActionProvider$ShowInViewAfterStartupAction.selectionChanged(CDKActionProvider.java:203)
> at org.eclipse.ui.actions.SelectionProviderAction.selectionChanged(SelectionProviderAction.java:144)
> at org.eclipse.jface.viewers.Viewer$1.run(Viewer.java:158)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
> at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:155)
> at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2178)
> at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1717)
> at org.eclipse.jface.viewers.TreeViewer.setSelection(TreeViewer.java:1069)
> at org.eclipse.ui.navigator.CommonViewer.setSelection(CommonViewer.java:368)
> at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:383)
> at org.eclipse.wst.server.ui.internal.cnf.ServerDecoratorsHandler$1.run(ServerDecoratorsHandler.java:58)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3795)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3434)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1132)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1023)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:157)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:651)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:595)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
> 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:497)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:670)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:609)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1516)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1489)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (JBIDE-21654) add aeri for jboss tools
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21654?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-21654:
---------------------------------------------
package prefix names:
{code}
com.jboss.jbds
org.fusesource.ide
org.hibernate
org.jboss.ide.eclipse
org.jboss.tools
org.jboss.forge
org.mozilla.xpcom
org.mozilla.xulrunner
org.drools.eclipse
org.jbpm.gd
org.guvnor
org.kie.eclipse
org.switchyard.tools
{code}
> add aeri for jboss tools
> ------------------------
>
> Key: JBIDE-21654
> URL: https://issues.jboss.org/browse/JBIDE-21654
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: usage
> Reporter: Max Rydahl Andersen
> Priority: Blocker
> Fix For: 4.3.1.CR1, 4.4.0.Alpha1
>
>
> We have the possibility to get at test environment for error reporting for JBoss Tools.
> For that we need Mars.2 (pre-Mars.2 will not work) and the latest aeri.
> Thus we can't add it by default to i.e. usage (unless we want to force upgrade everyone), but we can at least include it in the default set.
> In Neon we can add to usage.
> jira here is to capture this + implement the extension point.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (JBIDE-21654) add aeri for jboss tools
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21654?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-21654:
-----------------------------------
Fix Version/s: 4.3.1.CR1
4.4.0.Alpha1
> add aeri for jboss tools
> ------------------------
>
> Key: JBIDE-21654
> URL: https://issues.jboss.org/browse/JBIDE-21654
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: usage
> Reporter: Max Rydahl Andersen
> Priority: Blocker
> Fix For: 4.3.1.CR1, 4.4.0.Alpha1
>
>
> We have the possibility to get at test environment for error reporting for JBoss Tools.
> For that we need Mars.2 (pre-Mars.2 will not work) and the latest aeri.
> Thus we can't add it by default to i.e. usage (unless we want to force upgrade everyone), but we can at least include it in the default set.
> In Neon we can add to usage.
> jira here is to capture this + implement the extension point.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (JBIDE-21654) add aeri for jboss tools
by Max Rydahl Andersen (JIRA)
Max Rydahl Andersen created JBIDE-21654:
-------------------------------------------
Summary: add aeri for jboss tools
Key: JBIDE-21654
URL: https://issues.jboss.org/browse/JBIDE-21654
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: usage
Reporter: Max Rydahl Andersen
Priority: Blocker
We have the possibility to get at test environment for error reporting for JBoss Tools.
For that we need Mars.2 (pre-Mars.2 will not work) and the latest aeri.
Thus we can't add it by default to i.e. usage (unless we want to force upgrade everyone), but we can at least include it in the default set.
In Neon we can add to usage.
jira here is to capture this + implement the extension point.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months