Just to complete the below information, updating the version of the 
org.apache.felix.http.jetty bundle only works when it is set in the 
maven-launchpad-plugin configuration/jarWebSupport element.

This seems a bit strange to me, should I file a bug?

Robert

> 
> I've noticed that indeed the updated configuration properties are only
> available for org.apache.felix.http.jetty 2.2.1-SNAPSHOT for now. I've tried
> including the updated http bundle in the launchpad, but that seems to have no
> effect. I've tried:
> 
> - configuring the maven-launchpad-plugin
> 
>                 <configuration>
>                     <defaultBundleList>
>                         <version>6</version>
>                     </defaultBundleList>
>                     <additionalBundles>
>                       <bundle>
>                                               
> <groupId>org.apache.felix</groupId>
> 
>       <artifactId>org.apache.felix.http.jetty</artifactId>
>                                               
> <version>2.2.1-SNAPSHOT</version> <!--
> pick up fixes for setting context path and bind host -->
> 
>                       </bundle>
>                     </additionalBundles>
>                 </configuration>
> 
> - updating the list.xml bundle list
> 
>     <startLevel level="5">
>       <bundle>
>               <groupId>org.apache.felix</groupId>
>               <artifactId>org.apache.felix.http.jetty</artifactId>
>               <version>2.2.1-SNAPSHOT</version> <!-- pick up fixes for setting
> context path and bind host -->
>       </bundle>
>     </startLevel>
> 
> 
> but they both have the same result:
> 
> $ find target/classes/resources/ -name org.apache.felix.http.jetty\*
> target/classes/resources/bundles/0/org.apache.felix.http.jetty-2.2.0.jar
> 
> What am I doing wrong?
> 
> Thanks,
> 
> Robert
> 
> >
> > Regards
> > Felix

Reply via email to