Author: ningjiang
Date: Fri Nov 25 04:11:18 2011
New Revision: 1206054

URL: http://svn.apache.org/viewvc?rev=1206054&view=rev
Log:
Using the cxf-jaxb feature to install the xml related api bundles

Modified:
    
camel/trunk/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/AbstractFeatureTest.java

Modified: 
camel/trunk/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/AbstractFeatureTest.java
URL: 
http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/AbstractFeatureTest.java?rev=1206054&r1=1206053&r2=1206054&view=diff
==============================================================================
--- 
camel/trunk/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/AbstractFeatureTest.java
 (original)
+++ 
camel/trunk/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/AbstractFeatureTest.java
 Fri Nov 25 04:11:18 2011
@@ -172,10 +172,13 @@ public abstract class AbstractFeatureTes
                 Helper.getDefaultProvisioningOptions()),
             // install the spring, http features first
             scanFeatures(getKarafFeatureUrl(), "spring", "http"),
+            
+            // install the cxf jaxb spec as the karaf doesn't provide it by 
default
+            scanFeatures(getCamelKarafFeatureUrl(), "cxf-jaxb"),
 
             // using the features to install the camel components
             scanFeatures(getCamelKarafFeatureUrl(),
-                "xml-specs-api", "camel-core", "camel-spring", "camel-" + 
feature),
+                "camel-core", "camel-spring", "camel-" + feature),
 
             workingDirectory("target/paxrunner/"));
 


Reply via email to