reta commented on a change in pull request #806:
URL: https://github.com/apache/cxf/pull/806#discussion_r664959857



##########
File path: rt/rs/microprofile-client/pom.xml
##########
@@ -185,6 +185,26 @@
           <scope>test</scope>
         </dependency>
     </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        
<_removeheaders>Bundle-ActivationPolicy</_removeheaders>

Review comment:
       Oh right, for some reasons I messed up the `Bundle-ActivationPolicy` and 
`Bundle-Activator`. Indeed the policy is hard-coded and these properties won't 
help. Yeah, the Aries documentation is not too helpful in these regards, we 
could introduce the new property to manage activation policy but I found this 
(quite old) issue in the tracker https://issues.apache.org/jira/browse/CXF-6347 
which clarifies why `Bundle-ActivationPolicy` was set to `lazy`. Mind if I take 
some time to look more into the problem with `Bundle-ActivationPolicy`? You are 
deploying in Apache Karaf, correct? Thank you.




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to