Given the below code
<context:property-placeholder
location="${config.location}"
system-properties-mode="OVERRIDE"
ignore-resource-not-found="true"
...
Type: Posts; User: danidacila; Keyword(s):
Given the below code
<context:property-placeholder
location="${config.location}"
system-properties-mode="OVERRIDE"
ignore-resource-not-found="true"
...
Hi,
I am struggling to create a simple junit test with SpringDM and Felix Osgi container.
Below is the POM I use.
For spring-osgi-test I tried the latest version 1.2.1, but then I get an error...