What are the required package to import when trying to package cxfbc:producer
as an OSGi component.


I have the ffg in my bean.xml:

<beans xmlns="http://www.springframework.org/schema/beans";
       xmlns:cxfbc="http://servicemix.apache.org/cxfbc/1.0";
       xmlns:nau="http://tempuri.org/";
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
       xsi:schemaLocation="http://servicemix.apache.org/cxfbc/1.0
http://servicemix.apache.org/schema/servicemix-cxfbc-3.4.0.2-fuse.xsd
       http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd";>

    <cxfbc:producer wsdl="classpath:service.wsdl"
                      locationURI="http://www.fleettechltd.com/Service.asmx";
                      service="nau:Service"
                      endpoint="nau:ServiceSoap12"
                      interfaceName="nau:ServiceSoap"
                      useJbiWrapper="false"/>
                      
        <bean class="org.apache.servicemix.common.osgi.EndpointExporter" />     
             
</beans>


my POM's OSGi Import Package looks like:
<Import-Package>
                            org.apache.camel.osgi,
                            *
                        </Import-Package>


regards.
-- 
View this message in context: 
http://old.nabble.com/Required-OSGi-Package-for-cxfbc-jbi-tp26633652p26633652.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to