[jira] [Commented] (SLING-3293) Make HC compatible to CQ 5.5/5.6/5.6.1

2014-01-27 Thread Konrad Windszus (JIRA)

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

Konrad Windszus commented on SLING-3293:


The problem in the referenced felix-metatype service is described in 
https://issues.apache.org/jira/browse/FELIX-4214

> Make HC compatible to CQ 5.5/5.6/5.6.1
> --
>
> Key: SLING-3293
> URL: https://issues.apache.org/jira/browse/SLING-3293
> Project: Sling
>  Issue Type: Improvement
>  Components: Health Check
>Reporter: Georg Henzler
> Attachments: missing-meta-data.PNG
>
>
> When testing the health check with CQ 5.5 and 5.6, the configuration meta 
> data (labels and descriptions) do not show up correctly due to the new layout 
> of the OSGI-INF folder (see attachment). This can easily be fixed by using an 
> older version of the scr plugin:
> 
> org.apache.felix
> maven-scr-plugin
> 1.8.0 
> 
> Obviously there is reasons to use the latest version, but because everthing 
> else works completely fine with CQ 5.5 it would be nice to stay on the old 
> version descriptors (serviceComponents.xml) for some releases to be able to 
> use the HC in CQ 5.5



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (SLING-3293) Make HC compatible to CQ 5.5/5.6/5.6.1

2013-12-17 Thread Carsten Ziegeler (JIRA)

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

Carsten Ziegeler commented on SLING-3293:
-

This shouldn't cause any side effects. All you need is a spec compliant 
metatype implementation, 1.0.6 of the Apache Felix implementation is not

> Make HC compatible to CQ 5.5/5.6/5.6.1
> --
>
> Key: SLING-3293
> URL: https://issues.apache.org/jira/browse/SLING-3293
> Project: Sling
>  Issue Type: Improvement
>  Components: Health Check
>Reporter: Georg Henzler
> Attachments: missing-meta-data.PNG
>
>
> When testing the health check with CQ 5.5 and 5.6, the configuration meta 
> data (labels and descriptions) do not show up correctly due to the new layout 
> of the OSGI-INF folder (see attachment). This can easily be fixed by using an 
> older version of the scr plugin:
> 
> org.apache.felix
> maven-scr-plugin
> 1.8.0 
> 
> Obviously there is reasons to use the latest version, but because everthing 
> else works completely fine with CQ 5.5 it would be nice to stay on the old 
> version descriptors (serviceComponents.xml) for some releases to be able to 
> use the HC in CQ 5.5



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Commented] (SLING-3293) Make HC compatible to CQ 5.5/5.6/5.6.1

2013-12-17 Thread Georg Henzler (JIRA)

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

Georg Henzler commented on SLING-3293:
--

Upgrading the metatype service 
(http://felix.apache.org/site/apache-felix-metatype-service.html) from 1.0.6 to 
1.0.8 does fix this problem (just tested it with CQ 5.6.1). Is everyone 
confident that this upgrade will not cause side effects in the product? If yes 
it would probably good to document the required metatype service version in 
http://sling.apache.org/documentation/bundles/sling-health-check-tool.html


> Make HC compatible to CQ 5.5/5.6/5.6.1
> --
>
> Key: SLING-3293
> URL: https://issues.apache.org/jira/browse/SLING-3293
> Project: Sling
>  Issue Type: Improvement
>  Components: Health Check
>Reporter: Georg Henzler
> Attachments: missing-meta-data.PNG
>
>
> When testing the health check with CQ 5.5 and 5.6, the configuration meta 
> data (labels and descriptions) do not show up correctly due to the new layout 
> of the OSGI-INF folder (see attachment). This can easily be fixed by using an 
> older version of the scr plugin:
> 
> org.apache.felix
> maven-scr-plugin
> 1.8.0 
> 
> Obviously there is reasons to use the latest version, but because everthing 
> else works completely fine with CQ 5.5 it would be nice to stay on the old 
> version descriptors (serviceComponents.xml) for some releases to be able to 
> use the HC in CQ 5.5



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Commented] (SLING-3293) Make HC compatible to CQ 5.5/5.6/5.6.1

2013-12-17 Thread Carsten Ziegeler (JIRA)

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

Carsten Ziegeler commented on SLING-3293:
-

I think we shouldn't go down this road - if you want to use this with an 
existing installation simply update the metatype service there

> Make HC compatible to CQ 5.5/5.6/5.6.1
> --
>
> Key: SLING-3293
> URL: https://issues.apache.org/jira/browse/SLING-3293
> Project: Sling
>  Issue Type: Improvement
>  Components: Health Check
>Reporter: Georg Henzler
> Attachments: missing-meta-data.PNG
>
>
> When testing the health check with CQ 5.5 and 5.6, the configuration meta 
> data (labels and descriptions) do not show up correctly due to the new layout 
> of the OSGI-INF folder (see attachment). This can easily be fixed by using an 
> older version of the scr plugin:
> 
> org.apache.felix
> maven-scr-plugin
> 1.8.0 
> 
> Obviously there is reasons to use the latest version, but because everthing 
> else works completely fine with CQ 5.5 it would be nice to stay on the old 
> version descriptors (serviceComponents.xml) for some releases to be able to 
> use the HC in CQ 5.5



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)