]
Xavier Coulon updated JBIDE-17822:
----------------------------------
Fix Version/s: 4.3.0.Alpha2
(was: 4.3.0.Alpha1)
Launch shortcut enablement expression caused exception
------------------------------------------------------
Key: JBIDE-17822
URL:
https://issues.jboss.org/browse/JBIDE-17822
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: webservices
Affects Versions: 4.2.0.Beta3
Reporter: Radoslav RĂ¡bara
Assignee: Xavier Coulon
Labels: jax-rs
Fix For: 4.3.0.Alpha2
Attachments: error1, error2, error3, error4, error5
Sometimes when expanding JAX-RS Explorer, a bunch of errors appears in Error Log.
There are 5 similar errors:
{code}
Launch shortcut 'org.testng.eclipse.shortcut' enablement expression caused
exception. Shortcut was removed.
org.eclipse.core.runtime.CoreException: No property tester contributes a property
org.eclipse.debug.ui.matchesPattern to type class
org.jboss.tools.ws.jaxrs.ui.cnf.UriPathTemplateElement
{code}
{code}
Launch shortcut 'org.testng.eclipse.shortcut.testngSuite' enablement expression
caused exception. Shortcut was removed.
org.eclipse.core.runtime.CoreException: No property tester contributes a property
org.eclipse.debug.ui.matchesPattern to type class
org.jboss.tools.ws.jaxrs.ui.cnf.UriPathTemplateElement
{code}
{code}
Launch shortcut 'org.jboss.tools.maven.actions.LifeCycleCleanVerify' enablement
expression caused exception. Shortcut was removed.
org.eclipse.core.runtime.CoreException: No property tester contributes a property
org.jboss.tools.maven.ui.isCleanVerifyMenuEnabled to type class
org.jboss.tools.ws.jaxrs.ui.cnf.UriPathTemplateElement
{code}
{code}
Launch shortcut 'org.eclipse.ant.ui.antShortcutWithDialog' enablement expression
caused exception. Shortcut was removed.
org.eclipse.core.runtime.CoreException: No property tester contributes a property
org.eclipse.debug.ui.matchesContentType to type class
org.jboss.tools.ws.jaxrs.ui.cnf.UriPathTemplateElement
{code}
{code}
Launch shortcut 'org.eclipse.ant.ui.antShortcut' enablement expression caused
exception. Shortcut was removed.
org.eclipse.core.runtime.CoreException: No property tester contributes a property
org.eclipse.debug.ui.matchesContentType to type class
org.jboss.tools.ws.jaxrs.ui.cnf.UriPathTemplateElement
{code}