[Still Unstable] devstudio-nightly-3.1.0.beta1 #120

jboss-qa-internal at redhat.com jboss-qa-internal at redhat.com
Sun Mar 28 23:21:24 EDT 2010


Public: 
https://hudson.jboss.org/hudson//job/devstudio-nightly-3.1.0.beta1/120
https://hudson.jboss.org/hudson//job/devstudio-nightly-3.1.0.beta1/120/testReport
https://hudson.jboss.org/hudson//job/devstudio-nightly-3.1.0.beta1/120/changes
https://hudson.jboss.org/hudson//job/devstudio-nightly-3.1.0.beta1/120/console

Internal:
http://hudson.qa.jboss.com/hudson/job/devstudio-nightly-3.1.0.beta1/120/
http://hudson.qa.jboss.com/hudson/job/devstudio-nightly-3.1.0.beta1/120//testReport
http://hudson.qa.jboss.com/hudson/job/devstudio-nightly-3.1.0.beta1/120//changes
http://hudson.qa.jboss.com/hudson/job/devstudio-nightly-3.1.0.beta1/120//console

--------------------------------------------------

Failed Tests:

15 tests failed.
REGRESSION:  ConsolePluginAllTests

Error Message:
Highlighted region for org.hibernate.mapping.RootClass(mapping.value.type.collection.list.CollectionListItem) is empty. (package mapping.value.type.collection.list)

Stack Trace:
junit.framework.AssertionFailedError: Highlighted region for org.hibernate.mapping.RootClass(mapping.value.type.collection.list.CollectionListItem) is empty. (package mapping.value.type.collection.list)
	at org.hibernate.eclipse.console.test.mappingproject.OpenMappingFileTest.openTest(OpenMappingFileTest.java:159)
	at org.hibernate.eclipse.console.test.mappingproject.OpenMappingFileTest.testOpenMappingFileTest(OpenMappingFileTest.java:90)
	at org.hibernate.eclipse.console.test.mappingproject.MappingTestsBase.allTestsRunForProject(MappingTestsBase.java:159)
	at org.hibernate.eclipse.console.test.mappingproject.MappingTestsCore.testEachPackWithTestSet(MappingTestsCore.java:55)
	at org.hibernate.eclipse.console.test.mappingproject.MappingTestsBase.run(MappingTestsBase.java:102)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
	at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
	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:3468)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	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:368)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
	at org.eclipse.core.launcher.Main.main(Main.java:34)


REGRESSION:  ConsolePluginAllTests

Error Message:
org.hibernate.MappingNotFoundException: resource: mapping/tool/Team.hbm.xml not found

Stack Trace:

Package mapping.tool:
org.hibernate.MappingNotFoundException: resource: mapping/tool/Team.hbm.xml not found
	at org.hibernate.cfg.Configuration.addResource(Configuration.java:610)
	at org.hibernate.cfg.Configuration.parseMappingElement(Configuration.java:1635)
	at org.hibernate.cfg.Configuration.parseSessionFactory(Configuration.java:1603)
	at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1582)
	at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1556)
	at org.hibernate.cfg.Configuration.configure(Configuration.java:1510)
	at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:466)
	at org.hibernate.console.ConsoleConfiguration.configureStandardConfiguration(ConsoleConfiguration.java:769)
	at org.hibernate.console.ConsoleConfiguration.buildConfiguration(ConsoleConfiguration.java:741)
	at org.hibernate.console.ConsoleConfiguration.access$1(ConsoleConfiguration.java:716)
	at org.hibernate.console.ConsoleConfiguration$3.execute(ConsoleConfiguration.java:343)
	at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:63)
	at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:320)
	at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:147)
	at org.hibernate.eclipse.console.test.mappingproject.HbmExportExceptionTest.testHbmExportExceptionTest(HbmExportExceptionTest.java:75)
	at org.hibernate.eclipse.console.test.mappingproject.MappingTestsBase.allTestsRunForProject(MappingTestsBase.java:159)
	at org.hibernate.eclipse.console.test.mappingproject.MappingTestsCore.testEachPackWithTestSet(MappingTestsCore.java:55)
	at org.hibernate.eclipse.console.test.mappingproject.MappingTestsBase.run(MappingTestsBase.java:102)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
	at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
	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:3468)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	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:368)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
	at org.eclipse.core.launcher.Main.main(Main.java:34)


REGRESSION:  ConsolePluginAllTests

Error Message:
resource: mapping/tool/Team.hbm.xml not found

Stack Trace:
org.hibernate.MappingNotFoundException: resource: mapping/tool/Team.hbm.xml not found
	at org.hibernate.cfg.Configuration.addResource(Configuration.java:610)
	at org.hibernate.cfg.Configuration.parseMappingElement(Configuration.java:1635)
	at org.hibernate.cfg.Configuration.parseSessionFactory(Configuration.java:1603)
	at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1582)
	at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1556)
	at org.hibernate.cfg.Configuration.configure(Configuration.java:1510)
	at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:466)
	at org.hibernate.console.ConsoleConfiguration.configureStandardConfiguration(ConsoleConfiguration.java:769)
	at org.hibernate.console.ConsoleConfiguration.buildConfiguration(ConsoleConfiguration.java:741)
	at org.hibernate.console.ConsoleConfiguration.access$1(ConsoleConfiguration.java:716)
	at org.hibernate.console.ConsoleConfiguration$3.execute(ConsoleConfiguration.java:343)
	at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:63)
	at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:320)
	at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:147)
	at org.hibernate.eclipse.console.workbench.ConsoleConfigurationWorkbenchAdapter.getChildren(ConsoleConfigurationWorkbenchAdapter.java:40)
	at org.hibernate.eclipse.console.test.mappingproject.OpenSourceFileTest.testOpenSourceFileTest(OpenSourceFileTest.java:79)
	at org.hibernate.eclipse.console.test.mappingproject.MappingTestsBase.allTestsRunForProject(MappingTestsBase.java:159)
	at org.hibernate.eclipse.console.test.mappingproject.MappingTestsCore.testEachPackWithTestSet(MappingTestsCore.java:55)
	at org.hibernate.eclipse.console.test.mappingproject.MappingTestsBase.run(MappingTestsBase.java:102)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
	at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
	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:3468)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	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:368)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
	at org.eclipse.core.launcher.Main.main(Main.java:34)


REGRESSION:  ConsolePluginAllTests

Error Message:
Mapping Files for package mapping.tool can't be opened: Could not parse mapping document from resource mapping/tool/Team.hbm.xml

Stack Trace:
junit.framework.AssertionFailedError: Mapping Files for package mapping.tool can't be opened:
Could not parse mapping document from resource mapping/tool/Team.hbm.xml
	at org.hibernate.eclipse.console.test.mappingproject.OpenMappingFileTest.testOpenMappingFileTest(OpenMappingFileTest.java:83)
	at org.hibernate.eclipse.console.test.mappingproject.MappingTestsBase.allTestsRunForProject(MappingTestsBase.java:159)
	at org.hibernate.eclipse.console.test.mappingproject.MappingTestsCore.testEachPackWithTestSet(MappingTestsCore.java:55)
	at org.hibernate.eclipse.console.test.mappingproject.MappingTestsBase.run(MappingTestsBase.java:102)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
	at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
	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:3468)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	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:368)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
	at org.eclipse.core.launcher.Main.main(Main.java:34)


REGRESSION:  ConsolePluginAllTests

Error Message:
org.hibernate.MappingNotFoundException: resource: mapping/exception/Group.hbm.xml not found

Stack Trace:

Package mapping.exception:
org.hibernate.MappingNotFoundException: resource: mapping/exception/Group.hbm.xml not found
	at org.hibernate.cfg.Configuration.addResource(Configuration.java:610)
	at org.hibernate.cfg.Configuration.parseMappingElement(Configuration.java:1635)
	at org.hibernate.cfg.Configuration.parseSessionFactory(Configuration.java:1603)
	at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1582)
	at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1556)
	at org.hibernate.cfg.Configuration.configure(Configuration.java:1510)
	at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:466)
	at org.hibernate.console.ConsoleConfiguration.configureStandardConfiguration(ConsoleConfiguration.java:769)
	at org.hibernate.console.ConsoleConfiguration.buildConfiguration(ConsoleConfiguration.java:741)
	at org.hibernate.console.ConsoleConfiguration.access$1(ConsoleConfiguration.java:716)
	at org.hibernate.console.ConsoleConfiguration$3.execute(ConsoleConfiguration.java:343)
	at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:63)
	at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:320)
	at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:147)
	at org.hibernate.eclipse.console.test.mappingproject.HbmExportExceptionTest.testHbmExportExceptionTest(HbmExportExceptionTest.java:75)
	at org.hibernate.eclipse.console.test.mappingproject.MappingTestsBase.allTestsRunForProject(MappingTestsBase.java:159)
	at org.hibernate.eclipse.console.test.mappingproject.MappingTestsCore.testEachPackWithTestSet(MappingTestsCore.java:55)
	at org.hibernate.eclipse.console.test.mappingproject.MappingTestsBase.run(MappingTestsBase.java:102)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
	at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
	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:3468)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	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:368)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
	at org.eclipse.core.launcher.Main.main(Main.java:34)


REGRESSION:  ConsolePluginAllTests

Error Message:
resource: mapping/exception/Group.hbm.xml not found

Stack Trace:
org.hibernate.MappingNotFoundException: resource: mapping/exception/Group.hbm.xml not found
	at org.hibernate.cfg.Configuration.addResource(Configuration.java:610)
	at org.hibernate.cfg.Configuration.parseMappingElement(Configuration.java:1635)
	at org.hibernate.cfg.Configuration.parseSessionFactory(Configuration.java:1603)
	at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1582)
	at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1556)
	at org.hibernate.cfg.Configuration.configure(Configuration.java:1510)
	at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:466)
	at org.hibernate.console.ConsoleConfiguration.configureStandardConfiguration(ConsoleConfiguration.java:769)
	at org.hibernate.console.ConsoleConfiguration.buildConfiguration(ConsoleConfiguration.java:741)
	at org.hibernate.console.ConsoleConfiguration.access$1(ConsoleConfiguration.java:716)
	at org.hibernate.console.ConsoleConfiguration$3.execute(ConsoleConfiguration.java:343)
	at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:63)
	at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:320)
	at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:147)
	at org.hibernate.eclipse.console.workbench.ConsoleConfigurationWorkbenchAdapter.getChildren(ConsoleConfigurationWorkbenchAdapter.java:40)
	at org.hibernate.eclipse.console.test.mappingproject.OpenSourceFileTest.testOpenSourceFileTest(OpenSourceFileTest.java:79)
	at org.hibernate.eclipse.console.test.mappingproject.MappingTestsBase.allTestsRunForProject(MappingTestsBase.java:159)
	at org.hibernate.eclipse.console.test.mappingproject.MappingTestsCore.testEachPackWithTestSet(MappingTestsCore.java:55)
	at org.hibernate.eclipse.console.test.mappingproject.MappingTestsBase.run(MappingTestsBase.java:102)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
	at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
	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:3468)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	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:368)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
	at org.eclipse.core.launcher.Main.main(Main.java:34)


REGRESSION:  ConsolePluginAllTests

Error Message:
resource: mapping/exception/Group.hbm.xml not found

Stack Trace:
org.hibernate.MappingNotFoundException: resource: mapping/exception/Group.hbm.xml not found
	at org.hibernate.cfg.Configuration.addResource(Configuration.java:610)
	at org.hibernate.cfg.Configuration.parseMappingElement(Configuration.java:1635)
	at org.hibernate.cfg.Configuration.parseSessionFactory(Configuration.java:1603)
	at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1582)
	at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1556)
	at org.hibernate.cfg.Configuration.configure(Configuration.java:1510)
	at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:466)
	at org.hibernate.console.ConsoleConfiguration.configureStandardConfiguration(ConsoleConfiguration.java:769)
	at org.hibernate.console.ConsoleConfiguration.buildConfiguration(ConsoleConfiguration.java:741)
	at org.hibernate.console.ConsoleConfiguration.access$1(ConsoleConfiguration.java:716)
	at org.hibernate.console.ConsoleConfiguration$3.execute(ConsoleConfiguration.java:343)
	at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:63)
	at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:320)
	at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:147)
	at org.hibernate.eclipse.console.workbench.ConsoleConfigurationWorkbenchAdapter.getChildren(ConsoleConfigurationWorkbenchAdapter.java:40)
	at org.hibernate.eclipse.console.test.mappingproject.OpenMappingFileTest.testOpenMappingFileTest(OpenMappingFileTest.java:77)
	at org.hibernate.eclipse.console.test.mappingproject.MappingTestsBase.allTestsRunForProject(MappingTestsBase.java:159)
	at org.hibernate.eclipse.console.test.mappingproject.MappingTestsCore.testEachPackWithTestSet(MappingTestsCore.java:55)
	at org.hibernate.eclipse.console.test.mappingproject.MappingTestsBase.run(MappingTestsBase.java:102)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
	at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
	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:3468)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	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:368)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
	at org.eclipse.core.launcher.Main.main(Main.java:34)


REGRESSION:  ConsolePluginAllTests

Error Message:
resource: mapping/exception/Group.hbm.xml not found

Stack Trace:
org.hibernate.MappingNotFoundException: resource: mapping/exception/Group.hbm.xml not found
	at org.hibernate.cfg.Configuration.addResource(Configuration.java:610)
	at org.hibernate.cfg.Configuration.parseMappingElement(Configuration.java:1635)
	at org.hibernate.cfg.Configuration.parseSessionFactory(Configuration.java:1603)
	at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1582)
	at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1556)
	at org.hibernate.cfg.Configuration.configure(Configuration.java:1510)
	at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:466)
	at org.hibernate.console.ConsoleConfiguration.configureStandardConfiguration(ConsoleConfiguration.java:769)
	at org.hibernate.console.ConsoleConfiguration.buildConfiguration(ConsoleConfiguration.java:741)
	at org.hibernate.console.ConsoleConfiguration.access$1(ConsoleConfiguration.java:716)
	at org.hibernate.console.ConsoleConfiguration$3.execute(ConsoleConfiguration.java:343)
	at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:63)
	at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:320)
	at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:147)
	at org.hibernate.eclipse.console.workbench.ConsoleConfigurationWorkbenchAdapter.getChildren(ConsoleConfigurationWorkbenchAdapter.java:40)
	at org.hibernate.eclipse.console.test.mappingproject.OpenMappingDiagramTest.testOpenMappingDiagram(OpenMappingDiagramTest.java:70)
	at org.hibernate.eclipse.console.test.mappingproject.MappingTestsBase.allTestsRunForProject(MappingTestsBase.java:159)
	at org.hibernate.eclipse.console.test.mappingproject.MappingTestsCore.testEachPackWithTestSet(MappingTestsCore.java:55)
	at org.hibernate.eclipse.console.test.mappingproject.MappingTestsBase.run(MappingTestsBase.java:102)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
	at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
	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:3468)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	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:368)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
	at org.eclipse.core.launcher.Main.main(Main.java:34)


REGRESSION:  CDICoreAllTests

Error Message:
Wrong number of beans. expected:<1> but was:<2>

Stack Trace:
junit.framework.AssertionFailedError: Wrong number of beans. expected:<1> but was:<2>
	at org.jboss.tools.cdi.core.test.tck.EnterpriseQualifierDefinitionTest.testQualifierDeclaredInheritedIsInherited(EnterpriseQualifierDefinitionTest.java:35)
	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
	at junit.extensions.TestSetup.run(TestSetup.java:25)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
	at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
	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:3468)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	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:368)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
	at org.eclipse.core.launcher.Main.main(Main.java:34)


REGRESSION:  SeamUiAllTests

Error Message:
Problems encountered while deleting resources.

Stack Trace:
org.eclipse.core.internal.resources.ResourceException: Problems encountered while deleting resources.
	at org.eclipse.core.internal.resources.Resource.delete(Resource.java:737)
	at org.eclipse.core.internal.resources.Project.delete(Project.java:317)
	at org.jboss.tools.seam.core.test.project.facet.AbstractSeamFacetTest.tearDown(AbstractSeamFacetTest.java:135)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
	at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
	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:3468)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	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:368)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
	at org.eclipse.core.launcher.Main.main(Main.java:34)
Contains: Could not delete '/test_seam20_war/WebContent'.
org.eclipse.core.internal.resources.ResourceException: Problems encountered while deleting resources.
	at org.eclipse.core.internal.localstore.FileSystemResourceManager.delete(FileSystemResourceManager.java:257)
	at org.eclipse.core.internal.resources.ResourceTree.internalDeleteFolder(ResourceTree.java:351)
	at org.eclipse.core.internal.resources.ResourceTree.internalDeleteProject(ResourceTree.java:386)
	at org.eclipse.core.internal.resources.ResourceTree.standardDeleteProject(ResourceTree.java:832)
	at org.eclipse.core.internal.resources.Resource.unprotectedDelete(Resource.java:1772)
	at org.eclipse.core.internal.resources.Resource.delete(Resource.java:724)
	at org.eclipse.core.internal.resources.Project.delete(Project.java:317)
	at org.jboss.tools.seam.core.test.project.facet.AbstractSeamFacetTest.tearDown(AbstractSeamFacetTest.java:135)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
	at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
	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:3468)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	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:368)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
	at org.eclipse.core.launcher.Main.main(Main.java:34)
Contains: Problems encountered while deleting files.
Contains: Could not delete: /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/tests/workspace/test_seam20_war/WebContent/WEB-INF/lib.
Contains: Could not delete: /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/tests/workspace/test_seam20_war/WebContent/WEB-INF.
Contains: Could not delete: /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/tests/workspace/test_seam20_war/WebContent.
Contains: Could not delete '/test_seam20_war/src'.
org.eclipse.core.internal.resources.ResourceException: Problems encountered while deleting resources.
	at org.eclipse.core.internal.localstore.FileSystemResourceManager.delete(FileSystemResourceManager.java:257)
	at org.eclipse.core.internal.resources.ResourceTree.internalDeleteFolder(ResourceTree.java:351)
	at org.eclipse.core.internal.resources.ResourceTree.internalDeleteProject(ResourceTree.java:386)
	at org.eclipse.core.internal.resources.ResourceTree.standardDeleteProject(ResourceTree.java:832)
	at org.eclipse.core.internal.resources.Resource.unprotectedDelete(Resource.java:1772)
	at org.eclipse.core.internal.resources.Resource.delete(Resource.java:724)
	at org.eclipse.core.internal.resources.Project.delete(Project.java:317)
	at org.jboss.tools.seam.core.test.project.facet.AbstractSeamFacetTest.tearDown(AbstractSeamFacetTest.java:135)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
	at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
	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:3468)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	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:368)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
	at org.eclipse.core.launcher.Main.main(Main.java:34)
Contains: Problems encountered while deleting files.
Contains: Could not delete: /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/tests/workspace/test_seam20_war/src/main.
Contains: Could not delete: /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/tests/workspace/test_seam20_war/src.
Contains: Could not delete '/qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/tests/workspace/test_seam20_war'.


FAILED:  CDICoreAllTests

Error Message:
Location [start positopn=0, lengt=6] has not been found among [882, 10] [920, 19] [894, 24] 

Stack Trace:
junit.framework.AssertionFailedError: Location [start positopn=0, lengt=6] has not been found among [882, 10] [920, 19] [894, 24] 
	at org.jboss.tools.cdi.core.test.tck.TCKTest.assertLocationEquals(TCKTest.java:202)
	at org.jboss.tools.cdi.core.test.tck.QualifierDefinitionTest.testMultipleQualifiers(QualifierDefinitionTest.java:112)
	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
	at junit.extensions.TestSetup.run(TestSetup.java:25)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
	at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
	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:3468)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	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:368)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
	at org.eclipse.core.launcher.Main.main(Main.java:34)


FAILED:  CDICoreAllTests

Error Message:
Location [start positopn=0, lengt=5] has not been found among [939, 5] 

Stack Trace:
junit.framework.AssertionFailedError: Location [start positopn=0, lengt=5] has not been found among [939, 5] 
	at org.jboss.tools.cdi.core.test.tck.TCKTest.assertLocationEquals(TCKTest.java:202)
	at org.jboss.tools.cdi.core.test.tck.QualifierDefinitionTest.testFieldInjectedFromProducerMethod(QualifierDefinitionTest.java:141)
	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
	at junit.extensions.TestSetup.run(TestSetup.java:25)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
	at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
	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:3468)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	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:368)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
	at org.eclipse.core.launcher.Main.main(Main.java:34)


FAILED:  JsfAllTests

Error Message:
java.lang.NullPointerException

Stack Trace:
java.lang.Exception: java.lang.NullPointerException
	at org.jboss.tools.vpe.ui.test.VpeTest.tearDown(VpeTest.java:138)
	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
	at junit.extensions.TestSetup.run(TestSetup.java:25)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
	at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
	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:3468)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	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:368)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
	at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: java.lang.NullPointerException
	at org.eclipse.wst.sse.ui.internal.reconcile.validator.ValidatorStrategy.reconcile(ValidatorStrategy.java:256)
	at org.eclipse.wst.sse.ui.internal.reconcile.DocumentRegionProcessor.setEntireDocumentDirty(DocumentRegionProcessor.java:228)
	at org.eclipse.wst.sse.ui.internal.reconcile.DirtyRegionProcessor$DocumentListener.documentChanged(DirtyRegionProcessor.java:82)
	at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument._fireDocumentChanged(BasicStructuredDocument.java:456)
	at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.fireStructuredDocumentEvent(BasicStructuredDocument.java:1198)
	at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.internalReplaceText(BasicStructuredDocument.java:1975)
	at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.replaceText(BasicStructuredDocument.java:2415)
	at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.setText(BasicStructuredDocument.java:2602)
	at org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument.access$4(JobSafeStructuredDocument.java:1)
	at org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument$5.run(JobSafeStructuredDocument.java:239)
	at org.eclipse.wst.sse.ui.EditorExecutionContext.execute(EditorExecutionContext.java:147)
	at org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument.setText(JobSafeStructuredDocument.java:250)
	at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.set(BasicStructuredDocument.java:2477)
	at org.eclipse.jface.text.DefaultDocumentAdapter.setText(DefaultDocumentAdapter.java:258)
	at org.eclipse.swt.custom.StyledText.setText(StyledText.java:9187)
	at org.jboss.tools.jsf.vpe.jsf.test.jbide.ContextMenuDoubleInsertionTest_JBIDE3888.testDoubleInsertion(ContextMenuDoubleInsertionTest_JBIDE3888.java:64)


FAILED:  JsfAllTests

Error Message:
org.eclipse.ui.PartInitException: Text editor does not have a document provider

Stack Trace:
java.lang.Exception: org.eclipse.ui.PartInitException: Text editor does not have a document provider
	at org.jboss.tools.vpe.ui.test.VpeTest.tearDown(VpeTest.java:138)
	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
	at junit.extensions.TestSetup.run(TestSetup.java:25)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
	at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
	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:3468)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	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:368)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
	at org.eclipse.core.launcher.Main.main(Main.java:34)
Caused by: org.eclipse.ui.PartInitException: Text editor does not have a document provider
	at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:3148)
	at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:3161)
	at org.eclipse.wst.sse.ui.StructuredTextEditor.init(StructuredTextEditor.java:2321)
	at org.jboss.tools.vpe.editor.VpeEditorPart.createPartControl(VpeEditorPart.java:596)
	at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditorPart.addPage(JSPMultiPageEditorPart.java:79)
	at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor.createPagesForVPE(JSPMultiPageEditor.java:449)
	at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor.createPages(JSPMultiPageEditor.java:384)
	at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditorPart.createPartControl(JSPMultiPageEditorPart.java:125)
	at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:662)
	at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:462)
	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
	at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:286)
	at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2857)
	at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2762)
	at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2754)
	at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2705)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2701)
	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2685)
	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2676)
	at org.eclipse.ui.ide.IDE.openEditor(IDE.java:582)
	at org.jboss.tools.common.text.ext.hyperlink.xpl.AbstractBaseHyperlink.openFileInEditor(AbstractBaseHyperlink.java:164)
	at org.jboss.tools.common.text.ext.hyperlink.xml.FaceletSourceTagHyperlink.doHyperlink(FaceletSourceTagHyperlink.java:99)
	at org.jboss.tools.common.text.ext.hyperlink.xpl.AbstractBaseHyperlink.open(AbstractBaseHyperlink.java:279)
	at org.jboss.tools.vpe.ui.test.OpenOnUtil.checkOpenOnInEditor(OpenOnUtil.java:114)
	at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test.checkOpenOnFromJarFile(JBIDE4509Test.java:159)
	at org.jboss.tools.jsf.vpe.jsf.test.jbide.JBIDE4509Test.testOpenOnForTaglibInJarFile(JBIDE4509Test.java:58)
Caused by: org.eclipse.core.runtime.CoreException: Text editor does not have a document provider
	at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:4132)
	at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:203)
	at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecoratedTextEditor.java:1413)
	at org.eclipse.ui.editors.text.TextEditor.doSetInput(TextEditor.java:166)
	at org.eclipse.wst.sse.ui.StructuredTextEditor.doSetInput(StructuredTextEditor.java:1712)
	at org.jboss.tools.jst.jsp.jspeditor.JSPTextEditor.doSetInput(JSPTextEditor.java:501)
	at org.eclipse.ui.texteditor.AbstractTextEditor$19.run(AbstractTextEditor.java:3116)
	at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
	at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
	at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:759)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
	at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:756)
	at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2579)
	at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:3134)


FAILED:  JstWebUiAllTests

Error Message:
null

Stack Trace:
java.lang.NullPointerException
	at org.eclipse.core.internal.runtime.Activator.getURLConverter(Activator.java:313)
	at org.eclipse.core.runtime.FileLocator.resolve(FileLocator.java:227)
	at org.jboss.tools.test.util.ResourcesUtils.importProject(ResourcesUtils.java:55)
	at org.jboss.tools.test.util.ResourcesUtils.importProject(ResourcesUtils.java:164)
	at org.jboss.tools.test.util.ProjectImportTestSetup.importProjects(ProjectImportTestSetup.java:58)
	at org.jboss.tools.test.util.ProjectImportTestSetup.setUp(ProjectImportTestSetup.java:79)
	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
	at junit.extensions.TestSetup.run(TestSetup.java:25)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
	at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
	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:3468)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	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:368)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
	at org.eclipse.core.launcher.Main.main(Main.java:34)




--------------------------------------------------

Changes:



--------------------------------------------------

Console log:

[...truncated 114109 lines...]
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/archives-errors.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/archives-warnings.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/xulrunner-errors.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/xulrunner-warnings.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/richfaces-errors.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/richfaces-warnings.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/jbpm-convert-errors.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/jbpm-convert-warnings.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/freemarker-errors.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/freemarker-warnings.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/hibernate-tools-errors.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/hibernate-tools-warnings.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/struts-errors.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/struts-warnings.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/as-errors.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/as-warnings.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/seam-errors.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/seam-warnings.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/cdi-errors.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/cdi-warnings.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/examples-errors.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/examples-warnings.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/esb-errors.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/esb-warnings.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/ws-errors.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/ws-warnings.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/birt-errors.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/birt-warnings.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/portlet-errors.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/portlet-warnings.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/smooks-errors.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/smooks-warnings.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/tptp-errors.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/tptp-warnings.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/tests-errors.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
    [style] Warning: the task name <style> is deprecated. Use <xslt> instead.
    [style] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/logInfo/tests-warnings.html
    [style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl

update.builds.xml:

build.results:
     [copy] Copying 1 file to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711
     [copy] Copying 1 file to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build
     [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product
     [copy] Copying 1 file to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711
     [copy] Copying 42 files to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/images
     [copy] Copying 4 files to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/script
     [copy] Copying 1 file to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711
     [xslt] Processing /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/download.xml to /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711/download-snippet.txt
     [xslt] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/org.jboss.ide.eclipse.releng/builders/product/buildResults/download.xsl

post-build:

publish.results:

send.notification.email:
     [mail] Failed to initialise MIME mail: javax/mail/MessagingException

publish.log:

init:

clean.all.subfolders:

BUILD SUCCESSFUL
Total time: 331 minutes 1 second
++ buildResult=0
++ tee ../configs/jbds/build.log
++ buildTypeString=nightly
++ cd ../configs/jbds
++ zip build.log.zip build.log
updating: build.log (stored 0%)
++ cd ../..
+++ date +%s
++ endtime=1269831532
+++ echo 'scale=2; (1269831532 - 1269811513)/60'
+++ bc -l
++ elapsed=333.65
++ echo 'Elapsed time: 333.65mins.'
Elapsed time: 333.65mins.
++ [[ '' != '' ]]
++ [[ -n '' ]]
+++ cat /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/buildData.properties
+++ grep product.releaseNumber
+++ perl -ne 's/[\s\t]+product.releaseNumber=//g;print;'
++ version=3.1.0.beta1
+++ cat /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/buildData.properties
+++ grep upload.to
+++ perl -ne 's/[\s\t]+upload.to=//g;print;'
++ builddir=nightly/3.1.0.beta1/201003281711
+++ cat /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/buildData.properties
+++ grep product.buildDesc
+++ perl -ne 's/[\s\t]+product.buildDesc=//g; print;'
++ buildtype=nightly
+++ cat /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/buildData.properties
+++ grep product.releaseNumber
+++ perl -ne 's/[\s\t]+product.releaseNumber=//g; print;'
++ releaseNumber=3.1.0.beta1
+++ cat /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/buildData.properties
+++ grep product.buildTimestamp
+++ perl -ne 's/[\s\t]+product.buildTimestamp=//g; print;'
++ timestamp=201003281711
++ [[ '' == '' ]]
++ DESTINATION=/qa/services/http/binaries/RHDS
++ pathSuffix=trunk
++ [[ -n trunk ]]
++ [[ trunk == \t\r\u\n\k ]]
++ scp -r /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/3.1.0.beta1/201003281711 /qa/services/http/binaries/RHDS/builds/nightly/trunk/
++ scp configs/jbds/build.log.zip /qa/services/http/binaries/RHDS/builds/nightly/trunk/201003281711/
++ scp /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/latestBuild.html /qa/services/http/binaries/RHDS/builds/nightly/trunk/latestBuild.html
++ scp /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/latestBuildFailures.html /qa/services/http/binaries/RHDS/builds/nightly/trunk/latestBuildFailures.html
+++ date +%s
++ endtime=1269831793
+++ echo 'scale=2; (1269831793 - 1269811513)/60'
+++ bc -l
++ elapsed=338.00
++ echo 'Elapsed time: 338.00mins.'
Elapsed time: 338.00mins.
++ [[ -d /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/eclipse ]]
++ mkdir -p /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk
++ mv /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/eclipse/artifacts.jar /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/eclipse/content.jar /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/eclipse/features /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/eclipse/images /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/eclipse/index.html /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/eclipse/plugins /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/eclipse/site.xml /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/eclipse/web /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk
+++ find /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features -name '*.jar'
++ [[ -n /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jboss.tools.jmx.sdk.feature_1.1.0.v201003281711N-H120-GA.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.drools.eclipse.feature_5.1.0.v201003281711N-H120-31764.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jboss.tools.portlet.feature_1.1.0.v201003281711N-H120-GA.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jboss.tools.birt.feature_1.1.0.v201003281711N-H120-GA.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jboss.tools.xulrunner.feature_1.9.1.2_v201003281711N.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jboss.ide.eclipse.freemarker.source.feature_1.1.0.v201003281711N-H120-GA.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jboss.tools.runtime.feature_1.1.0.v201003281711N-H120-GA.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jboss.tools.esb.feature_1.3.0.v201003281711N-H120-GA.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jboss.tools.ws.feature_1.1.0.v201003281711N-H120-GA.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jboss.tools.seam.feature_3.1.0.v201003281711N-H120-GA.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jboss.tools.struts_feature_3.1.0.v201003281711N-H120-GA.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jboss.tools.jmx.feature_1.1.0.v201003281711N-H120-GA.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jboss.tools.tptp.feature_1.1.0.v201003281711N-H120-GA.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.hibernate.eclipse.feature_3.3.0.v201003281711N-H120-GA.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jboss.tools.cdi.feature_1.0.0.v201003281711N-H120-GA.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jboss.ide.eclipse.as.feature_2.1.0.v201003281711N-H120-GA.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jboss.tools.smooks.feature_1.1.0.v201003281711N-H120-GA.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jboss.tools.richfaces.feature_3.1.0.v201003281711N-H120-GA.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.guvnor.tools.feature_5.1.0.v201003281711N-H120-31764.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jboss.ide.eclipse.freemarker.sdk.feature_1.1.0.v201003281711N-H120-GA.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jboss.tools.jmx.source.feature_1.1.0.v201003281711N-H120-GA.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/com.jboss.jbds.product.feature_3.0.0.v201003281711N-H120-GA.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jboss.ide.eclipse.archives.feature_3.1.0.v201003281711N-H120-GA.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jboss.ide.eclipse.freemarker.feature_1.1.0.v201003281711N-H120-GA.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jboss.tools.jbpm.convert.feature_1.1.0.v201003281711N-H120-GA.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jboss.tools.project.examples.feature_1.1.0.v201003281711N-H120-GA.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jbpm.gd.jpdl.feature_3.2.0.v201002180916-41-7w312113291A27.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jboss.tools.jbpm.common.feature_4.3.0.v201002180916-52-7w312113291A27.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jboss.tools.jbpm3.sdk.feature_3.2.0.v201002180916-7F79-94E5OxDDDP9VDa7_EJIt957.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jbpm.gd.jpdl.source.feature_3.2.0.v201002180916-41-7w312113291A27.jar
/home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk/features/org.jboss.tools.jbpm.common.source.feature_4.3.0.v201002180916-52-7w312113291A27.jar ]]
+++ echo /qa/services/http/binaries/RHDS
+++ perl -ne 's/[^@]//g; print;'
++ [[ '' != \@ ]]
++ mkdir -p /qa/services/http/binaries/RHDS/updates/nightly/
++ rsync -arz --delete /home/hudson/hudson_workspace/workspace/devstudio-nightly-3.1.0.beta1/jbds-build/site/nightly/trunk /qa/services/http/binaries/RHDS/updates/nightly/
+++ date +%s
++ endtime=1269831824
+++ echo 'scale=2; (1269831824 - 1269811513)/60'
+++ bc -l
++ elapsed=338.51
++ echo 'Elapsed time: 338.51mins.'
Elapsed time: 338.51mins.
Terminating xvnc.
[devstudio-nightly-3.1.0.beta1] $ vncserver -kill :12
Killing Xvnc process ID 30923
Recording test results
Description not found.
Recording Emma reports jbds-build/coverage.xml
[WARNINGS] Parsing warnings in console log...
[WARNINGS] Found 13493 annotations (6 new, 0 high, 13493 normal, 0 low)
[WARNINGS] Not changing build status, since no threshold has been exceeded
Email was triggered for: Unstable
Email was triggered for: Still Unstable
Trigger Unstable was overridden by another trigger and will not send an email.
There are 1 triggered emails.
Sending email for trigger: Still Unstable


--------------------------------------------------



More information about the builds mailing list