aboutsummaryrefslogtreecommitdiffstats
path: root/sample-apps
diff options
context:
space:
mode:
authorKristian Aune <kraune@yahoo-inc.com>2017-01-13 08:52:54 +0100
committerKristian Aune <kraune@yahoo-inc.com>2017-01-13 08:52:54 +0100
commit90278669d54546d13c4c0714623c1372c44b34f7 (patch)
tree608e0a6f16d90ed4b812770fb52d67b033257b68 /sample-apps
parent8ec23b82b9ce70ce60c8fac059ce671f73a2f413 (diff)
fix unit test
Diffstat (limited to 'sample-apps')
-rw-r--r--sample-apps/basic-search-java/src/main/application/services.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample-apps/basic-search-java/src/main/application/services.xml b/sample-apps/basic-search-java/src/main/application/services.xml
index 11d74a8133f..b740100e0dd 100644
--- a/sample-apps/basic-search-java/src/main/application/services.xml
+++ b/sample-apps/basic-search-java/src/main/application/services.xml
@@ -7,7 +7,7 @@
<jdisc version="1.0">
<processing>
<chain id="default">
- <processor id="${package}.ExampleProcessor" bundle="${artifactId}">
+ <processor id="ExampleProcessor" bundle="basic-search-java">
<config name="example.example-processor">
<message>Hello, services!</message>
</config>