[JBoss JIRA] (JBIDE-12818) WS features are not dependent on as feature any more
by Jaroslav Jankovič (JIRA)
Jaroslav Jankovič created JBIDE-12818:
-----------------------------------------
Summary: WS features are not dependent on as feature any more
Key: JBIDE-12818
URL: https://issues.jboss.org/browse/JBIDE-12818
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 4.0.0.Alpha2
Reporter: Jaroslav Jankovič
Assignee: Brian Fitzpatrick
Fix For: 4.0.0.Beta1
JAX-RS tools and Web Services tools features are not longer dependent on AS feature as they used to before. To fully use these two features you have to install AS feature as well.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] (JBIDE-12958) Code completion for XML tag attributes doesn't work
by Tomaz Zupan (JIRA)
Tomaz Zupan created JBIDE-12958:
-----------------------------------
Summary: Code completion for XML tag attributes doesn't work
Key: JBIDE-12958
URL: https://issues.jboss.org/browse/JBIDE-12958
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 4.0.0.Alpha2
Environment: Eclipse 4.2 (Juno) SR1
Oracle Java 1.7.0_07
Windows 7 x64
Reporter: Tomaz Zupan
Editing any XML with associated XML scheme and using code complete inside xml tag return the following error:
java.lang.NullPointerException
at org.jboss.ide.eclipse.as.ui.mbeans.editors.ServiceXMLEditorConfiguration$ServiceXMLContentAssistProcessor.addAttributeNameProposals(ServiceXMLEditorConfiguration.java:493)
at org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeAttributeProposals(AbstractContentAssistProcessor.java:1243)
at org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeCompletionProposals(AbstractContentAssistProcessor.java:1294)
at org.eclipse.wst.xml.ui.internal.contentassist.XMLContentAssistProcessor.computeCompletionProposals(XMLContentAssistProcessor.java:109)
at org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeCompletionProposals(AbstractContentAssistProcessor.java:1416)
at org.eclipse.wst.xml.ui.internal.contentassist.XMLContentAssistProcessor.computeCompletionProposals(XMLContentAssistProcessor.java:124)
at org.eclipse.wst.sse.ui.internal.contentassist.CompoundContentAssistProcessor.computeCompletionProposals(CompoundContentAssistProcessor.java:127)
at org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionProposals(ContentAssistant.java:1839)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup.computeProposals(CompletionProposalPopup.java:566)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$16(CompletionProposalPopup.java:563)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup$2.run(CompletionProposalPopup.java:498)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup.showProposals(CompletionProposalPopup.java:492)
at org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssistant.java:1665)
at org.eclipse.wst.sse.ui.internal.StructuredTextViewer.doOperation(StructuredTextViewer.java:457)
at org.eclipse.ui.texteditor.TextOperationAction$1.run(TextOperationAction.java:128)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.texteditor.TextOperationAction.run(TextOperationAction.java:126)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:119)
at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:76)
at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:229)
at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:210)
at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:131)
at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:171)
at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.executeCommand(KeyBindingDispatcher.java:276)
at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.press(KeyBindingDispatcher.java:494)
at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.processKeyEvent(KeyBindingDispatcher.java:545)
at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.filterKeySequenceBindings(KeyBindingDispatcher.java:366)
at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.access$0(KeyBindingDispatcher.java:313)
at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher$KeyDownFilter.handleEvent(KeyBindingDispatcher.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1262)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1052)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1062)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1104)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1100)
at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1521)
at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:4640)
at org.eclipse.swt.widgets.Canvas.WM_CHAR(Canvas.java:345)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4528)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:341)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4976)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2546)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3756)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1029)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:923)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:588)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:543)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
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:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
If you use code completion outside tags it works fine.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] (JBDS-2291) Installing Mylyn from alpha2 extras attempts to install Mylyn 3.6 - should be 3.8
by Len DiMaggio (JIRA)
Len DiMaggio created JBDS-2291:
----------------------------------
Summary: Installing Mylyn from alpha2 extras attempts to install Mylyn 3.6 - should be 3.8
Key: JBDS-2291
URL: https://issues.jboss.org/browse/JBDS-2291
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: 3rdPartyCertification
Affects Versions: 6.0.0.Alpha2
Environment: Version: 6.0.0.Alpha2
Build id: Alpha2-v20120924-2110-B28
Build date: 20120924-2110
http://www.qa.jboss.com/binaries/RHDS/updates/development/6.0.0.Alpha2a.e...
Reporter: Len DiMaggio
Priority: Critical
Fix For: 6.0.0.Beta1
Using this extras site: http://www.qa.jboss.com/binaries/RHDS/updates/development/6.0.0.Alpha2a.e...
And selecting this plugin: Mylyn (Selected) 6.0.0.Alpha2-v20120924-2110-B28
Which shows this description:
Contains Mylyn 3.6 including support for Bugzilla, CVS, SVN, JIRA, Bamboo, Crucible, Fisheye, Java Development, Plug-In Development and Wikitext (Selected).
Features selected by Red Hat for use with JBoss Developer Studio.
Fails to install with this error:
Cannot complete the install because one or more required items could not be found.
Software being installed: Mylyn (Selected) 6.0.0.Alpha2-v20120924-2110-B28 (com.jboss.jbds.mylyn.feature.feature.group 6.0.0.Alpha2-v20120924-2110-B28)
Software currently installed: JBoss Developer Studio (Branded Product) 6.0.0.Alpha2-v20120924-2110-B28 (com.jboss.jbds.all 6.0.0.Alpha2-v20120924-2110-B28)
Missing requirement: Mylyn Task List 3.8.1.v20120725-0100 (org.eclipse.mylyn_feature.feature.group 3.8.1.v20120725-0100) requires 'org.eclipse.mylyn.discovery.feature.group [3.8.0,4.0.0)' but it could not be found
Only one of the following can be installed at once:
Mylyn Commons 3.8.1.v20120725-0100 (org.eclipse.mylyn.commons.core 3.8.1.v20120725-0100)
Mylyn Commons Core 3.6.0.v20110608-1400 (org.eclipse.mylyn.commons.core 3.6.0.v20110608-1400)
Cannot satisfy dependency:
From: JBoss Developer Studio (Branded Product) 6.0.0.Alpha2-v20120924-2110-B28 (com.jboss.jbds.all 6.0.0.Alpha2-v20120924-2110-B28)
To: com.jboss.jbds.product.feature.feature.group [6.0.0.Alpha2-v20120924-2110-B28]
Cannot satisfy dependency:
From: Mylyn (Selected) 6.0.0.Alpha2-v20120924-2110-B28 (com.jboss.jbds.mylyn.feature.feature.group 6.0.0.Alpha2-v20120924-2110-B28)
To: org.eclipse.mylyn_feature.feature.group 0.0.0
Cannot satisfy dependency:
From: JBoss Developer Studio (Core Features) 6.0.0.Alpha2-v20120924-2110-B28 (com.jboss.jbds.product.feature.feature.group 6.0.0.Alpha2-v20120924-2110-B28)
To: org.jboss.tools.central.feature.feature.group [1.1.0.Alpha2-v20120922-2327-B43]
Cannot satisfy dependency:
From: Mylyn Commons UI 3.8.1.v20120725-0100 (org.eclipse.mylyn.commons.workbench 3.8.1.v20120725-0100)
To: bundle org.eclipse.mylyn.commons.core 3.8.0
Cannot satisfy dependency:
From: Mylyn Task List 3.6.5.v20120215-0100 (org.eclipse.mylyn_feature.feature.group 3.6.5.v20120215-0100)
To: org.eclipse.mylyn.commons.core [3.6.0,3.7.0)
Cannot satisfy dependency:
From: JBoss Central 1.1.0.Alpha2-v20120922-2327-B43 (org.jboss.tools.central 1.1.0.Alpha2-v20120922-2327-B43)
To: bundle org.eclipse.mylyn.commons.workbench 3.8.0
Cannot satisfy dependency:
From: JBoss Central 1.1.0.Alpha2-v20120922-2327-B43 (org.jboss.tools.central.feature.feature.group 1.1.0.Alpha2-v20120922-2327-B43)
To: org.jboss.tools.central [1.1.0.Alpha2-v20120922-2327-B43]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] (JBIDE-12836) Review and clean parent pom
by Mickael Istria (JIRA)
Mickael Istria created JBIDE-12836:
--------------------------------------
Summary: Review and clean parent pom
Key: JBIDE-12836
URL: https://issues.jboss.org/browse/JBIDE-12836
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: Build/Releng
Reporter: Mickael Istria
Assignee: Nick Boldt
Fix For: 4.0.0.CR1
With introduction of new target-platforms, enforcement of usage of target platforms over repositories, usage of Maven mirroring on Jenkins... the parent pom has seen its responsibilities reduced.
We should improve it to remove from it all legacy profiles and properties that are now replaced by more flexible mechanisms. Also, we should re-think some profiles to make them simpler to use.
Goal is to make it easier to read, and then to maintain, without loosing any optimization we've made for end-users or CI.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] Created: (JBIDE-7870) Several Properties view does not work synchronously
by Vitali Yemialyanchyk (JIRA)
Several Properties view does not work synchronously
---------------------------------------------------
Key: JBIDE-7870
URL: https://issues.jboss.org/browse/JBIDE-7870
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 3.2.0.Beta2
Reporter: Vitali Yemialyanchyk
Assignee: Alexey Kazakov
Priority: Minor
Properties View -> View Menu -> New Properties View; in both should be one content for one selected item if no pin - but this is not true, or better to say - it is not always a true - try to open one more properties view for "Web Page Editor", switch between VPE and WPE...
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months