Hi Johnson,
A working testcase would be more helpful, thanks
Freeman
Johnson George wrote:
I am trying CXFBC--->CXFSE and I am getting "no jbi part element".

I tried with/without useJBIWrapper="true / false". I am using smx3.3 and
cxfse/cxfbc 2009.01 version components.

Here are my xbean.xml's

CXF BC

<beans xmlns:cxfbc="http://servicemix.apache.org/cxfbc/1.0";
       xmlns:persistConfig="http://mycompany.com/cc/persist-config";>

  <cxfbc:consumer wsdl="classpath:PersistConfigService.wsdl"
                      targetService="persistConfig:PersistConfigImplService"
                                        
targetInterface="persistConfig:PersistConfigService"
                                        useJBIWrapper="true"/>

</beans>


CXF SE

<beans xmlns:cxfse="http://servicemix.apache.org/cxfse/1.0";>

    <cxfse:endpoint>
        <cxfse:pojo>
          <bean class="com.mycompany.cc.persist.config.PersistConfigImpl"/>
        </cxfse:pojo>
    </cxfse:endpoint>

</beans>

NOTE: The same works fine when is use CXF 2.0.9 and java2wsdl in my pom.xml
but i get error while using CXF 2.1.4 and java2ws.

Any assistance will be much appreciated.

thanks,
Johnson


--
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com

Reply via email to