[JBoss JIRA] Created: (JBIDE-5867) Move GlobalElVariablesComposite to org.jboss.tools.vpe or another appropriate vpe plugin
by Maxim Areshkau (JIRA)
Move GlobalElVariablesComposite to org.jboss.tools.vpe or another appropriate vpe plugin
----------------------------------------------------------------------------------------
Key: JBIDE-5867
URL: https://jira.jboss.org/jira/browse/JBIDE-5867
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor core
Affects Versions: 3.1.0.CR2
Reporter: Maxim Areshkau
Assignee: Maxim Areshkau
Priority: Critical
Fix For: 3.2.next
Currently, plugin org.jboss.tools.common.el.ui depends on org.jboss.tools.vpe.resref through entry
Import-Package: org.jboss.tools.vpe.resref.core
in manifest. That package is only used by class GlobalElVariablesComposite and that class is only used in plugin org.jboss.tools.vpe. So, one vpe plugin is dependent on the other vpe plugin, which is ok, but by some reason a common plugin is inserted into the dependency. That makes our code balancing on the edge of cyclic dependency, though GlobalElVariablesComposite is not needed in common at all. Let's move it to org.jboss.tools.vpe or another appropriate vpe plugin as soon as possible.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months
[JBoss JIRA] Created: (JBIDE-5833) SeamRefactoringAllTests.testRemaningMailSessionDeclarationInComponentsXml_JBIDE4447 :: Can't load component org.jboss.seam.mail.newMailSession
by Nick Boldt (JIRA)
SeamRefactoringAllTests.testRemaningMailSessionDeclarationInComponentsXml_JBIDE4447 :: Can't load component org.jboss.seam.mail.newMailSession
----------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-5833
URL: https://jira.jboss.org/jira/browse/JBIDE-5833
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.1.0.CR2
Reporter: Nick Boldt
Assignee: Max Rydahl Andersen
Error Message
Can't load component org.jboss.seam.mail.newMailSession
Stacktrace
junit.framework.AssertionFailedError: Can't load component org.jboss.seam.mail.newMailSession
at org.jboss.tools.seam.core.test.refactoring.SeamComponentRefactoringTest.renameComponent(SeamComponentRefactoringTest.java:130)
at org.jboss.tools.seam.core.test.refactoring.SeamComponentRefactoringTest.testRemaningMailSessionDeclarationInComponentsXml_JBIDE4447(SeamComponentRefactoringTest.java:93)
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)
http://hudson.qa.jboss.com/hudson/view/DevStudio/job/jbosstools-nightly-3...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months