]
Denis Golovin commented on JBIDE-20927:
---------------------------------------
IMO to run tests in environment that is really close to real installation it is better to
have additional bundles installed through surefire plugin configuration.
Validation framework errors in tests on jenkins
-----------------------------------------------
Key: JBIDE-20927
URL:
https://issues.jboss.org/browse/JBIDE-20927
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html-source-editing
Affects Versions: 4.4.0.Alpha1
Reporter: Denis Golovin
Assignee: Viacheslav Kabanovich
Priority: Minor
Fix For: 4.4.0.Alpha1
{code}!ENTRY org.eclipse.wst.validation 4 0 2015-10-08 16:03:40.191
!MESSAGE Plug-in configuration error, extension
"org.jboss.tools.jst.web.kb.FaceletValidatorExclude" references validator id
"org.eclipse.jst.jsf.facelet.ui.FaceletHTMLValidator" but this id does not
exist.
!STACK 1
org.eclipse.core.runtime.CoreException: Plug-in configuration error, extension
"org.jboss.tools.jst.web.kb.FaceletValidatorExclude" references validator id
"org.eclipse.jst.jsf.facelet.ui.FaceletHTMLValidator" but this id does not
exist.
at
org.eclipse.wst.validation.internal.ValidatorExtensionReader.process(ValidatorExtensionReader.java:86)
at
org.eclipse.wst.validation.internal.ExtensionValidators.<init>(ExtensionValidators.java:43)
at
org.eclipse.wst.validation.internal.ExtensionValidators.instance(ExtensionValidators.java:36)
at org.eclipse.wst.validation.internal.ValManager.getV2Validators(ValManager.java:345)
at
org.eclipse.wst.validation.internal.ValManager.getValidatorsNotCached(ValManager.java:221)
at org.eclipse.wst.validation.internal.ValManager.access$1(ValManager.java:220)
at
org.eclipse.wst.validation.internal.ValManager$ValidatorCache.getValidatorsCached(ValManager.java:1256)
at org.eclipse.wst.validation.internal.ValManager.getValidators(ValManager.java:197)
at org.eclipse.wst.validation.internal.ValManager.accept(ValManager.java:745)
at
org.eclipse.wst.validation.internal.ValBuilderJob.startingValidation(ValBuilderJob.java:148)
at
org.eclipse.wst.validation.internal.ValBuilderJob.runInWorkspace(ValBuilderJob.java:122)
at
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:39)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
!SUBENTRY 1 org.eclipse.wst.validation 4 0 2015-10-08 16:03:40.194
!MESSAGE Plug-in configuration error, extension
"org.jboss.tools.jst.web.kb.FaceletValidatorExclude" references validator id
"org.eclipse.jst.jsf.facelet.ui.FaceletHTMLValidator" but this id does not
exist.
!ENTRY org.eclipse.wst.validation 4 0 2015-10-08 16:03:40.203
!MESSAGE Plug-in configuration error, extension
"org.jboss.tools.jst.web.kb.FaceletValidatorExclude" references validator id
"org.eclipse.jst.jsf.ui.JSFNonELAttributeValueValidator" but this id does not
exist.
!STACK 1
org.eclipse.core.runtime.CoreException: Plug-in configuration error, extension
"org.jboss.tools.jst.web.kb.FaceletValidatorExclude" references validator id
"org.eclipse.jst.jsf.ui.JSFNonELAttributeValueValidator" but this id does not
exist.
at
org.eclipse.wst.validation.internal.ValidatorExtensionReader.process(ValidatorExtensionReader.java:86)
at
org.eclipse.wst.validation.internal.ExtensionValidators.<init>(ExtensionValidators.java:43)
at
org.eclipse.wst.validation.internal.ExtensionValidators.instance(ExtensionValidators.java:36)
at org.eclipse.wst.validation.internal.ValManager.getV2Validators(ValManager.java:345)
at
org.eclipse.wst.validation.internal.ValManager.getValidatorsNotCached(ValManager.java:221)
at org.eclipse.wst.validation.internal.ValManager.access$1(ValManager.java:220)
at
org.eclipse.wst.validation.internal.ValManager$ValidatorCache.getValidatorsCached(ValManager.java:1256)
at org.eclipse.wst.validation.internal.ValManager.getValidators(ValManager.java:197)
at org.eclipse.wst.validation.internal.ValManager.accept(ValManager.java:745)
at
org.eclipse.wst.validation.internal.ValBuilderJob.startingValidation(ValBuilderJob.java:148)
at
org.eclipse.wst.validation.internal.ValBuilderJob.runInWorkspace(ValBuilderJob.java:122)
at
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:39)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
!SUBENTRY 1 org.eclipse.wst.validation 4 0 2015-10-08 16:03:40.205
!MESSAGE Plug-in configuration error, extension
"org.jboss.tools.jst.web.kb.FaceletValidatorExclude" references validator id
"org.eclipse.jst.jsf.ui.JSFNonELAttributeValueValidator" but this id does not
exist.{code}