dm Server maps properties files into Config Admin by using the name of the properties file as the PID. So in your case the PID is "app-prop".
dm Server maps properties files into Config Admin by using the name of the properties file as the PID. So in your case the PID is "app-prop".
Glyn Normington
SpringSource
ok, I understan.
It's possible to change dinamicly the PID using some properties of the plan?
I tell you my problem.
I have a generic bundle and I want to deploy it in differents scopes, using several plans. Each of this plans have a different DB configuration.
dm Server does not provide a mechanism to achieve that. Of course, you could write code in the bundle to determine the scope in which it was deployed and deduce the PID from the scope (probably by convention).
Glyn Normington
SpringSource