Spring Confiugrator
Mansour Al Akeel <[email protected]>
| Newsgroups | gmane.text.xml.cocoon.user |
|---|---|
| Message-ID | <CAFvvX=YZ3DX6=k4_edQYyLFQpxhAyAihFURGXNxy_OCrDAWV-A@mail.gmail.com> |
Is the placeholder valid within the same property files. For example:
repo.base=/opt/repository
contents.base=${repo.base}/contents
articles.path=${contents.base}/articles
If this is valid for C3.0. If so, then I am getting very strange behaviour
loading properties properly. Some properties are getting substituted.
Others still carry the value ${repo.base}/contents
Anyone faced this issue ??