Here is my pom.xml of servicemix bean :

<dependencies>
        
                <dependency>
                        <groupId>org.apache.servicemix</groupId>
                        <artifactId>servicemix-bean</artifactId>
                        <version>${servicemix-version}</version>
                </dependency>
                
                <dependency>
                        <groupId>org.apache.servicemix</groupId>
                        <artifactId>servicemix-cxf-se</artifactId>
                        <version>${servicemix-version}</version>
                </dependency>
                
                <dependency>
                        <groupId>org.apache.servicemix</groupId>
                        <artifactId>servicemix-core</artifactId>
                        <version>${servicemix-version}</version>
                </dependency>

                <dependency>
                        <groupId>org.apache.cxf</groupId>
                        <artifactId>cxf-rt-frontend-jaxws</artifactId>
                        <version>2.0.9</version>
                </dependency>
                
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-context</artifactId>
                        <version>2.5.6</version>
                        <type>jar</type>
                </dependency>
                <dependency>
</dependencies>
-- 
View this message in context: 
http://www.nabble.com/org.apache.cxf.BusException%3A-No-conduit-initiator-was-found-for-the-namespace-http%3A--cxf.apache.org-transports-jbi.-tp25475591p25486312.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to