[JBoss JIRA] (JBIDE-10065) NullPointerException occurs on selection Software/Update Tab in JBoss Central Editor
by Denis Golovin (Created) (JIRA)
NullPointerException occurs on selection Software/Update Tab in JBoss Central Editor
------------------------------------------------------------------------------------
Key: JBIDE-10065
URL: https://issues.jboss.org/browse/JBIDE-10065
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 3.3.0.Beta1
Reporter: Denis Golovin
Assignee: Snjezana Peco
{noformat}java.lang.NullPointerException
at org.jboss.tools.central.editors.xpl.DiscoveryViewer.createEnvironment(DiscoveryViewer.java:1005)
at org.jboss.tools.central.editors.xpl.DiscoveryViewer.<init>(DiscoveryViewer.java:499)
at org.jboss.tools.central.editors.SoftwarePage.createFeaturesSection(SoftwarePage.java:123)
at org.jboss.tools.central.editors.SoftwarePage.createFormContent(SoftwarePage.java:91)
at org.eclipse.ui.forms.editor.FormPage$1.run(FormPage.java:152)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.forms.editor.FormPage.createPartControl(FormPage.java:150)
at org.eclipse.ui.forms.editor.FormEditor.pageChange(FormEditor.java:471)
at org.eclipse.ui.part.MultiPageEditorPart$2.widgetSelected(MultiPageEditorPart.java:290)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
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.notifyListeners(Widget.java:1061)
at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:2745)
at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1432)
at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:257)
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.Display.runDeferredEvents(Display.java:3588)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
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:344)
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:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (JBDS-1966) add rest of SpringIDE features on Extras site to Central connector for SpringIDE
by Nick Boldt (Created) (JIRA)
add rest of SpringIDE features on Extras site to Central connector for SpringIDE
--------------------------------------------------------------------------------
Key: JBDS-1966
URL: https://issues.jboss.org/browse/JBDS-1966
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: 3rdPartyCertification, 3rdPartyDependencies, central, updatesite, Upstream
Affects Versions: 5.0.0.M5
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 5.0.0.M5
Central currently has only org.springframework.ide.eclipse.feature
But the JBDS Spring feature on the Extras site has
{code}
<import feature="org.springframework.ide.eclipse.aop.feature" version="2.7.2" match="compatible"/>
<import feature="org.springframework.ide.eclipse.autowire.feature" version="2.7.2" match="compatible"/>
<import feature="org.springframework.ide.eclipse.feature" version="2.7.2.201109122348-patched_JBDS-1838" match="compatible"/>
<import feature="org.springframework.ide.eclipse.integration.feature" version="2.7.2" match="compatible"/>
<import feature="org.springframework.ide.eclipse.osgi.feature" version="2.7.2" match="compatible"/>
<import feature="org.springframework.ide.eclipse.webflow.feature" version="2.7.2" match="compatible"/>
<import feature="org.springframework.ide.eclipse.security.feature" version="2.7.2" match="compatible"/>
and our patched plugin:
<plugin id="org.springframework.ide.eclipse" version="2.7.2.201109122348-patched_JBDS-1838" unpack="false"/>
{code}
We should make Central include the same stuff as JBDS Extras.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months