You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Alexis Midon (JIRA)" <ji...@apache.org> on 2009/03/31 01:37:53 UTC

[jira] Created: (ODE-566) endpoint properties in subdirectories

endpoint properties in subdirectories
-------------------------------------

                 Key: ODE-566
                 URL: https://issues.apache.org/jira/browse/ODE-566
             Project: ODE
          Issue Type: Improvement
            Reporter: Alexis Midon
            Assignee: Alexis Midon
             Fix For: 1.3.1


The current version of ODE loads only the endpoint properties located at the root of the bundle directory. We want to be able to have endpoint files in subdirectories.

This implies that properties providing relative paths are not relative to the bundle directory anymore but to the file they were loading from. Only the class loading the property files migth be able to do that.  To detect which properties provide a path that might need to be resolved, the following convention will be adopted:
If a property name ends with ".file" or ".path", the assumption is made that the associated value is a path and as such is resolved against the path of the file it was loaded from.



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


[jira] Closed: (ODE-566) endpoint properties in subdirectories

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

Alexis Midon closed ODE-566.
----------------------------

       Resolution: Fixed
    Fix Version/s: 2.0

committed in trunk and 1.X, r760677

> endpoint properties in subdirectories
> -------------------------------------
>
>                 Key: ODE-566
>                 URL: https://issues.apache.org/jira/browse/ODE-566
>             Project: ODE
>          Issue Type: Improvement
>            Reporter: Alexis Midon
>            Assignee: Alexis Midon
>             Fix For: 1.3.1, 2.0
>
>
> The current version of ODE loads only the endpoint properties located at the root of the bundle directory. We want to be able to have endpoint files in subdirectories.
> This implies that properties providing relative paths are not relative to the bundle directory anymore but to the file they were loading from. Only the class loading the property files migth be able to do that.  To detect which properties provide a path that might need to be resolved, the following convention will be adopted:
> If a property name ends with ".file" or ".path", the assumption is made that the associated value is a path and as such is resolved against the path of the file it was loaded from.

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