Hi Freeman , I have attached my code cxfbc and cxfse. Thanks for looking into it :)
thanks, Freeman Fang wrote: > > 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 > http://www.nabble.com/file/p23634426/CXF%2B%2528no%2Bjbi%2Bpart%2Belement%2Bissue%2529.zip > CXF+%28no+jbi+part+element+issue%29.zip > > > http://www.nabble.com/file/p23634426/CXF%2B%2528no%2Bjbi%2Bpart%2Belement%2Bissue%2529.zip CXF+%28no+jbi+part+element+issue%29.zip -- View this message in context: http://www.nabble.com/CXF-%22no-jbi-part-element%22-issue-tp23628575p23634426.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
