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

Niten Aggarwal commented on KARAF-4158:
---------------------------------------

I have below boot features.. can you please share any working pom.xml(assembly) 
for 4.0.7 for custom karaf distribution. 

How i can stage features as part of below?
<bootFeatures>
                                <feature>standard</feature>
                                <feature>aries-proxy</feature>
                                <feature>aries-blueprint</feature>
                                <feature>feature</feature>
                                <feature>shell</feature>
                                <feature>shell-compat</feature>
                                <feature>deployer</feature>
                                <feature>bundle</feature>
                                <feature>config</feature>
                                <feature>diagnostic</feature>
                                <feature>instance</feature>
                                <feature>jaas</feature>
                                <feature>log</feature>
                                <feature>package</feature>
                                <feature>service</feature>
                                <feature>system</feature>
                                <feature>kar</feature>
                                <feature>ssh</feature>
                                <feature>management</feature>
                                <feature>wrap</feature>
                                                        <feature>war</feature>
                                <feature>webconsole</feature>
                                                        
                                                        <feature 
prerequisite="true" version="2.1.0-SNAPSHOT">featureA</feature>
                                                        <feature 
prerequisite="true" version="2.1.0-SNAPSHOT">featureB</feature>
                                                        
                                                        
                                                </bootFeatures>

> Unexpected behavior on first startup
> ------------------------------------
>
>                 Key: KARAF-4158
>                 URL: https://issues.apache.org/jira/browse/KARAF-4158
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core
>    Affects Versions: 4.0.3
>         Environment: RHEL 6.2 x32, Java 1.8.0_72-ea-b05
>            Reporter: Jean-Philippe CLEMENT
>            Assignee: Christian Schneider
>             Fix For: 4.1.0, 4.0.6
>
>
> This problem only occurs on the very first startup of a custom assembly. This 
> means unpacking the assembly .tar.gz then run karaf. This issue is not 100% 
> reproducible. Several untar/run might be necessary to reproduce the issue.
> The problem comes with Blueprint property-placeholders. User bundles might be 
> started and not get .cfg replaced properties but the "$(PARAM_NAME)" itself 
> (String property).
> I suspect user bundles to be started before the .cfg files are populated in 
> the /etc directory.



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

Reply via email to