[
https://issues.jboss.org/browse/JBIDE-12860?page=com.atlassian.jira.plugi...
]
Xavier Coulon reassigned JBIDE-12860:
-------------------------------------
Assignee: Alexey Kazakov (was: Max Rydahl Andersen)
Alexey, could you take a look at this last test case ?
It seems that my JaxrsMetamodelValidator class is not called by the underlying
CommonValidator if the project in the workspace is new and when I delete the copy of App2
class. If I close the runtime workbench and start it again, it works fine. Is there
anything you can find in the Common Validator
btw, the builder ordering looks good:
{code}
...
<buildCommand>
<name>org.jboss.tools.ws.jaxrs.metamodelBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
...
{code}
JAX-RS validation problems are not linked
-----------------------------------------
Key: JBIDE-12860
URL:
https://issues.jboss.org/browse/JBIDE-12860
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: webservices
Affects Versions: 4.0.0.Beta1
Reporter: Jaroslav Jankovič
Assignee: Alexey Kazakov
Labels: respin-b
Fix For: 4.1.1.Beta1
This case now fails:
STEP: Create jaxrs problem with Application problem (Multiple application definition -
one class extending Application and one application servlet definition in web.xml)
STEP: comment servlet definition in web.xml
ASSERT: problem marker in web.xml disappears
ASSERT: problem marker in application class disappears
FAIL: problem marker in application class doesn't disappear, because problem markers
are not linked now -> project has to be built to correctly remove both problem markers
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira