A way to retrieve properties from a service
One answer
It is best not to fetch properties for a service that you don't own. A
service's properties are implementation details, and the rule has been
that they will expose those values through API is they are useful for
other services to access.
-
Matt Lavin
Jazz Server Team
On Mon, 2009-03-30 at 18:07 +0000, mtabb wrote:
service's properties are implementation details, and the rule has been
that they will expose those values through API is they are useful for
other services to access.
-
Matt Lavin
Jazz Server Team
On Mon, 2009-03-30 at 18:07 +0000, mtabb wrote:
Was wondering if there is a way to retrieve properties from a service
which has them defined via <configurationProperties>? Thanks
in advance.