You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ace.apache.org by "Marcel Offermans (JIRA)" <ji...@apache.org> on 2009/10/25 16:31:59 UTC

[jira] Commented: (ACE-60) Allow FileBasedProvider to match any gatewayID as fallback

    [ https://issues.apache.org/jira/browse/ACE-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12769830#action_12769830 ] 

Marcel Offermans commented on ACE-60:
-------------------------------------

Applied the patch. I am wondering though if this so called "default" set of versions should be in the root of the store folder or maybe in a configurable location to avoid all possible name clashes and confusion that this scheme might bring:
<store>/<gatewayID>/<version>
and
<defaultstore>/<version>
so perhaps instead of defining just one store folder, define two. Any comments on this?

> Allow FileBasedProvider to match any gatewayID as fallback
> ----------------------------------------------------------
>
>                 Key: ACE-60
>                 URL: https://issues.apache.org/jira/browse/ACE-60
>             Project: Ace
>          Issue Type: New Feature
>            Reporter: Toni Menzel
>            Assignee: Marcel Offermans
>         Attachments: ACE-60.patch
>
>
> Sometimes you just want to ship to any (unknown) gateway. For sake of simplicity it should be possible to just have versions in your store folder directly.
> So instead of:
> store/<gatewayID>/<version>/
> Allow this:
> store/<version>
> Because this is very similar, this can also be implemented in the existing FileBasedProvider. Anyhow, in this case things should be more split up inside FileBasedProvider itself ( has pretty big methods currently).
> Patch follows.

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