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.