[jira] [Commented] (SLING-8672) Missing Constraint: Require-Capability: osgi.service; filter="(objectClass=com.codahale.metrics.MetricRegistry)"

2019-12-21 Thread Alain Picard (Jira)


[ 
https://issues.apache.org/jira/browse/SLING-8672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17001743#comment-17001743
 ] 

Alain Picard commented on SLING-8672:
-

Thanks that did it

> Missing Constraint: Require-Capability: osgi.service; 
> filter="(objectClass=com.codahale.metrics.MetricRegistry)"
> 
>
> Key: SLING-8672
> URL: https://issues.apache.org/jira/browse/SLING-8672
> Project: Sling
>  Issue Type: Bug
>  Components: Commons
>Affects Versions: Commons Scheduler 2.7.4
>Reporter: Nhut Thai Le
>Priority: Major
> Attachments: launchErr.PNG
>
>
> Hello,
> I'm using org.apache.commons.scheduler 2.7.4 and io.dropwizard.metrics.core 
> 3.2.6. When i launch the application from eclipse, o.a.c.scheduler complains 
> that: Missing Constraint: Require-Capability: osgi.service; 
> filter="(objectClass=com.codahale.metrics.MetricRegistry)". The 
> com.codahale.metrics.MetricRegistry class is defined and exported by 
> io.dropwizard.metrics.core but dropwizard.metrics.core never declare that it 
> provide this class as Capability (i checked a few versions of 
> io.dropwizard.metrics.core). Is it a bug that sling.commons.scheduler 
> requires such capability ? I havent seen this error when i was running on 
> eclipse oxygen but with recent upgrade to eclipse 201903, this shows up.
> About our running env:
> org.eclipse.osgi 3.14.0.v20190517-1309
> org.apache.felix.scr 2.1.14.v20190123-1619
> pax-web-extender-whiteboard 7.2.10
> jetty 9.4.18.v20190429
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (SLING-8672) Missing Constraint: Require-Capability: osgi.service; filter="(objectClass=com.codahale.metrics.MetricRegistry)"

2019-09-09 Thread Oliver Lietz (Jira)


[ 
https://issues.apache.org/jira/browse/SLING-8672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16925510#comment-16925510
 ] 

Oliver Lietz commented on SLING-8672:
-

[~lnthai2002], Have a look at the 
[sling-commons-scheduler|https://github.com/apache/sling-org-apache-sling-karaf-features/blob/master/src/main/feature/feature.xml#L116]
 – it lists all dependencies (no issue with Commons Scheduler). Maybe you can 
disable service requirements in Eclipse resolver.

> Missing Constraint: Require-Capability: osgi.service; 
> filter="(objectClass=com.codahale.metrics.MetricRegistry)"
> 
>
> Key: SLING-8672
> URL: https://issues.apache.org/jira/browse/SLING-8672
> Project: Sling
>  Issue Type: Bug
>  Components: Commons
>Affects Versions: Commons Scheduler 2.7.4
>Reporter: Nhut Thai Le
>Priority: Major
> Attachments: launchErr.PNG
>
>
> Hello,
> I'm using org.apache.commons.scheduler 2.7.4 and io.dropwizard.metrics.core 
> 3.2.6. When i launch the application from eclipse, o.a.c.scheduler complains 
> that: Missing Constraint: Require-Capability: osgi.service; 
> filter="(objectClass=com.codahale.metrics.MetricRegistry)". The 
> com.codahale.metrics.MetricRegistry class is defined and exported by 
> io.dropwizard.metrics.core but dropwizard.metrics.core never declare that it 
> provide this class as Capability (i checked a few versions of 
> io.dropwizard.metrics.core). Is it a bug that sling.commons.scheduler 
> requires such capability ? I havent seen this error when i was running on 
> eclipse oxygen but with recent upgrade to eclipse 201903, this shows up.
> About our running env:
> org.eclipse.osgi 3.14.0.v20190517-1309
> org.apache.felix.scr 2.1.14.v20190123-1619
> pax-web-extender-whiteboard 7.2.10
> jetty 9.4.18.v20190429
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (SLING-8672) Missing Constraint: Require-Capability: osgi.service; filter="(objectClass=com.codahale.metrics.MetricRegistry)"

2019-09-09 Thread Robert Munteanu (Jira)


[ 
https://issues.apache.org/jira/browse/SLING-8672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16925478#comment-16925478
 ] 

Robert Munteanu commented on SLING-8672:


[~lnthai2002] - we provide this capability out of our commons.metrics bundle - 
see SLING-7600 / [sling-org-apache-sling-commons-metrics commit 
3ba0a61|https://github.com/apache/sling-org-apache-sling-commons-metrics/commit/3ba0a61]
 . Would using that bundle instead of the dropwizard one work for you? 
Alternatively, maybe [~olli] has an idea, as we worked on the issue I 
referenced.

> Missing Constraint: Require-Capability: osgi.service; 
> filter="(objectClass=com.codahale.metrics.MetricRegistry)"
> 
>
> Key: SLING-8672
> URL: https://issues.apache.org/jira/browse/SLING-8672
> Project: Sling
>  Issue Type: Bug
>  Components: Commons
>Affects Versions: Commons Scheduler 2.7.4
>Reporter: Nhut Thai Le
>Priority: Major
> Attachments: launchErr.PNG
>
>
> Hello,
> I'm using org.apache.commons.scheduler 2.7.4 and io.dropwizard.metrics.core 
> 3.2.6. When i launch the application from eclipse, o.a.c.scheduler complains 
> that: Missing Constraint: Require-Capability: osgi.service; 
> filter="(objectClass=com.codahale.metrics.MetricRegistry)". The 
> com.codahale.metrics.MetricRegistry class is defined and exported by 
> io.dropwizard.metrics.core but dropwizard.metrics.core never declare that it 
> provide this class as Capability (i checked a few versions of 
> io.dropwizard.metrics.core). Is it a bug that sling.commons.scheduler 
> requires such capability ? I havent seen this error when i was running on 
> eclipse oxygen but with recent upgrade to eclipse 201903, this shows up.
> About our running env:
> org.eclipse.osgi 3.14.0.v20190517-1309
> org.apache.felix.scr 2.1.14.v20190123-1619
> pax-web-extender-whiteboard 7.2.10
> jetty 9.4.18.v20190429
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)