[jira] [Resolved] (KARAF-4015) Verification of the deployer feature fails

2015-10-05 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-4015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré resolved KARAF-4015.
-
Resolution: Not A Problem

> Verification of the deployer feature fails
> --
>
> Key: KARAF-4015
> URL: https://issues.apache.org/jira/browse/KARAF-4015
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.0.2
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.0.2
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (KARAF-4028) karaf-wrapper-main.jar generated by wrapper is corrupted

2015-10-05 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-4028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré updated KARAF-4028:

Fix Version/s: 4.0.2

> karaf-wrapper-main.jar generated by wrapper is corrupted
> 
>
> Key: KARAF-4028
> URL: https://issues.apache.org/jira/browse/KARAF-4028
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-os-integration
>Affects Versions: 3.0.4, 4.0.2
> Environment: MacOS, Linux, Win 7, Java 7 & 8
>Reporter: Frédérik ROULEAU
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.0.2
>
> Attachments: Fix_karaf-wrapper-main_jar_generation.patch
>
>
> Times to times, the Tanuki wrapper fail on Class not found for main class.
> When I try to extract files from karaf-wrapper-main.jar I have :
> $ jar -xvf ../karaf-wrapper-main.jar 
>  décompressé : org
> java.io.IOException: org : impossible de créer le répertoire
>   at sun.tools.jar.Main.extractFile(Main.java:1064)
>   at sun.tools.jar.Main.extract(Main.java:981)
>   at sun.tools.jar.Main.run(Main.java:311)
>   at sun.tools.jar.Main.main(Main.java:1288)
> This is caused by the missing trailing / in all directories entry in the 
> archive.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-4025) Update scr to 2.0.0

2015-10-05 Thread Christian Schneider (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14943448#comment-14943448
 ] 

Christian Schneider commented on KARAF-4025:


Thx for adding the link

> Update scr to 2.0.0
> ---
>
> Key: KARAF-4025
> URL: https://issues.apache.org/jira/browse/KARAF-4025
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-scr
>Affects Versions: 4.0.1
>Reporter: Christian Schneider
>Assignee: Christian Schneider
> Fix For: 4.0.2
>
>
> felix scr 2 provides support for the new DS 1.3 annotations.
> It should be fully backwards compatible.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (KARAF-3262) Being able to use ${karaf.etc} in feature element

2015-10-05 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-3262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré reassigned KARAF-3262:
---

Assignee: Jean-Baptiste Onofré

> Being able to use ${karaf.etc} in feature  element
> ---
>
> Key: KARAF-3262
> URL: https://issues.apache.org/jira/browse/KARAF-3262
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>
> The  element in a feature accepts a finalname attribute to 
> define where the configfile has to be copied.
> However, finalname is relative to ${karaf.base}, whereas it should be able to 
> use ${karaf.etc} (and so relative to ${karaf.etc}).
> In order to be backward compatible, if finalname starts with /etc/ it will be 
> relative to ${karaf.base}, else it will be related to ${karaf.etc}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3262) Being able to use ${karaf.etc} in feature element

2015-10-05 Thread Markus Rathgeb (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-3262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14943488#comment-14943488
 ] 

Markus Rathgeb commented on KARAF-3262:
---

Hi, could have a look at this change, please:
https://github.com/apache/karaf/compare/master...maggu2810:feature-config-path?expand=1

> Being able to use ${karaf.etc} in feature  element
> ---
>
> Key: KARAF-3262
> URL: https://issues.apache.org/jira/browse/KARAF-3262
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Reporter: Jean-Baptiste Onofré
>
> The  element in a feature accepts a finalname attribute to 
> define where the configfile has to be copied.
> However, finalname is relative to ${karaf.base}, whereas it should be able to 
> use ${karaf.etc} (and so relative to ${karaf.etc}).
> In order to be backward compatible, if finalname starts with /etc/ it will be 
> relative to ${karaf.base}, else it will be related to ${karaf.etc}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3262) Being able to use ${karaf.etc} in feature element

2015-10-05 Thread JIRA

[ 
https://issues.apache.org/jira/browse/KARAF-3262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14943491#comment-14943491
 ] 

Jean-Baptiste Onofré commented on KARAF-3262:
-

Thanks, I gonna take a look.

> Being able to use ${karaf.etc} in feature  element
> ---
>
> Key: KARAF-3262
> URL: https://issues.apache.org/jira/browse/KARAF-3262
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>
> The  element in a feature accepts a finalname attribute to 
> define where the configfile has to be copied.
> However, finalname is relative to ${karaf.base}, whereas it should be able to 
> use ${karaf.etc} (and so relative to ${karaf.etc}).
> In order to be backward compatible, if finalname starts with /etc/ it will be 
> relative to ${karaf.base}, else it will be related to ${karaf.etc}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-4016) SSH session disconnect after some of CXF features uninstall

2015-10-05 Thread JIRA

[ 
https://issues.apache.org/jira/browse/KARAF-4016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14943445#comment-14943445
 ] 

Jean-Baptiste Onofré commented on KARAF-4016:
-

Do you have some messages in the log ?

> SSH session disconnect after some of CXF features uninstall
> ---
>
> Key: KARAF-4016
> URL: https://issues.apache.org/jira/browse/KARAF-4016
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.4
>Reporter: Sergey 
>
> I have uninstalled some of CXF features, having in mind upgrade CXF from 
> 2.7.11 to 3.0.4 version. After uninstall of next feature my SSH session was 
> disconnected unexpectedly, and I can't connect anymore until karaf restart. 
> Looking into logs I can see that blueprint containers was destroyed for some 
> bundles, including karaf system.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (KARAF-4025) Update scr to 2.0.0

2015-10-05 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré resolved KARAF-4025.
-
Resolution: Fixed

> Update scr to 2.0.0
> ---
>
> Key: KARAF-4025
> URL: https://issues.apache.org/jira/browse/KARAF-4025
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-scr
>Affects Versions: 4.0.1
>Reporter: Christian Schneider
>Assignee: Christian Schneider
> Fix For: 4.0.2
>
>
> felix scr 2 provides support for the new DS 1.3 annotations.
> It should be fully backwards compatible.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-4028) karaf-wrapper-main.jar generated by wrapper is corrupted

2015-10-05 Thread JIRA

[ 
https://issues.apache.org/jira/browse/KARAF-4028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14943427#comment-14943427
 ] 

Jean-Baptiste Onofré commented on KARAF-4028:
-

Fixed on master: 
https://git-wip-us.apache.org/repos/asf?p=karaf.git;a=commitdiff;h=c623f2e52ebb29e302846cea5da13110d2710074

> karaf-wrapper-main.jar generated by wrapper is corrupted
> 
>
> Key: KARAF-4028
> URL: https://issues.apache.org/jira/browse/KARAF-4028
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-os-integration
>Affects Versions: 3.0.4, 4.0.2
> Environment: MacOS, Linux, Win 7, Java 7 & 8
>Reporter: Frédérik ROULEAU
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Attachments: Fix_karaf-wrapper-main_jar_generation.patch
>
>
> Times to times, the Tanuki wrapper fail on Class not found for main class.
> When I try to extract files from karaf-wrapper-main.jar I have :
> $ jar -xvf ../karaf-wrapper-main.jar 
>  décompressé : org
> java.io.IOException: org : impossible de créer le répertoire
>   at sun.tools.jar.Main.extractFile(Main.java:1064)
>   at sun.tools.jar.Main.extract(Main.java:981)
>   at sun.tools.jar.Main.run(Main.java:311)
>   at sun.tools.jar.Main.main(Main.java:1288)
> This is caused by the missing trailing / in all directories entry in the 
> archive.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (KARAF-4028) karaf-wrapper-main.jar generated by wrapper is corrupted

2015-10-05 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-4028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré updated KARAF-4028:

Fix Version/s: 3.0.6

> karaf-wrapper-main.jar generated by wrapper is corrupted
> 
>
> Key: KARAF-4028
> URL: https://issues.apache.org/jira/browse/KARAF-4028
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-os-integration
>Affects Versions: 3.0.4, 4.0.2
> Environment: MacOS, Linux, Win 7, Java 7 & 8
>Reporter: Frédérik ROULEAU
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.0.2, 3.0.6
>
> Attachments: Fix_karaf-wrapper-main_jar_generation.patch
>
>
> Times to times, the Tanuki wrapper fail on Class not found for main class.
> When I try to extract files from karaf-wrapper-main.jar I have :
> $ jar -xvf ../karaf-wrapper-main.jar 
>  décompressé : org
> java.io.IOException: org : impossible de créer le répertoire
>   at sun.tools.jar.Main.extractFile(Main.java:1064)
>   at sun.tools.jar.Main.extract(Main.java:981)
>   at sun.tools.jar.Main.run(Main.java:311)
>   at sun.tools.jar.Main.main(Main.java:1288)
> This is caused by the missing trailing / in all directories entry in the 
> archive.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (KARAF-4028) karaf-wrapper-main.jar generated by wrapper is corrupted

2015-10-05 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-4028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré resolved KARAF-4028.
-
Resolution: Fixed

> karaf-wrapper-main.jar generated by wrapper is corrupted
> 
>
> Key: KARAF-4028
> URL: https://issues.apache.org/jira/browse/KARAF-4028
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-os-integration
>Affects Versions: 3.0.4, 4.0.2
> Environment: MacOS, Linux, Win 7, Java 7 & 8
>Reporter: Frédérik ROULEAU
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.0.2, 3.0.6
>
> Attachments: Fix_karaf-wrapper-main_jar_generation.patch
>
>
> Times to times, the Tanuki wrapper fail on Class not found for main class.
> When I try to extract files from karaf-wrapper-main.jar I have :
> $ jar -xvf ../karaf-wrapper-main.jar 
>  décompressé : org
> java.io.IOException: org : impossible de créer le répertoire
>   at sun.tools.jar.Main.extractFile(Main.java:1064)
>   at sun.tools.jar.Main.extract(Main.java:981)
>   at sun.tools.jar.Main.run(Main.java:311)
>   at sun.tools.jar.Main.main(Main.java:1288)
> This is caused by the missing trailing / in all directories entry in the 
> archive.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-4025) Update scr to 2.0.0

2015-10-05 Thread JIRA

[ 
https://issues.apache.org/jira/browse/KARAF-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14943442#comment-14943442
 ] 

Jean-Baptiste Onofré commented on KARAF-4025:
-

Fixed on master: 
https://git-wip-us.apache.org/repos/asf?p=karaf.git;a=commitdiff;h=c6b0be15c245ffaa7bd1000955fb63a31ac1c283

> Update scr to 2.0.0
> ---
>
> Key: KARAF-4025
> URL: https://issues.apache.org/jira/browse/KARAF-4025
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-scr
>Affects Versions: 4.0.1
>Reporter: Christian Schneider
>Assignee: Christian Schneider
> Fix For: 4.0.2
>
>
> felix scr 2 provides support for the new DS 1.3 annotations.
> It should be fully backwards compatible.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)