[JBoss JIRA] (JBIDE-25154) Fix failing ws.ui.bot.test.annotation.HTTPMethodAnnotationQuickFixTest(s) - menu item is not enabled
by Pavol Srna (JIRA)
Pavol Srna created JBIDE-25154:
----------------------------------
Summary: Fix failing ws.ui.bot.test.annotation.HTTPMethodAnnotationQuickFixTest(s) - menu item is not enabled
Key: JBIDE-25154
URL: https://issues.jboss.org/browse/JBIDE-25154
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: integration-tests
Affects Versions: 4.5.1.AM2
Reporter: Pavol Srna
Assignee: Pavol Srna
Fix For: 4.5.1.Final
{code}
ERROR!
org.eclipse.reddeer.core.exception.CoreLayerException: Menu item is not enabled
at org.eclipse.reddeer.core.handler.MenuItemHandler.select(MenuItemHandler.java:88)
at org.eclipse.reddeer.swt.impl.menu.AbstractMenuItem.select(AbstractMenuItem.java:51)
at org.eclipse.reddeer.workbench.impl.editor.AbstractEditor.save(AbstractEditor.java:125)
at org.jboss.tools.ws.ui.bot.test.annotation.HTTPMethodAnnotationQuickFixTest.testTargetRetentionQuickFixes(HTTPMethodAnnotationQuickFixTest.java:89)
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBIDE-25153) Fix failing ws.ui.bot.test.rest.FiltersInterceptorsSupportTest(s) - menu not enabled
by Pavol Srna (JIRA)
Pavol Srna created JBIDE-25153:
----------------------------------
Summary: Fix failing ws.ui.bot.test.rest.FiltersInterceptorsSupportTest(s) - menu not enabled
Key: JBIDE-25153
URL: https://issues.jboss.org/browse/JBIDE-25153
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: integration-tests
Affects Versions: 4.5.1.AM3
Reporter: Pavol Srna
Assignee: Pavol Srna
Fix For: 4.5.1.Final
{code}
org.eclipse.reddeer.core.exception.CoreLayerException: Menu item is not enabled
at org.eclipse.reddeer.core.handler.MenuItemHandler.select(MenuItemHandler.java:88)
at org.eclipse.reddeer.swt.impl.menu.AbstractMenuItem.select(AbstractMenuItem.java:51)
at org.eclipse.reddeer.workbench.impl.editor.AbstractEditor.save(AbstractEditor.java:125)
at org.jboss.tools.ws.ui.bot.test.rest.FiltersInterceptorsSupportTest.providerValidationWarning(FiltersInterceptorsSupportTest.java:103)
at org.jboss.tools.ws.ui.bot.test.rest.FiltersInterceptorsSupportTest.filterSupportTest(FiltersInterceptorsSupportTest.java:76)
at org.jboss.tools.ws.ui.bot.test.rest.FiltersInterceptorsSupportTest.responseFilterSupportTest(FiltersInterceptorsSupportTest.java:53)
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBIDE-25152) Make the old Hibernate runtime plugins optional
by Koen Aers (JIRA)
Koen Aers created JBIDE-25152:
---------------------------------
Summary: Make the old Hibernate runtime plugins optional
Key: JBIDE-25152
URL: https://issues.jboss.org/browse/JBIDE-25152
Project: Tools (JBoss Tools)
Issue Type: Task
Components: hibernate
Affects Versions: 4.5.1.AM2
Reporter: Koen Aers
Fix For: 4.5.1.Final
There are a fair number of Hibernate runtime plugins available for the current JBoss Tools. They are named ‘org.jboss.tools.hibernate.runtime.v_x_y’ and use the actual core Hibernate (and Hibernate tools) classes to implement the SPI defined in ‘org.jboss.tools.hibernate.runtime.spi’. But the number of these implementations keeps growing and so it is needed to get this under control. The aimed solution is to only provide the most recent implementation and make the other ones installable on request.
To solve this issue all the places where the actual Hibernate version is hardcoded need to be identified and only the latest version can be used. This is especially true for the tests in 'org.hibernate.eclipse.console.test' which use version 3.5.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months