[JBoss JIRA] Created: (JBIDE-7896) compile failed in org/jboss/tools/deltacloud/integration/rse/util/ShowInRemoteSystemExplorerHandler.java (at line 35):[-1, -1]
by Nick Boldt (JIRA)
compile failed in org/jboss/tools/deltacloud/integration/rse/util/ShowInRemoteSystemExplorerHandler.java (at line 35):[-1,-1]
-----------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-7896
URL: https://issues.jboss.org/browse/JBIDE-7896
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: deltacloud
Affects Versions: 3.2.0.CR1
Reporter: Nick Boldt
Assignee: Max Andersen
New deltacloud job shows a compilation error:
[ERROR] Failed to execute goal org.sonatype.tycho:maven-osgi-compiler-plugin:0.10.0:compile (default-compile) on project org.jboss.tools.deltacloud.integration: Compilation failure: Compilation failure:
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-3.2_trunk.component--deltacloud/sources/plugins/org.jboss.tools.deltacloud.integration/src/org/jboss/tools/deltacloud/integration/rse/util/ShowInRemoteSystemExplorerHandler.java (at line 35):[-1,-1]
[ERROR] public Object execute(ExecutionEvent event) throws ExecutionException {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method execute(ExecutionEvent) of type ShowInRemoteSystemExplorerHandler must override a superclass method
[ERROR]
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-3.2_trunk.component--deltacloud/sources/plugins/org.jboss.tools.deltacloud.integration/src/org/jboss/tools/deltacloud/integration/rse/util/RSEUtils.java (at line 145):[-1,-1]
[ERROR] public void run() {
[ERROR] ^^^^^
[ERROR] The method run() of type new Runnable(){} must override a superclass method
http://hudson.qa.jboss.com/hudson/view/DevStudio_Trunk/job/jbosstools-3.2...
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBIDE-8012) evaluate options that removes dependency to GWT SDK bundle
by Andre Dietisheim (JIRA)
evaluate options that removes dependency to GWT SDK bundle
----------------------------------------------------------
Key: JBIDE-8012
URL: https://issues.jboss.org/browse/JBIDE-8012
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: GWT
Affects Versions: 3.2.0.CR1
Reporter: Andre Dietisheim
Assignee: Nick Boldt
Fix For: 3.2.x
nick, I thought about possibilities to remove the dependency to the gwt sdk bundle since our integration plugin gets uninstallable as soon as google releases a new version. We currently have no choice but to track their updates and release a new version.
The basic problem is that google had the great idea to include the plugin version into the plugin name and that they remove old version from their update site.
I currently don't see any viable solution (optional dependencies dont help for new versions; I cannot depend on packages instead of the bundle since their bundle does not export any package).
Do you see any option that would allow us to trigger the installation of the gwt-sdk bundle when someone installs our integration plugin?
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBIDE-7813) Cloud view: Loading (instances, images) freezes the UI
by Andre Dietisheim (JIRA)
Cloud view: Loading (instances, images) freezes the UI
------------------------------------------------------
Key: JBIDE-7813
URL: https://jira.jboss.org/browse/JBIDE-7813
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: deltacloud
Affects Versions: 3.2.0.Beta2
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.2.0.CR1
how to reproduce:
1) make sure you have at least 2 clouds: one with a lot of images (or instances), another one with a few images
2) make sure you have image view opened (or instance view, if you have a lot of instances on a cloud)
3) make sure to select the cloud with the few images in the image view (or do the same with instance view)
4) restart deltacloud client (eclipse)
5) go to cloud view and select the image tree-node in the cloud with many images
Result:
UI freezes while data is being loaded from the server
Expected result:
UI does not freeze, Operation is shown with a progress-bar
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBIDE-8085) WARNING: Multiple beans are eligible for injection to the injection point
by José Freitas (JIRA)
WARNING: Multiple beans are eligible for injection to the injection point
-------------------------------------------------------------------------
Key: JBIDE-8085
URL: https://issues.jboss.org/browse/JBIDE-8085
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.2.0.Beta2
Environment: eclipse helios, seam 3, jboss AS 6 Final, and I guess that is.
Reporter: José Freitas
Assignee: Alexey Kazakov
When I use:
import org.jboss.seam.international.status.Messages;
@Inject
private Messages messages;
it says that I have "Multiple beans are eligible for injection to the injection point"
if I click at Inject holding CTRL, and asks for those eligible beans, it shows that both the Messages interface and the MessagesImpl are eligible to
this injection. It shouldn't show the interface as an eligible bean.
(did'nt know if I should open another issue, but I guess it's ok to post as one issue.)
AND when using:
import org.slf4j.Logger;
@Inject
Logger log;
it says that I have "Multiple beans are eligible for injection to the injection point"
if I click at Inject holding CTRL, and asks for those eligible beans, it shows a duplicate entry for @Produces Logger.produceLog();
Actually, they are not duplicate, there are 2 methods in two different jars, but they both produces the same bean, both weld-logger.jar and weld-extensions have this producer method.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBIDE-8037) When org.jboss.tools.cdi.core.test run on RHEL5 x86_64 server, XPCOM error (fine on RHEL5 x86)
by Nick Boldt (JIRA)
When org.jboss.tools.cdi.core.test run on RHEL5 x86_64 server, XPCOM error (fine on RHEL5 x86)
----------------------------------------------------------------------------------------------
Key: JBIDE-8037
URL: https://issues.jboss.org/browse/JBIDE-8037
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.2.0.CR1
Reporter: Nick Boldt
Assignee: Alexey Kazakov
Test failures in org.jboss.tools.cdi.core.test
java.lang.RuntimeException: Widget disposed too early!
org.eclipse.swt.SWTError: XPCOM error -2147467262
(complete log below copied from http://hudson.qa.jboss.com/hudson/view/DevStudio_Trunk/job/jbosstools-3.2...)
!ENTRY org.eclipse.ui.workbench 4 0 2011-01-03 08:40:40.281
!MESSAGE Widget disposed too early!
!STACK 0
java.lang.RuntimeException: Widget disposed too early!
at org.eclipse.ui.internal.WorkbenchPartReference$1.widgetDisposed(WorkbenchPartReference.java:172)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:123)
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:1263)
at org.eclipse.swt.widgets.Widget.release(Widget.java:1080)
at org.eclipse.swt.widgets.Control.release(Control.java:3304)
at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:1293)
at org.eclipse.swt.widgets.Widget.release(Widget.java:1083)
at org.eclipse.swt.widgets.Control.release(Control.java:3304)
at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:1293)
at org.eclipse.swt.widgets.Widget.release(Widget.java:1083)
at org.eclipse.swt.widgets.Control.release(Control.java:3304)
at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:1293)
at org.eclipse.swt.widgets.Canvas.releaseChildren(Canvas.java:208)
at org.eclipse.swt.widgets.Decorations.releaseChildren(Decorations.java:469)
at org.eclipse.swt.widgets.Shell.releaseChildren(Shell.java:2305)
at org.eclipse.swt.widgets.Widget.release(Widget.java:1083)
at org.eclipse.swt.widgets.Control.release(Control.java:3304)
at org.eclipse.swt.widgets.Widget.dispose(Widget.java:462)
at org.eclipse.swt.widgets.Shell.dispose(Shell.java:2241)
at org.eclipse.swt.widgets.Display.release(Display.java:3211)
at org.eclipse.swt.graphics.Device.dispose(Device.java:237)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:131)
at org.codehaus.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:21)
at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:109)
at org.codehaus.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:27)
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:369)
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:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
!ENTRY org.eclipse.osgi 4 0 2011-01-03 08:40:40.416
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTError: XPCOM error -2147467262
at org.eclipse.swt.browser.Mozilla.error(Mozilla.java:2414)
at org.eclipse.swt.browser.Mozilla.unhookDOMListeners(Mozilla.java:2844)
at org.eclipse.swt.browser.Mozilla.onDispose(Mozilla.java:2437)
at org.eclipse.swt.browser.Mozilla$5.handleEvent(Mozilla.java:891)
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:1263)
at org.eclipse.swt.widgets.Widget.release(Widget.java:1080)
at org.eclipse.swt.widgets.Control.release(Control.java:3304)
at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:1293)
at org.eclipse.swt.widgets.Widget.release(Widget.java:1083)
at org.eclipse.swt.widgets.Control.release(Control.java:3304)
at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:1293)
at org.eclipse.swt.widgets.Widget.release(Widget.java:1083)
at org.eclipse.swt.widgets.Control.release(Control.java:3304)
at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:1293)
at org.eclipse.swt.widgets.Widget.release(Widget.java:1083)
at org.eclipse.swt.widgets.Control.release(Control.java:3304)
at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:1293)
at org.eclipse.swt.widgets.Widget.release(Widget.java:1083)
at org.eclipse.swt.widgets.Control.release(Control.java:3304)
at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:1293)
at org.eclipse.swt.widgets.Widget.release(Widget.java:1083)
at org.eclipse.swt.widgets.Control.release(Control.java:3304)
at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:1293)
at org.eclipse.swt.widgets.Canvas.releaseChildren(Canvas.java:208)
at org.eclipse.swt.widgets.Decorations.releaseChildren(Decorations.java:469)
at org.eclipse.swt.widgets.Shell.releaseChildren(Shell.java:2305)
at org.eclipse.swt.widgets.Widget.release(Widget.java:1083)
at org.eclipse.swt.widgets.Control.release(Control.java:3304)
at org.eclipse.swt.widgets.Widget.dispose(Widget.java:462)
at org.eclipse.swt.widgets.Shell.dispose(Shell.java:2241)
at org.eclipse.swt.widgets.Display.release(Display.java:3211)
at org.eclipse.swt.graphics.Device.dispose(Device.java:237)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:131)
at org.codehaus.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:21)
at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:109)
at org.codehaus.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:27)
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:369)
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:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBIDE-7812) access restriction / compilation failure in org/jboss/ide/eclipse/archives/test/projects/InnerZipResourceTimestampTest.java (at line 35):[-1, -1]
by Nick Boldt (JIRA)
access restriction / compilation failure in org/jboss/ide/eclipse/archives/test/projects/InnerZipResourceTimestampTest.java (at line 35):[-1,-1]
------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-7812
URL: https://jira.jboss.org/browse/JBIDE-7812
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Archives
Affects Versions: 3.2.0.CR1
Reporter: Nick Boldt
Assignee: Rob Stryker
Priority: Blocker
Fix For: 3.2.0.CR1
http://hudson.qa.jboss.com/hudson/view/DevStudio_Trunk/job/jbosstools-3.2...
[ERROR] Failed to execute goal org.sonatype.tycho:maven-osgi-compiler-plugin:0.10.0:compile (default-compile) on project org.jboss.ide.eclipse.archives.test: Compilation failure: Compilation failure:
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-3.2_trunk.nightly/sources/archives/tests/org.jboss.ide.eclipse.archives.test/src/org/jboss/ide/eclipse/archives/test/projects/InnerZipResourceTimestampTest.java (at line 35):[-1,-1]
[ERROR] import de.schlichtherle.io.archive.spi.ArchiveDriver;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The type ArchiveDriver is not accessible due to restriction on classpath entry /mnt/hudson_workspace/workspace/jbosstools-3.2_trunk.nightly/sources/archives/plugins/org.jboss.ide.eclipse.archives.core/lib/truezip-6.6.jar
[ERROR]
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-3.2_trunk.nightly/sources/archives/tests/org.jboss.ide.eclipse.archives.test/src/org/jboss/ide/eclipse/archives/test/projects/InnerZipResourceTimestampTest.java (at line 152):[-1,-1]
[ERROR] public ArchiveDriver getArchiveDriver(String path) {
[ERROR] ^^^^^^^^^^^^^
[ERROR] Access restriction: The type ArchiveDriver is not accessible due to restriction on classpath entry /mnt/hudson_workspace/workspace/jbosstools-3.2_trunk.nightly/sources/archives/plugins/org.jboss.ide.eclipse.archives.core/lib/truezip-6.6.jar
[ERROR] -> [Help 1]
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months