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/01 22:01:47 UTC

[jira] Created: (WINK-30) User providers should always be chosen before built-in providers

User providers should always be chosen before built-in providers
----------------------------------------------------------------

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


Application provided providers should be chosen ahead of built in providers (in particular MessageBodyReaders/MessageBodyWriters).  I couldn't get some tests to work out for the readers because of this.  Just quickly glancing at the code, this would need to be changed for the the writers as well.

I'll add a simple JUnit test for MessageBodyReaders.

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


[jira] Updated: (WINK-30) User providers should always be chosen before built-in providers

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

Bryant Luk updated WINK-30:
---------------------------

    Attachment: WINK-30-test.patch

> User providers should always be chosen before built-in providers
> ----------------------------------------------------------------
>
>                 Key: WINK-30
>                 URL: https://issues.apache.org/jira/browse/WINK-30
>             Project: Wink
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 0.1
>            Reporter: Bryant Luk
>         Attachments: WINK-30-test.patch
>
>
> Application provided providers should be chosen ahead of built in providers (in particular MessageBodyReaders/MessageBodyWriters).  I couldn't get some tests to work out for the readers because of this.  Just quickly glancing at the code, this would need to be changed for the the writers as well.
> I'll add a simple JUnit test for MessageBodyReaders.

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


[jira] Resolved: (WINK-30) User providers should always be chosen before built-in providers

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

Michael Elman resolved WINK-30.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.1
         Assignee:     (was: Michael Elman)

It's kinda new bug, the result of recent refactoring I did.... Ooops.
Anyway I fixed it and I have also fixed the MockServletInvocationTest to invoke a RestServlet instead of invoking the RequestProcessor.

I have also checked in the unit test from WINK-30-test.patch.

> User providers should always be chosen before built-in providers
> ----------------------------------------------------------------
>
>                 Key: WINK-30
>                 URL: https://issues.apache.org/jira/browse/WINK-30
>             Project: Wink
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 0.1
>            Reporter: Bryant Luk
>             Fix For: 0.1
>
>         Attachments: WINK-30-test.patch
>
>
> Application provided providers should be chosen ahead of built in providers (in particular MessageBodyReaders/MessageBodyWriters).  I couldn't get some tests to work out for the readers because of this.  Just quickly glancing at the code, this would need to be changed for the the writers as well.
> I'll add a simple JUnit test for MessageBodyReaders.

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


[jira] Assigned: (WINK-30) User providers should always be chosen before built-in providers

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

Michael Elman reassigned WINK-30:
---------------------------------

    Assignee: Michael Elman

> User providers should always be chosen before built-in providers
> ----------------------------------------------------------------
>
>                 Key: WINK-30
>                 URL: https://issues.apache.org/jira/browse/WINK-30
>             Project: Wink
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 0.1
>            Reporter: Bryant Luk
>            Assignee: Michael Elman
>         Attachments: WINK-30-test.patch
>
>
> Application provided providers should be chosen ahead of built in providers (in particular MessageBodyReaders/MessageBodyWriters).  I couldn't get some tests to work out for the readers because of this.  Just quickly glancing at the code, this would need to be changed for the the writers as well.
> I'll add a simple JUnit test for MessageBodyReaders.

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


[jira] Closed: (WINK-30) User providers should always be chosen before built-in providers

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

Bryant Luk closed WINK-30.
--------------------------

    Assignee: Michael Elman

Reassigning to Michael just because I think you're the one that fixed it.

Thanks.

> User providers should always be chosen before built-in providers
> ----------------------------------------------------------------
>
>                 Key: WINK-30
>                 URL: https://issues.apache.org/jira/browse/WINK-30
>             Project: Wink
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 0.1
>            Reporter: Bryant Luk
>            Assignee: Michael Elman
>             Fix For: 0.1
>
>         Attachments: WINK-30-test.patch
>
>
> Application provided providers should be chosen ahead of built in providers (in particular MessageBodyReaders/MessageBodyWriters).  I couldn't get some tests to work out for the readers because of this.  Just quickly glancing at the code, this would need to be changed for the the writers as well.
> I'll add a simple JUnit test for MessageBodyReaders.

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