[jbosstools-issues] [JBoss JIRA] (JBIDE-17078) JAX-RS Problems doesn't appears after the JAX-RS Support is activated

Radoslav Rábara (JIRA) issues at jboss.org
Tue Aug 12 05:18:29 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-17078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992218#comment-12992218 ] 

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)



More information about the jbosstools-issues mailing list