sergehuber commented on a change in pull request #141: Unomi supports Swagger
URL: https://github.com/apache/unomi/pull/141#discussion_r398482623
##########
File path: kar/src/main/feature/feature.xml
##########
@@ -69,7 +71,7 @@
<bundle start-level="77"
start="false">mvn:org.apache.unomi/cxs-geonames-rest/${project.version}</bundle>
<bundle start-level="77"
start="false">mvn:org.apache.unomi/cxs-privacy-extension-services/${project.version}</bundle>
<bundle start-level="77"
start="false">mvn:org.apache.unomi/cxs-privacy-extension-rest/${project.version}</bundle>
- <bundle start-level="78"
start="false">mvn:org.apache.unomi/unomi-rest/${project.version}</bundle>
+ <bundle start-level="78"
start="true">mvn:org.apache.unomi/unomi-rest/${project.version}</bundle>
Review comment:
Are you using unomi:start command after Karaf startup ? If you are I thing
you will not need to force the start in the feature file.
The bundles are not started by default to allow for migrations to be
possible.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services