You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/05/24 23:34:31 UTC

svn commit: r1342438 - in /cxf/branches/2.4.x-fixes: ./ osgi/karaf/features/src/main/resources/features.xml

Author: dkulp
Date: Thu May 24 21:34:30 2012
New Revision: 1342438

URL: http://svn.apache.org/viewvc?rev=1342438&view=rev
Log:
Merged revisions 1341613 via  svn merge from
https://svn.apache.org/repos/asf/cxf/branches/2.5.x-fixes

........
  r1341613 | dkulp | 2012-05-22 16:24:40 -0400 (Tue, 22 May 2012) | 2 lines
  
  Use whiteboard feature in newer karafs
  
........

Modified:
    cxf/branches/2.4.x-fixes/   (props changed)
    cxf/branches/2.4.x-fixes/osgi/karaf/features/src/main/resources/features.xml

Propchange: cxf/branches/2.4.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.4.x-fixes/osgi/karaf/features/src/main/resources/features.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/osgi/karaf/features/src/main/resources/features.xml?rev=1342438&r1=1342437&r2=1342438&view=diff
==============================================================================
--- cxf/branches/2.4.x-fixes/osgi/karaf/features/src/main/resources/features.xml (original)
+++ cxf/branches/2.4.x-fixes/osgi/karaf/features/src/main/resources/features.xml Thu May 24 21:34:30 2012
@@ -67,17 +67,13 @@
         <feature version="${project.version}">cxf-specs</feature>
         <bundle start-level='25'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.saaj-impl/${cxf.saaj-impl.bundle.version}</bundle>
     </feature>
-    <feature name="cxf-war-java5" version="${project.version}" resolver="(obr)">
-        <!-- This is to work around an issue in Karaf 2.2.4 where the "war" feature cannot be installed on Java 5 -->
+
+    <feature name="http-whiteboard" version="2.2.5" resolver='(obr)'>
+        <!-- This is to work around an issue in Karaf 2.2.5 where the "war" feature cannot be installed on Java 5 -->
         <!-- This gives us what we need and doesn't pull in the stuff that doesn't work (the jsp bundle) -->
-        <config name="org.ops4j.pax.url.war">
-            org.ops4j.pax.url.war.importPaxLoggingPackages=true
-        </config>
+        <!-- Karaf >=2.2.6 has a newer version of this that will be picked up instead -->
         <feature>http</feature>
-        <bundle>mvn:org.ops4j.pax.web/pax-web-extender-war/1.0.7</bundle>
-        <bundle>mvn:org.ops4j.pax.web/pax-web-extender-whiteboard/1.0.7</bundle>
-        <bundle>mvn:org.ops4j.pax.web/pax-web-deployer/1.0.7</bundle>
-        <bundle>mvn:org.ops4j.pax.url/pax-url-war/1.2.8</bundle>
+        <bundle start-level="30">mvn:org.ops4j.pax.web/pax-web-extender-whiteboard/1.0.8</bundle>
     </feature>
 
     <feature name="cxf" version="${project.version}" resolver='(obr)'>
@@ -92,7 +88,7 @@
 
         <feature version='${project.version}'>cxf-jaxb</feature>
         <feature version="[2,3)">http</feature>
-        <feature version="[2,3)">cxf-war-java5</feature>
+        <feature version="[2,4)">http-whiteboard</feature>
         <feature version="[3,4)">spring</feature>
         <feature version="[1.2,2)">spring-dm</feature>
         <feature version="[3,4)">spring-jms</feature>