-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR9
-
None
Description of problem:
Read-resource operation of jaxrs subsystem doesn't work if HttpServletDispatcher is used.
This issue relates with EAP7-607.
Steps to Reproduce:
- Download attached application
- mvn package
- deploy
- ./jboss-cli.sh -c --command="/deployment=jaxrs-wf.war/subsystem=jaxrs:read-resource(include-runtime=true,recursive=true)"
- curl http://localhost:8080/jaxrs-wf/test/text
Actual results:
[mkopecky@dhcp-10-40-5-21 bin]$ ./jboss-cli.sh -c --command="/deployment=jaxrs-wf.war/subsystem=jaxrs:read-resource(include-runtime=true,recursive=true)" { "outcome" => "success", "result" => {"rest-resource" => undefined} } [mkopecky@dhcp-10-40-5-21 bin]$ curl http://localhost:8080/jaxrs-wf/test/text very long string [mkopecky@dhcp-10-40-5-21 bin]$
- is related to
-
JBEAP-8068 jax-rs doesn't work correctly if HttpServletDispatcher is used and application class doesn't return end-point classes by getClasses method
- Closed
-
JBEAP-8124 Servlet-mapping for application using org.springframework.web.servlet.DispatcherServlet requires to add resources into Application subclass
- Closed
-
WFLY-8479 add jaxrs integration tests to check registration of resources in mgt model
- Closed
- relates to
-
WFLY-8026 read-resource operation of jaxrs subsystem doesn't work if HttpServletDispatcher is used
- Closed