You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Christopher Elkins (JIRA)" <ji...@apache.org> on 2008/07/08 01:26:31 UTC

[jira] Created: (ABDERA-186) Custom Provider request processors get overridden by defaults

Custom Provider request processors get overridden by defaults
-------------------------------------------------------------

                 Key: ABDERA-186
                 URL: https://issues.apache.org/jira/browse/ABDERA-186
             Project: Abdera
          Issue Type: Bug
    Affects Versions: 0.5.0
            Reporter: Christopher Elkins
         Attachments: AbstractProvider.java.patch

Because AbstractProvider sets its default request processors in the init() method, which is called relatively late during Provider construction by the ServiceManager, custom request processors that attempt to override one of the default target types and configured prior to the init() call (either externally via addRequestProcessors()/setRequestProcessors() or internally in a subclass constructor) are effectively trumped.

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


[jira] Resolved: (ABDERA-186) Custom Provider request processors get overridden by defaults

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

David Calavera resolved ABDERA-186.
-----------------------------------

    Resolution: Fixed
      Assignee: David Calavera

> Custom Provider request processors get overridden by defaults
> -------------------------------------------------------------
>
>                 Key: ABDERA-186
>                 URL: https://issues.apache.org/jira/browse/ABDERA-186
>             Project: Abdera
>          Issue Type: Bug
>    Affects Versions: 0.5.0
>            Reporter: Christopher Elkins
>            Assignee: David Calavera
>         Attachments: AbstractProvider.java.patch
>
>
> Because AbstractProvider sets its default request processors in the init() method, which is called relatively late during Provider construction by the ServiceManager, custom request processors that attempt to override one of the default target types and configured prior to the init() call (either externally via addRequestProcessors()/setRequestProcessors() or internally in a subclass constructor) are effectively trumped.

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


[jira] Closed: (ABDERA-186) Custom Provider request processors get overridden by defaults

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

David Calavera closed ABDERA-186.
---------------------------------


> Custom Provider request processors get overridden by defaults
> -------------------------------------------------------------
>
>                 Key: ABDERA-186
>                 URL: https://issues.apache.org/jira/browse/ABDERA-186
>             Project: Abdera
>          Issue Type: Bug
>    Affects Versions: 0.5.0
>            Reporter: Christopher Elkins
>            Assignee: David Calavera
>         Attachments: AbstractProvider.java.patch
>
>
> Because AbstractProvider sets its default request processors in the init() method, which is called relatively late during Provider construction by the ServiceManager, custom request processors that attempt to override one of the default target types and configured prior to the init() call (either externally via addRequestProcessors()/setRequestProcessors() or internally in a subclass constructor) are effectively trumped.

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


[jira] Updated: (ABDERA-186) Custom Provider request processors get overridden by defaults

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

Christopher Elkins updated ABDERA-186:
--------------------------------------

    Attachment: AbstractProvider.java.patch

This patch simply moves default request processor configuration from init() to a constructor.

> Custom Provider request processors get overridden by defaults
> -------------------------------------------------------------
>
>                 Key: ABDERA-186
>                 URL: https://issues.apache.org/jira/browse/ABDERA-186
>             Project: Abdera
>          Issue Type: Bug
>    Affects Versions: 0.5.0
>            Reporter: Christopher Elkins
>         Attachments: AbstractProvider.java.patch
>
>
> Because AbstractProvider sets its default request processors in the init() method, which is called relatively late during Provider construction by the ServiceManager, custom request processors that attempt to override one of the default target types and configured prior to the init() call (either externally via addRequestProcessors()/setRequestProcessors() or internally in a subclass constructor) are effectively trumped.

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