[
https://issues.jboss.org/browse/JBIDE-17078?page=com.atlassian.jira.plugi...
]
Radoslav Rábara commented on JBIDE-17078:
-----------------------------------------
I am still having problem with warning "No JAX-RS Activator is defined for the
project.". The warning doesn't appear after the JAX-RS Support is enabled on the
empty fresh project
STEP: Create Dynamic Web Project with JAX-RS support
ASSERT: There is warning "No JAX-RS Activator is defined for the project." in
Problems view
FAIL: There is no warning
but the problem appears when the project is not empty:
STEP: Remove JAX-RS Support
STEP: Create class with JAX-RS Annotation
{code}
import javax.ws.rs.Path;
@Path("/")
public class Resource {
}
{code}
STEP: Add JAX-RS Support
ASSERT: There is warning about missing JAX-RS Activator in Problems view
JAX-RS Problems doesn't appears after the JAX-RS Support is
activated
---------------------------------------------------------------------
Key: JBIDE-17078
URL:
https://issues.jboss.org/browse/JBIDE-17078
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common/jst/core, webservices
Affects Versions: 4.2.0.Beta1
Reporter: Radoslav Rábara
Assignee: Radoslav Rábara
Fix For: 4.2.0.CR1
JAX-RS validation runs when there is a change in the project with JAX-RS Support.
However, it doesn't run right after the JAX-RS Support is enabled.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)