[JBoss JIRA] (JBIDE-17473) After forcestop, management shutdown does not clear forcestop flag
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17473?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-17473:
---------------------------------------
you're right, it works fine in a nightly! cool!
> After forcestop, management shutdown does not clear forcestop flag
> ------------------------------------------------------------------
>
> Key: JBIDE-17473
> URL: https://issues.jboss.org/browse/JBIDE-17473
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.0.Beta2
> Reporter: Rob Stryker
> Assignee: Rob Stryker
> Fix For: 4.2.0.Beta3
>
>
> After a failed stop attempt, a flag is set on the server that the next stop attempt should be a force / kill of the process.
> The second stop attempt is a force kill.
> If you then start the server, and try to shut it down, it is force-killed immediately. This should not happen. It should try a normal stop first.
> Solution is to clear the force flag after a force stop.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17797) BeanParam: removal of @QueryParam/@MatrixParam annotation from field in Bean class is not reflected in JAX-RS Explorer
by Radoslav Rábara (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17797?page=com.atlassian.jira.plugi... ]
Radoslav Rábara updated JBIDE-17797:
------------------------------------
Steps to Reproduce:
STEP: Create Dynamic Web Project with JAX-RS Support
STEP: Create RestService and BeanClass with field annotated with @QueryParam/@MatrixParam
{code}
@Path("/rest")
public class RestService {
@POST
@Path("{id}")
public void post(@BeanParam BeanClass bean) {
}
}
{code}
{code}
public class BeanClass {
@QueryParam("author")
private String author;
}
{code}
STEP: Remove the @QueryParam from BeanClass
ASSERT: JAX-RS Explorer updated endpoint URI Path Template
FAIL: There is no update (URI is still /rest?author=\{String\} )
was:
STEP: Create Dynamic Web Project with JAX-RS Support
STEP: Create RestService and BeanClass with field annotated with @QueryParam
{code}
@Path("/rest")
public class RestService {
@POST
@Path("{id}")
public void post(@BeanParam BeanClass bean) {
}
}
{code}
{code}
public class BeanClass {
@QueryParam("author")
private String author;
}
{code}
STEP: Remove the @QueryParam from BeanClass
ASSERT: JAX-RS Explorer updated endpoint URI Path Template
FAIL: There is no update (URI is still /rest?author=\{String\} )
> BeanParam: removal of @QueryParam/@MatrixParam annotation from field in Bean class is not reflected in JAX-RS Explorer
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-17797
> URL: https://issues.jboss.org/browse/JBIDE-17797
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.2.0.Beta3
> Environment: JBoss WebServices Tools 1.7.0.CR1-v20140702-2329-B563
> Reporter: Radoslav Rábara
> Assignee: Xavier Coulon
> Fix For: 4.2.0.Beta3, 4.2.0.CR1
>
>
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17796) BeanParam: unbound @PathParam error is present after the problem had been fixed
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17796?page=com.atlassian.jira.plugi... ]
Xavier Coulon commented on JBIDE-17796:
---------------------------------------
[~rrabara],
I can't reproduce it today, and I have a single error message, on the {{RestService#post(BeanClass)}} method.
I solved a similar problem yesterday, but as far as I know, Jenkins build have been failing for the last 24 hours, so you may still have an older version installed on your desktop. Can you verify that ?
Thanks
> BeanParam: unbound @PathParam error is present after the problem had been fixed
> -------------------------------------------------------------------------------
>
> Key: JBIDE-17796
> URL: https://issues.jboss.org/browse/JBIDE-17796
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.2.0.Beta3
> Environment: JBoss WebServices Tools 1.7.0.CR1-v20140702-2329-B563
> Reporter: Radoslav Rábara
> Assignee: Xavier Coulon
> Fix For: 4.2.0.Beta3, 4.2.0.CR1
>
>
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months