You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Bryant Luk (JIRA)" <ji...@apache.org> on 2009/07/07 05:14:14 UTC

[jira] Created: (WINK-48) When Response is returned, rawType and genericType should be the same

When Response is returned, rawType and genericType should be the same
---------------------------------------------------------------------

                 Key: WINK-48
                 URL: https://issues.apache.org/jira/browse/WINK-48
             Project: Wink
          Issue Type: Bug
          Components: Server
    Affects Versions: 0.1
            Reporter: Bryant Luk


When a Response object is returned from a resource method, the Class<?> rawType and Type genericType should be the same type according to spec.

Will attach a quick patch with unit test.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (WINK-48) When Response is returned, rawType and genericType should be the same

Posted by "Bryant Luk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryant Luk closed WINK-48.
--------------------------


> When Response is returned, rawType and genericType should be the same
> ---------------------------------------------------------------------
>
>                 Key: WINK-48
>                 URL: https://issues.apache.org/jira/browse/WINK-48
>             Project: Wink
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 0.1
>            Reporter: Bryant Luk
>            Assignee: Bryant Luk
>         Attachments: WINK-48.patch
>
>
> When a Response object is returned from a resource method, the Class<?> rawType and Type genericType should be the same type according to spec.
> Will attach a quick patch with unit test.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WINK-48) When Response is returned, rawType and genericType should be the same

Posted by "Bryant Luk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryant Luk resolved WINK-48.
----------------------------

    Resolution: Fixed
      Assignee: Bryant Luk

I applied the patch.  If there are any comments, please reopen the issue.

> When Response is returned, rawType and genericType should be the same
> ---------------------------------------------------------------------
>
>                 Key: WINK-48
>                 URL: https://issues.apache.org/jira/browse/WINK-48
>             Project: Wink
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 0.1
>            Reporter: Bryant Luk
>            Assignee: Bryant Luk
>         Attachments: WINK-48.patch
>
>
> When a Response object is returned from a resource method, the Class<?> rawType and Type genericType should be the same type according to spec.
> Will attach a quick patch with unit test.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WINK-48) When Response is returned, rawType and genericType should be the same

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WINK-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728404#action_12728404 ] 

Hudson commented on WINK-48:
----------------------------

Integrated in Wink-Trunk-JDK15 #8 (See [http://hudson.zones.apache.org/hudson/job/Wink-Trunk-JDK15/8/])
    Fix genericType when Response obj used []


> When Response is returned, rawType and genericType should be the same
> ---------------------------------------------------------------------
>
>                 Key: WINK-48
>                 URL: https://issues.apache.org/jira/browse/WINK-48
>             Project: Wink
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 0.1
>            Reporter: Bryant Luk
>            Assignee: Bryant Luk
>         Attachments: WINK-48.patch
>
>
> When a Response object is returned from a resource method, the Class<?> rawType and Type genericType should be the same type according to spec.
> Will attach a quick patch with unit test.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WINK-48) When Response is returned, rawType and genericType should be the same

Posted by "Bryant Luk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryant Luk updated WINK-48:
---------------------------

    Attachment: WINK-48.patch

> When Response is returned, rawType and genericType should be the same
> ---------------------------------------------------------------------
>
>                 Key: WINK-48
>                 URL: https://issues.apache.org/jira/browse/WINK-48
>             Project: Wink
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 0.1
>            Reporter: Bryant Luk
>         Attachments: WINK-48.patch
>
>
> When a Response object is returned from a resource method, the Class<?> rawType and Type genericType should be the same type according to spec.
> Will attach a quick patch with unit test.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.