I saw an example how to inject property values which are defined in config
file.
It is some thing like this:

<cm:property-placeholder persistent-id="ConfigApp" update-strategy="reload"
>
<cm:default-properties>
<cm:property name="title" value="Default Title"/>
</cm:default-properties>
</cm:property-placeholder>
<bean id="myApp" init-method="refresh">
<property name="title" value="$\{title\}"></property>
</bean>

How to do the same with the system property printed by system:property
command output?
Or how to gain access to those system properties values?



--
View this message in context: 
http://karaf.922171.n3.nabble.com/Inject-system-property-value-via-blueprint-tp4047779.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to