[JBoss JIRA] Created: (JBIDE-6277) import org.jboss.tools.test.util.TestProjectProvider cannot be resolved in vpe-ui-test.jar
by Nick Boldt (JIRA)
import org.jboss.tools.test.util.TestProjectProvider cannot be resolved in vpe-ui-test.jar
-------------------------------------------------------------------------------------------
Key: JBIDE-6277
URL: https://jira.jboss.org/jira/browse/JBIDE-6277
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.1.x
Reporter: Nick Boldt
Assignee: Maxim Areshkau
Priority: Blocker
Missing import blocking build + tests. Please ensure your manifest.mf is correct and lists ALL the dependencies on which this plugin depends.
[java] vpe-ui-test.jar:
[java] [mkdir] Created dir: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.jst.web.test/temp.folder/jst-web-tests.jar.bin
[java] [mkdir] Created dir: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.test/temp.folder/vpe-ui-test.jar.bin
[java] [javac] Compiling 2 source files to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.jsf.text.ext.test/temp.folder/jsf-text-ext-tests.jar.bin
[java] [javac] Compiling 2 source files to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.jst.web.test/temp.folder/jst-web-tests.jar.bin
[java] [javac] Compiling 16 source files to /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.test/temp.folder/vpe-ui-test.jar.bin
[java] [javac] ----------
[java] [javac] 1. ERROR in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.jsf.text.ext.test/src/org/jboss/tools/jsf/text/ext/test/ELExprPartitionerTest.java (at line 39)
[java] [javac] import org.jboss.tools.test.util.TestProjectProvider;
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import org.jboss.tools.test.util.TestProjectProvider cannot be resolved
[java] [javac] ----------
[java] [javac] 2. ERROR in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.jsf.text.ext.test/src/org/jboss/tools/jsf/text/ext/test/ELExprPartitionerTest.java (at line 42)
[java] [javac] TestProjectProvider provider = null;
[java] [javac] ^^^^^^^^^^^^^^^^^^^
[java] [javac] TestProjectProvider cannot be resolved to a type
[java] [javac] ----------
--
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-6260) jndiName for notifier disappears if editing the xml directly
by Brian Blasko (JIRA)
jndiName for notifier disappears if editing the xml directly
------------------------------------------------------------
Key: JBIDE-6260
URL: https://jira.jboss.org/jira/browse/JBIDE-6260
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: esb
Affects Versions: 3.1.0.GA
Environment: Windows XP
Reporter: Brian Blasko
Assignee: Brian Fitzpatrick
If I have an esb.xml file with a notifier as seen below, if I edit the xml file using the source tab and save, if I then return to the file and edit using the tree tab(forms), the <queue> element for the target elements get lost.
<actions mep="RequestResponse">
<action class="org.jboss.soa.esb.actions.Notifier" name="SendResponseNotifier">
<property name="okMethod" value="notifyOK"/>
<property name="exceptionMethod" value="notifyError"/>
<property name="destinations">
<NotificationList type="err">
<target class="NotifyQueues">
<queue jndiName="queue/MincomJMS_reply"/>
</target>
</NotificationList>
<NotificationList type="ok">
<target class="NotifyQueues">
<queue jndiName="queue/MincomJMS_reply"/>
</target>
</NotificationList>
</property>
</action>
--
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-6194) JBoss Maven Integration Tool - problem with deployment
by Svetlana mukhina (JIRA)
JBoss Maven Integration Tool - problem with deployment
------------------------------------------------------
Key: JBIDE-6194
URL: https://jira.jboss.org/jira/browse/JBIDE-6194
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Affects Versions: 3.1.0.GA
Environment: Eclipse Version: 3.5.1
Server: JBoss 5.1, EAP 4.3
jdk: tested for 1.5 and 1.6
m2e version: 0.10.0.20100209-0800
JBoss Maven Integration Tool version:1.0.0.v201004140113N-H47-GA
Maven version: 2.0.9
Reporter: Svetlana mukhina
Assignee: Snjezana Peco
Attachments: server_log_for_deployment_fail.txt
While documenting a JBoss Maven Integration Tool and I experience a problem with deploying Seam Booking Example - EAR mavenized - seam 2.1.1.GA
project to JBoss Server.
booking, booking-ear, booking-ejb, booking-parent are built without troubles, but I get the following error while deploying:
ERROR [AbstractKernelController] Error installing to
PostClassLoader:
name=vfsfile:/opt/JBoss_Developer_Studio/jbds20100310/jboss-eap/jboss-as/server/default/deploy/booking-ear.ear/ state=ClassLoader mode=Manual requiredState=PostClassLoader
org.jboss.deployers.spi.DeploymentException: Cannot process
metadata
*** DEPLOYMENTS IN ERROR: Name -> Error
vfsfile:/opt/JBoss_Developer_Studio/jbds20100310/jboss-eap/jboss-as/server/default/deploy/booking-ear.ear/ -> org.jboss.deployers.spi.DeploymentException: Cannot process metadata
DEPLOYMENTS IN ERROR:
Deployment
"vfsfile:/opt/JBoss_Developer_Studio/jbds20100310/jboss-eap/jboss-as/server/default/deploy/booking-ear.ear/" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.seam.example.booking.RegisterAction from BaseClassLoader@1ad875c{VFSClassLoaderPolicy@191acf
Plz, see the full log attached
--
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-6240) Plug-in org.jboss.tools.jsf.ui was unable to load class org.jboss.tools.jsf.ui.editor.menu.JSF2CompositionComponentContrubutionItem.
by Yura Zhishko (JIRA)
Plug-in org.jboss.tools.jsf.ui was unable to load class org.jboss.tools.jsf.ui.editor.menu.JSF2CompositionComponentContrubutionItem.
------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-6240
URL: https://jira.jboss.org/jira/browse/JBIDE-6240
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.2.next
Reporter: Yura Zhishko
Assignee: Alexey Kazakov
Open trunk\jsf\tests\org.jboss.tools.jsf.vpe.jsf.test\resources\jsf2test\WebContent\resources\ezcomp\loginPanel.xhtml page.
Call context menu on composite:interface component.
RESULT:
org.eclipse.core.runtime.CoreException: Plug-in org.jboss.tools.jsf.ui was unable to load class org.jboss.tools.jsf.ui.editor.menu.JSF2CompositionComponentContrubutionItem.
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:180)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:162)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:874)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
at org.eclipse.ui.internal.util.Util.safeLoadExecutableExtension(Util.java:873)
at org.eclipse.ui.internal.menus.DynamicMenuContributionItem.createContributionItem(DynamicMenuContributionItem.java:150)
at org.eclipse.ui.internal.menus.DynamicMenuContributionItem.getContributionItem(DynamicMenuContributionItem.java:143)
at org.eclipse.ui.internal.menus.DynamicMenuContributionItem.fill(DynamicMenuContributionItem.java:123)
at org.eclipse.jface.action.MenuManager.doItemFill(MenuManager.java:737)
at org.eclipse.jface.action.MenuManager.update(MenuManager.java:818)
at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:470)
at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:465)
at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:491)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:235)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1008)
at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:4270)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:3974)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:342)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1578)
at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2010)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4619)
at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method)
at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:254)
at org.eclipse.swt.widgets.Display.runPopups(Display.java:3936)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3497)
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.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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
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)
Caused by: java.lang.ClassNotFoundException: org.jboss.tools.jsf.ui.editor.menu.JSF2CompositionComponentContrubutionItem
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:494)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:398)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:326)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:231)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1193)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:160)
... 48 more
--
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