Repository: camel
Updated Branches:
  refs/heads/camel-2.12.x 46efbb671 -> 2809e89cb
  refs/heads/camel-2.13.x 61867a060 -> 2b1296e77
  refs/heads/camel-2.14.x f7bbcea7f -> 1772cecdf


CAMEL-7852 Fixed the issue that camel-msv component cannot be resolved in OSGi


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c2953e02
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c2953e02
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c2953e02

Branch: refs/heads/camel-2.14.x
Commit: c2953e0214b6d3d81cd1882a608461369e1929fe
Parents: f7bbcea
Author: Willem Jiang <willem.ji...@gmail.com>
Authored: Tue Sep 23 20:16:47 2014 +0800
Committer: Willem Jiang <willem.ji...@gmail.com>
Committed: Tue Sep 23 20:19:45 2014 +0800

----------------------------------------------------------------------
 components/camel-msv/pom.xml                                       | 1 +
 .../src/test/java/org/apache/camel/itest/karaf/CamelMsvTest.java   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/c2953e02/components/camel-msv/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-msv/pom.xml b/components/camel-msv/pom.xml
index 6fc923a..ba51f2e 100644
--- a/components/camel-msv/pom.xml
+++ b/components/camel-msv/pom.xml
@@ -31,6 +31,7 @@
 
   <properties>
     
<camel.osgi.export.pkg>org.apache.camel.component.validator.msv.*</camel.osgi.export.pkg>
+    <camel.osgi.import.pkg>org.apache.camel,*</camel.osgi.import.pkg>
     
<camel.osgi.export.service>org.apache.camel.spi.ComponentResolver;component=msv</camel.osgi.export.service>
   </properties>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/c2953e02/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelMsvTest.java
----------------------------------------------------------------------
diff --git 
a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelMsvTest.java
 
b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelMsvTest.java
index b79b96f..efffea4 100644
--- 
a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelMsvTest.java
+++ 
b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelMsvTest.java
@@ -24,13 +24,13 @@ import org.ops4j.pax.exam.Option;
 import org.ops4j.pax.exam.junit.PaxExam;
 
 @RunWith(PaxExam.class)
-@Ignore("Fails for some unknown reason")
 public class CamelMsvTest extends AbstractFeatureTest {
 
     public static final String COMPONENT = extractName(CamelMsvTest.class);
 
     @Test
     public void test() throws Exception {
+        Thread.sleep(2000);
         testComponent(COMPONENT);
     }
 

Reply via email to