Hello together,
i am using RESTeasy to collect XML data from an external REST-API. It
looks like:
@Produces("application/xml")
public interface DataExport {
@GET
@Path("results.htm")
Summary getData(@QueryParam("filterRule") final String filterRule,
@QueryParam("startTime") final lon
Up to Norman. FYI: The netty plugin also doesn't support true async.
This is something we'll need to add support for too.
On 8/7/2013 2:54 AM, Kristoffer Sjögren wrote:
> Hi
>
> I have been using the netty plugin and it works great. Any plans to
> upgrade to version 4?
>
> They redesigned netty
I dont understand your problem. You invoke a HTTP GET request on the
DataExport service, works fine. What does "method inside JBoss
Application server" mean?
On 8/7/2013 3:19 AM, Arnd Schröter wrote:
> Hello together,
>
> i am using RESTeasy to collect XML data from an external REST-API. It
>
Explain to me why there is no content-type?
On 8/7/2013 8:23 AM, Arnd Schröter wrote:
> Hi Bill,
>
> thanks for your reply. It only works if YAML support is not included in
> RESTeasy. But in JBoss Application Server it is included
> https://access.redhat.com/site/documentation/en-US/JBoss_Enterpr
Hi Bill,
thanks for your reply. It only works if YAML support is not included in
RESTeasy. But in JBoss Application Server it is included
https://access.redhat.com/site/documentation/en-US/JBoss_Enterprise_Web_Platform/5/html/RESTEasy_Reference_Guide/Built_in_YAML_Provider.html.
In this case Rest