[
https://issues.apache.org/jira/browse/WINK-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12848923#action_12848923
]
Bryant Luk commented on WINK-219:
---------------------------------
I also got the same results but I think the expectation is for a resource
method like:
{code}
@GET
public Response get() {
return Response.ok(new GenericEntity<AddNumbers>(new AddInts()) {}).build();
}
{code}
to work perhaps?
> JAXBXmlProvider should be able to handle inherited types, since JAXB is able
> to handle them
> -------------------------------------------------------------------------------------------
>
> Key: WINK-219
> URL: https://issues.apache.org/jira/browse/WINK-219
> Project: Wink
> Issue Type: Bug
> Components: Common
> Affects Versions: 1.0
> Reporter: Kaloyan Kolev
> Assignee: Mike Rheinheimer
> Priority: Minor
> Attachments: WINK-219.patch
>
>
> Here is the issue which led to opening this one:
> https://issues.apache.org/jira/browse/WINK-218
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.