-
Bug
-
Resolution: Done
-
Critical
-
4.0.0.Beta5, 3.6.3.Final, 4.0.0.CR2
-
None
When defining JAX-RS methods via an interface the framework incorrectly reports that the method is missing annotations. The exact message is:
Expected @Stream or @Produces("text/event-stream")
- causes
-
RESTEASY-2625 @Produces("text/event-stream;element-type=text/xml") throws exception
- Resolved