[JBoss JIRA] Created: (JBIDE-8831) org.jboss.tools.vpe.test suite failes with NPE ?
by Nick Boldt (JIRA)
org.jboss.tools.vpe.test suite failes with NPE ?
------------------------------------------------
Key: JBIDE-8831
URL: https://issues.jboss.org/browse/JBIDE-8831
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: testing, Visual Page Editor core
Affects Versions: 3.2.1.M1
Reporter: Nick Boldt
Assignee: Max Rydahl Andersen
Fix For: 3.2.1.M1
No idea what's causing this test failure.
http://hudson.qa.jboss.com/hudson/view/DevStudio_Stable_Branch/job/jbosst...
[INFO] org.jboss.tools.vpe.test .......................... FAILURE [46.855s]
[ERROR] Failed to execute goal org.sonatype.tycho:maven-osgi-test-plugin:0.10.0:test (default-test) on project org.jboss.tools.vpe.test: There are test failures.
[ERROR] Please refer to /mnt/hudson_workspace/workspace/jbosstools-3.2_stable_branch.tests/sources/vpe/tests/org.jboss.tools.vpe.test/target/surefire-reports for the individual test results.
http://hudson.qa.jboss.com/hudson/view/DevStudio_Stable_Branch/job/jbosst...
Test set: org.jboss.tools.vpe.test.VpeAllTests
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.47 sec
http://hudson.qa.jboss.com/hudson/view/DevStudio_Stable_Branch/job/jbosst...
!ENTRY org.eclipse.osgi 4 0 2011-05-02 05:52:14.441
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
at org.eclipse.swt.SWT.error(SWT.java:4083)
at org.eclipse.swt.SWT.error(SWT.java:3998)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:137)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3515)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3164)
at org.eclipse.swt.widgets.Display.release(Display.java:3215)
at org.eclipse.swt.graphics.Device.dispose(Device.java:246)
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:620)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
at org.eclipse.equinox.launcher.Main.main(Main.java:1384)
Caused by: java.lang.NullPointerException
at org.eclipse.ui.internal.menus.WorkbenchMenuService.handleRegistryChanges(WorkbenchMenuService.java:1084)
at org.eclipse.ui.internal.menus.WorkbenchMenuService$2.run(WorkbenchMenuService.java:274)
at org.eclipse.ui.internal.UILockListener.doPendingWork(UILockListener.java:164)
at org.eclipse.ui.internal.UISynchronizer$3.run(UISynchronizer.java:158)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
... 21 more
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBIDE-8521) Compile failed in org/jboss/tools/cdi/internal/core/refactoring/CDIRenameProcessor.java
by Nick Boldt (JIRA)
Compile failed in org/jboss/tools/cdi/internal/core/refactoring/CDIRenameProcessor.java
---------------------------------------------------------------------------------------
Key: JBIDE-8521
URL: https://issues.jboss.org/browse/JBIDE-8521
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.2.1
Reporter: Nick Boldt
Assignee: Alexey Kazakov
Priority: Blocker
Fix For: 3.2.1
ERROR] Failed to execute goal org.sonatype.tycho:maven-osgi-compiler-plugin:0.10.0:compile (default-compile) on project org.jboss.tools.cdi.core: Compilation failure: Compilation failure:
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-3.2_stable_branch.component--cdi/sources/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/refactoring/CDIRenameProcessor.java (at line 159):[-1,-1]
[ERROR] class CDISearcher extends RefactorSearcher{
[ERROR] ^^^^^^^^^^^
[ERROR] The type CDIRenameProcessor.CDISearcher must implement the inherited abstract method RefactorSearcher.isFileCorrect(IFile)
[ERROR]
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-3.2_stable_branch.component--cdi/sources/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/refactoring/CDIRenameProcessor.java (at line 165):[-1,-1]
[ERROR] protected void outOfSynch(IProject project) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method outOfSynch(IProject) of type CDIRenameProcessor.CDISearcher must override a superclass method
[ERROR]
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-3.2_stable_branch.component--cdi/sources/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/refactoring/CDIRenameProcessor.java (at line 171):[-1,-1]
[ERROR] if(isFileReadOnly(file)){
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The method isFileReadOnly(IFile) is undefined for the type CDIRenameProcessor.CDISearcher
[ERROR] -> [Help 1]
[INFO] org.jboss.tools.cdi.core .......................... FAILURE [1:02.500s]
[INFO] org.jboss.tools.cdi.ui ............................ FAILURE [5.444s]
[INFO] org.jboss.tools.cdi.text.ext ...................... FAILURE [4.293s]
[INFO] org.jboss.tools.cdi.feature ....................... FAILURE [6.257s]
[INFO] org.jboss.tools.cdi.core.test ..................... FAILURE [5.480s]
[INFO] org.jboss.tools.cdi.text.ext.test ................. FAILURE [4.945s]
[INFO] org.jboss.tools.cdi.ui.test ....................... FAILURE [5.028s]
[INFO] cdi.site .......................................... FAILURE [2.736s]
[INFO] BUILD FAILURE
FAILURES FOUND: 9
http://hudson.qa.jboss.com/hudson/job/jbosstools-3.2_stable_branch.compon...
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBIDE-8819) 14 test failures in jsf.test and jsf.ui.test
by Nick Boldt (JIRA)
14 test failures in jsf.test and jsf.ui.test
--------------------------------------------
Key: JBIDE-8819
URL: https://issues.jboss.org/browse/JBIDE-8819
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.2.1.M1
Reporter: Nick Boldt
Assignee: Alexey Kazakov
Fix For: 3.2.1.M1
Build #102: Apr 27, 2011 7:43:15 PM - 762 tests, 0 failures
Build #103: Apr 28, 2011 9:58:03 AM - 769 tests, 14 failures
http://hudson.qa.jboss.com/hudson/view/DevStudio_Stable_Branch/job/jbosst...
>>><<< org.jboss.tools.jsf.test.JsfAllTests.org.jboss.tools.jsf.model.pv.test.JsfJbide7975Test
>>><<< org.jboss.tools.jsf.test.JsfAllTests.junit.framework.TestSuite@9d672e
>>><<< org.jboss.tools.jsf.test.JsfAllTests.testRenameCompositeComponentFile
>>><<< org.jboss.tools.jsf.test.JsfAllTests.testRenameCompositeComponentFolder
>>><<< org.jboss.tools.jsf.test.JsfAllTests.testMoveCompositeComponentFile
>>><<< org.jboss.tools.jsf.test.JsfAllTests.testMoveCompositeComponentFolder
>>><<< org.jboss.tools.jsf.test.JsfAllTests.org.jboss.tools.jsf.test.refactoring.JSF2RefactoringTest
>>><<< org.jboss.tools.jsf.ui.test.JsfUiAllTests.org.jboss.tools.jsf.ui.test.refactoring.ELReferencesRenameTest
>>><<< org.jboss.tools.jsf.ui.test.JsfUiAllTests.org.jboss.tools.jsf.ui.test.JSFNaturesInfoDialog_JBIDE5701
>>><<< org.jboss.tools.jsf.ui.test.JsfUiAllTests.org.jboss.tools.jsf.ui.test.KbNaturesInfoDialog_JBIDE6125
>>><<< org.jboss.tools.jsf.ui.test.JsfUiAllTests.org.jboss.tools.jsf.ui.test.JSPProblemMarkerResolutionTest
>>><<< org.jboss.tools.jsf.ui.test.JsfUiAllTests.testTLDTagImport
>>><<< org.jboss.tools.jsf.ui.test.JsfUiAllTests.testTLDFunctionImport
>>><<< org.jboss.tools.jsf.ui.test.JsfUiAllTests.testPaletteInsertHelper
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBIDE-9024) seam-registration examle from wolf test repo is incorrectly deployed
by Libor Zoubek (JIRA)
seam-registration examle from wolf test repo is incorrectly deployed
---------------------------------------------------------------------
Key: JBIDE-9024
URL: https://issues.jboss.org/browse/JBIDE-9024
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Affects Versions: 3.3.0.M1
Environment: JBossTools 3.3.0 M1 on top of indigo 3.7 M6a, org.eclipse.m2e.core (0.13.0.201103291237), org.maven.ide.eclipse.wtp (0.13.0.201103231111)
Reporter: Libor Zoubek
Assignee: Fred Bricon
Attachments: webapp.zip
I am testing wolf repository (maven repo of EAP 5.1). There are several example projects. These examples depend on maven artifacts shipped by wolf repo. There is a problem with example called webapp-seam-registration. This example can be built and deployed using maven CLI (mvn install jboss:deploy). But .. when I import it into JBoss Tools using 'Import existing maven project' and then deploy it on EAP 5.1 I get deployment errors. I was comparing the deoplyed EARs and found out, that the problem is, that component.xml (contained in registration-web project) is not deployed/added to archive.
When deploying using mvn jboss:deploy components.xml gets into registration-ear.ear/jboss-seam-registration.war/WEB-INF
but when deploying by JBossTools components.xml is missing there.
I am not sure if it is a bug in tooling or bad configuraion in pom. I'll attach example project together with settings.xml for easy configuration.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBDS-1608) Feature set selection during installation
by Jiri Peterka (JIRA)
Feature set selection during installation
-----------------------------------------
Key: JBDS-1608
URL: https://issues.jboss.org/browse/JBDS-1608
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Components: installer
Affects Versions: 4.0.0.GA
Reporter: Jiri Peterka
There are many wishes to make JBDS more modular so one way would be to allow feature selection during installation known from othere application where you can select what features/plugins should be installed during installation process and according to user selection final installation is done.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months