[jira] [Commented] (KARAF-4830) Karaf does not start with staged features in etc/org.apache.karaf.features.cfg

2016-11-23 Thread Lijun Liao (JIRA)

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

Lijun Liao commented on KARAF-4830:
---

The karaf (both version 4.0.8-SNAPSHOT and 4.1.0-SNAPSHOT) will not start even 
if the whole property definition is on one line. 

> Karaf does not start with staged features in etc/org.apache.karaf.features.cfg
> --
>
> Key: KARAF-4830
> URL: https://issues.apache.org/jira/browse/KARAF-4830
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.1.0, 4.0.8
>Reporter: Lijun Liao
>Assignee: Guillaume Nodet
> Fix For: 4.1.0, 4.0.8
>
>
> The property featuresBoot in the file etc/org.apache.karaf.features.cfg 
> specifies the features to be started during the boot process.
> As described in JIRA issue KARAF-4249, I have to stage the features to 
> include features containing wrapped bundle in the boot process. However, such 
> configuration prevents from the booting of karaf.
> Steps to reproduce the problem:
> 1. Change the property featuresBoot
> {code}
> featuresBoot = \
> instance, \
> ...
> kar
> {code}
> to 
> {code}
> featuresBoot = \
> (instance, \
> ...
> kar), transaction-api
> {code}
> 2. Start karaf (bin/karaf)



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


[jira] [Commented] (KARAF-4830) Karaf does not start with staged features in etc/org.apache.karaf.features.cfg

2016-11-23 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4830:


Commit 2688eab144f32691aaf7f5daac9bcf8641c3a469 in karaf's branch 
refs/heads/master from [~gnt]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=2688eab ]

[KARAF-4830] Keep features order while parsing boot features

> Karaf does not start with staged features in etc/org.apache.karaf.features.cfg
> --
>
> Key: KARAF-4830
> URL: https://issues.apache.org/jira/browse/KARAF-4830
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.1.0, 4.0.8
>Reporter: Lijun Liao
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> The property featuresBoot in the file etc/org.apache.karaf.features.cfg 
> specifies the features to be started during the boot process.
> As described in JIRA issue KARAF-4249, I have to stage the features to 
> include features containing wrapped bundle in the boot process. However, such 
> configuration prevents from the booting of karaf.
> Steps to reproduce the problem:
> 1. Change the property featuresBoot
> {code}
> featuresBoot = \
> instance, \
> ...
> kar
> {code}
> to 
> {code}
> featuresBoot = \
> (instance, \
> ...
> kar), transaction-api
> {code}
> 2. Start karaf (bin/karaf)



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


[jira] [Commented] (KARAF-4830) Karaf does not start with staged features in etc/org.apache.karaf.features.cfg

2016-11-23 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4830:


Commit 0bb989aa1e0187a73202b9c340118ce3cc6d819a in karaf's branch 
refs/heads/karaf-4.0.x from [~gnt]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=0bb989a ]

[KARAF-4830] Keep features order while parsing boot features

> Karaf does not start with staged features in etc/org.apache.karaf.features.cfg
> --
>
> Key: KARAF-4830
> URL: https://issues.apache.org/jira/browse/KARAF-4830
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.1.0, 4.0.8
>Reporter: Lijun Liao
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> The property featuresBoot in the file etc/org.apache.karaf.features.cfg 
> specifies the features to be started during the boot process.
> As described in JIRA issue KARAF-4249, I have to stage the features to 
> include features containing wrapped bundle in the boot process. However, such 
> configuration prevents from the booting of karaf.
> Steps to reproduce the problem:
> 1. Change the property featuresBoot
> {code}
> featuresBoot = \
> instance, \
> ...
> kar
> {code}
> to 
> {code}
> featuresBoot = \
> (instance, \
> ...
> kar), transaction-api
> {code}
> 2. Start karaf (bin/karaf)



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


[jira] [Commented] (KARAF-4830) Karaf does not start with staged features in etc/org.apache.karaf.features.cfg

2016-11-23 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4830:


Commit 95c0dfe54d0529e603e1a9163f02485016dd85f7 in karaf's branch 
refs/heads/karaf-4.0.x from [~gnt]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=95c0dfe ]

[KARAF-4830] Karaf does not start with staged features in 
etc/org.apache.karaf.features.cfg

> Karaf does not start with staged features in etc/org.apache.karaf.features.cfg
> --
>
> Key: KARAF-4830
> URL: https://issues.apache.org/jira/browse/KARAF-4830
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.1.0, 4.0.8
>Reporter: Lijun Liao
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> The property featuresBoot in the file etc/org.apache.karaf.features.cfg 
> specifies the features to be started during the boot process.
> As described in JIRA issue KARAF-4249, I have to stage the features to 
> include features containing wrapped bundle in the boot process. However, such 
> configuration prevents from the booting of karaf.
> Steps to reproduce the problem:
> 1. Change the property featuresBoot
> {code}
> featuresBoot = \
> instance, \
> ...
> kar
> {code}
> to 
> {code}
> featuresBoot = \
> (instance, \
> ...
> kar), transaction-api
> {code}
> 2. Start karaf (bin/karaf)



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


[jira] [Commented] (KARAF-4830) Karaf does not start with staged features in etc/org.apache.karaf.features.cfg

2016-11-23 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4830:


Commit 46793684018bf02ab87957546285a6935d800573 in karaf's branch 
refs/heads/master from [~gnt]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=4679368 ]

[KARAF-4830] Karaf does not start with staged features in 
etc/org.apache.karaf.features.cfg

> Karaf does not start with staged features in etc/org.apache.karaf.features.cfg
> --
>
> Key: KARAF-4830
> URL: https://issues.apache.org/jira/browse/KARAF-4830
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.1.0, 4.0.8
>Reporter: Lijun Liao
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> The property featuresBoot in the file etc/org.apache.karaf.features.cfg 
> specifies the features to be started during the boot process.
> As described in JIRA issue KARAF-4249, I have to stage the features to 
> include features containing wrapped bundle in the boot process. However, such 
> configuration prevents from the booting of karaf.
> Steps to reproduce the problem:
> 1. Change the property featuresBoot
> {code}
> featuresBoot = \
> instance, \
> ...
> kar
> {code}
> to 
> {code}
> featuresBoot = \
> (instance, \
> ...
> kar), transaction-api
> {code}
> 2. Start karaf (bin/karaf)



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


[jira] [Commented] (KARAF-4830) Karaf does not start with staged features in etc/org.apache.karaf.features.cfg

2016-11-22 Thread JIRA

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

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

I guess that it works if you use a single line (instead of multi lines), right ?

> Karaf does not start with staged features in etc/org.apache.karaf.features.cfg
> --
>
> Key: KARAF-4830
> URL: https://issues.apache.org/jira/browse/KARAF-4830
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.1.0, 4.0.8
>Reporter: Lijun Liao
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> The property featuresBoot in the file etc/org.apache.karaf.features.cfg 
> specifies the features to be started during the boot process.
> As described in JIRA issue KARAF-4249, I have to stage the features to 
> include features containing wrapped bundle in the boot process. However, such 
> configuration prevents from the booting of karaf.
> Steps to reproduce the problem:
> 1. Change the property featuresBoot
> {code}
> featuresBoot = \
> instance, \
> ...
> kar
> {code}
> to 
> {code}
> featuresBoot = \
> (instance, \
> ...
> kar), transaction-api
> {code}
> 2. Start karaf (bin/karaf)



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