[JBoss JIRA] Created: (JBIDE-7903) Compilation failure in org.jboss.tools.seam.ui.bot.test
by Nick Boldt (JIRA)
Compilation failure in org.jboss.tools.seam.ui.bot.test
-------------------------------------------------------
Key: JBIDE-7903
URL: https://issues.jboss.org/browse/JBIDE-7903
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam, testing
Affects Versions: 3.2.0.CR1
Reporter: Nick Boldt
Assignee: Alexey Kazakov
Priority: Blocker
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-3.2_trunk.continuous/sources/seam/tests/org.jboss.tools.seam.ui.bot.test/src/org/jboss/tools/seam/ui/bot/test/create/CreateEntities.java (at line 5):[-1,-1]
[ERROR] import org.jboss.tools.seam.ui.bot.test.AbstractSeamTestBase;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.tools.seam.ui.bot.test.AbstractSeamTestBase cannot be resolved
[ERROR]
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-3.2_trunk.continuous/sources/seam/tests/org.jboss.tools.seam.ui.bot.test/src/org/jboss/tools/seam/ui/bot/test/create/CreateEntities.java (at line 6):[-1,-1]
[ERROR] import org.jboss.tools.seam.ui.bot.test.EARTests;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.tools.seam.ui.bot.test.EARTests cannot be resolved
[ERROR]
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-3.2_trunk.continuous/sources/seam/tests/org.jboss.tools.seam.ui.bot.test/src/org/jboss/tools/seam/ui/bot/test/create/CreateEntities.java (at line 8):[-1,-1]
[ERROR] import org.jboss.tools.seam.ui.bot.test.WARTests;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.tools.seam.ui.bot.test.WARTests cannot be resolved
[ERROR]
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-3.2_trunk.continuous/sources/seam/tests/org.jboss.tools.seam.ui.bot.test/src/org/jboss/tools/seam/ui/bot/test/create/CreateEntities.java (at line 12):[-1,-1]
[ERROR] public class CreateEntities extends AbstractSeamTestBase {
[ERROR] ^^^^^^^^^^^^^^^^^^^^
[ERROR] AbstractSeamTestBase cannot be resolved to a type
[ERROR]
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-7576) testSeamELContentAssistJbide1676 failure
by Alexey Kazakov (JIRA)
testSeamELContentAssistJbide1676 failure
----------------------------------------
Key: JBIDE-7576
URL: https://jira.jboss.org/browse/JBIDE-7576
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.2.0.Beta2
Reporter: Alexey Kazakov
Assignee: Victor Rubezhny
Fix For: 3.2.0.CR1
testSeamELContentAssistJbide1676(org.jboss.tools.seam.ui.test.ca.SeamELContentAssistJbide1676Test) Time elapsed: 19.695 sec <<< FAILURE!
junit.framework.AssertionFailedError: Some Seam EL proposals werent't shown in the Content Assistant
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.jboss.tools.seam.ui.test.ca.SeamELContentAssistJbide1676Test.testSeamELContentAssistJbide1676(SeamELContentAssistJbide1676Test.java:323)
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 junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at org.codehaus.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:75)
at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:25)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3515)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3164)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
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)
Results :
Failed tests:
testSeamELContentAssistJbide1676(org.jboss.tools.seam.ui.test.ca.SeamELContentAssistJbide1676Test)
Tests run: 68, Failures: 1, Errors: 0, Skipped: 0
--
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-8039) org.jboss.tools.struts.vpe.struts.test.StrutsAllTests takes >30 mins to run & times out
by Nick Boldt (JIRA)
org.jboss.tools.struts.vpe.struts.test.StrutsAllTests takes >30 mins to run & times out
---------------------------------------------------------------------------------------
Key: JBIDE-8039
URL: https://issues.jboss.org/browse/JBIDE-8039
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: struts/shale
Affects Versions: 3.2.0.CR1
Reporter: Nick Boldt
I'm seeing this failure due to org.jboss.tools.struts.vpe.struts.test.StrutsAllTests taking >30 mins to run:
[INFO] Command line:
/bin/sh -c cd /mnt/hudson_workspace/workspace/jbosstools-3.2_trunk.component--struts/sources/tests/org.jboss.tools.struts.vpe.struts.test && /qa/tools/opt/jdk1.6.0_20/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86 -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m -Dusage_reporting_enabled=false -jar /mnt/hudson_workspace/workspace/jbosstools-3.2_trunk.component--struts/m2-repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.1.0.v20100507/org.eclipse.equinox.launcher-1.1.0.v20100507.jar -data /mnt/hudson_workspace/workspace/jbosstools-3.2_trunk.component--struts/sources/tests/org.jboss.tools.struts.vpe.struts.test/target/work/data -dev file:/mnt/hudson_workspace/workspace/jbosstools-3.2_trunk.component--struts/sources/tests/org.jboss.tools.struts.vpe.struts.test/target/dev.properties -install /mnt/hudson_workspace/workspace/jbosstools-3.2_trunk.component--struts/sources/tests/org.jboss.tools.struts.vpe.struts.test/target/work -configuration /mnt/hudson_workspace/workspace/jbosstools-3.2_trunk.component--struts/sources/tests/org.jboss.tools.struts.vpe.struts.test/target/work/configuration -application org.sonatype.tycho.surefire.osgibooter.uitest -testproperties /mnt/hudson_workspace/workspace/jbosstools-3.2_trunk.component--struts/sources/tests/org.jboss.tools.struts.vpe.struts.test/target/surefire.properties -testApplication org.eclipse.ui.ide.workbench -product org.jboss.tools.tests
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.tools.struts.vpe.struts.test.StrutsAllTests
[ResourceUtils]:Target Import Location: /StrutsTest
[ResourceUtils]:Full path to source: /mnt/hudson_workspace/workspace/jbosstools-3.2_trunk.component--struts/sources/tests/org.jboss.tools.struts.vpe.struts.test/resources/StrutsTest/
[ResourceUtils]:Protocol: file
[Fatal Error] :1:1: Premature end of file.
[Fatal Error] :1:1: Premature end of file.
Process 1294089675550 is killed.
[INFO] org.jboss.tools.struts.vpe.struts.test ............ FAILURE [30:26.343s]
[ERROR] Failed to execute goal org.sonatype.tycho:maven-osgi-test-plugin:0.10.0:test (default-test) on project org.jboss.tools.struts.vpe.struts.test: Error while executing platform: Error while executing external command, process killed. Process timeout out after 1800 seconds -> [Help 1]
(see also https://issues.jboss.org/browse/JBIDE-8032)
--
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-7359) Seam Test project on EAP 5.1
by Dominik Pospisil (JIRA)
Seam Test project on EAP 5.1
----------------------------
Key: JBIDE-7359
URL: https://jira.jboss.org/browse/JBIDE-7359
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.2.0.Beta1
Environment: JBDS 4.0.0.beta1
bundled EAP 5.1 & Seam 2.2
Reporter: Dominik Pospisil
Assignee: Alexey Kazakov
Seam action test execution fails on seam project created with EAP 5.1.
Steps to reproduce:
1) Create New Seam Project (the issue affects both WAR and EAR packaging) using EAP 5.1 and associated Seam 2.2 with test project
2) File -> New -> SeamAction, choose component name
3) Open created test project, refresh, navigate to testng testsuite associated to created action
4) Choose RunAs -> TestNG Suite
5) Execution fails with the following exception:
[Parser] Running:
/home/dpospisi/workspaces/empty/SeamEAR-test/test-src/org/domain/seamear/test/TestActionTest.xml
ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error installing to Described: name=BeanDeployer state=PreInstall
java.lang.RuntimeException: java.lang.reflect.UndeclaredThrowableException
at org.jboss.aop.util.ClassInfoMethodHashing.methodHash(ClassInfoMethodHashing.java:70)
at org.jboss.aop.util.ClassInfoMethodHashing.addDeclaredMethods(ClassInfoMethodHashing.java:169)
at org.jboss.aop.util.ClassInfoMethodHashing.populateMethodTables(ClassInfoMethodHashing.java:182)
at org.jboss.aop.util.ClassInfoMethodHashing.populateMethodTables(ClassInfoMethodHashing.java:181)
at org.jboss.aop.util.ClassInfoMethodHashing.populateMethodTables(ClassInfoMethodHashing.java:181)
at org.jboss.aop.util.ClassInfoMethodHashing.populateMethodTables(ClassInfoMethodHashing.java:181)
at org.jboss.aop.util.ClassInfoMethodHashing.populateMethodTables(ClassInfoMethodHashing.java:181)
at org.jboss.aop.util.ClassInfoMethodHashing.populateMethodTables(ClassInfoMethodHashing.java:181)
at org.jboss.aop.util.ClassInfoMethodHashing.getMethodMap(ClassInfoMethodHashing.java:188)
at org.jboss.aop.microcontainer.integration.AOPDependencyBuilder.getMethodAnnotationDependencies(AOPDependencyBuilder.java:197)
at org.jboss.aop.microcontainer.integration.AOPDependencyBuilder.getAnnotationDependencies(AOPDependencyBuilder.java:152)
at org.jboss.aop.microcontainer.integration.AOPDependencyBuilder.getDependencies(AOPDependencyBuilder.java:130)
at org.jboss.classadapter.plugins.BasicClassAdapter.getDependencies(BasicClassAdapter.java:80)
at org.jboss.beans.info.plugins.AbstractBeanInfo.getDependencies(AbstractBeanInfo.java:211)
at org.jboss.kernel.plugins.dependency.DescribeAction.installActionInternal(DescribeAction.java:53)
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.installAction(KernelControllerContextAction.java:135)
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.installAction(KernelControllerContextAction.java:46)
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:327)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1309)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:734)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:862)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:784)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:574)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:398)
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:309)
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:279)
at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130)
at org.jboss.kernel.plugins.deployment.xml.BeanXMLDeployer.deploy(BeanXMLDeployer.java:96)
at org.jboss.embedded.Bootstrap.deployBaseBootstrapUrl(Bootstrap.java:130)
at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:142)
at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:183)
at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:195)
at org.jboss.seam.mock.EmbeddedBootstrap.startAndDeployResources(EmbeddedBootstrap.java:11)
at org.jboss.seam.mock.AbstractSeamTest.startJbossEmbeddedIfNecessary(AbstractSeamTest.java:1024)
at org.jboss.seam.mock.AbstractSeamTest.startSeam(AbstractSeamTest.java:915)
at org.jboss.seam.mock.SeamTest.startSeam(SeamTest.java:58)
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.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:607)
at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:417)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:154)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:88)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:284)
at org.testng.SuiteRunner.run(SuiteRunner.java:204)
at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:877)
at org.testng.TestNG.runSuitesLocally(TestNG.java:842)
at org.testng.TestNG.run(TestNG.java:751)
at org.testng.remote.RemoteTestNG.run(RemoteTestNG.java:73)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:124)
Caused by: java.lang.reflect.UndeclaredThrowableException
at org.jboss.reflect.plugins.ArrayInfoImpl.getType(ArrayInfoImpl.java:103)
at org.jboss.reflect.plugins.ClassInfoImpl.isArray(ClassInfoImpl.java:495)
at org.jboss.aop.util.ClassInfoMethodHashing.getTypeString(ClassInfoMethodHashing.java:149)
at org.jboss.aop.util.ClassInfoMethodHashing.methodHash(ClassInfoMethodHashing.java:53)
... 53 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBIDE-8086) Usage Preference Page name is missing
by Denis Golovin (JIRA)
Usage Preference Page name is missing
-------------------------------------
Key: JBIDE-8086
URL: https://issues.jboss.org/browse/JBIDE-8086
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: usage
Affects Versions: 3.2.0.CR1
Environment: Linux, gtk, x86
Reporter: Denis Golovin
Fix For: 3.2.0.CR1
Attachments: screenshot38.png
1. EXEC: nstall JBossAS component into Classic Eclipse SDK from nightly update site
2. EXEC: Open Preferences Dialog
3. ASSERT: Preferences Page for Usage is present
Now it says %page.name (look at attached screenshot)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months