2 Replies Latest reply on Dec 26, 2007 3:10 PM by gmbroth1

    Can't deploy cxfbc:provider - invalid attributes

    gmbroth1

      Hi,

       

      I'm struggling with what should be the simple configuration of a CXF BC provider endpoint

      using FUSE 3.3.0.5. I'm sure I'm doing something wrong but can't figure out what it might

      be. When I configure the following endpoint:

       

      <cxfbc:provider wsdl="/wsdl/calculator.wsdl"

                            locationURI="http://localhost:9001/providertest"

                            endpoint="CalculatorPort"

                            service="calculator:CalculatorService"

                            interfaceName="calculator:CalculatorPortType"

                            >

       

      I get validation errors on deployment that attributes 'wsdl' and 'locationURI' are not defined.

      Sure enough, the 3.3.0.5 schema confirms these attributes are not valid but the SMX

      documentation calls for their use and I can't see how the BC would work without them.

      What am I missing here?

       

      Thanks, Garry

        • 1. Re: Can't deploy cxfbc:provider - invalid attributes
          ffang

          Hi Garry,

          I just verify apache-servicemix-3.3.0.5-fuse src code, the cxf bc provider feature is not in that release yet. But it's in apache servicemix 3.2.1 release, the docmentation in apache servicemix site works for the latest apache servicemix release version, you can download it from

           

          http://servicemix.apache.org/download.html

          Best Regards

           

          Freeman

          • 2. Re: Can't deploy cxfbc:provider - invalid attributes
            gmbroth1

            Hi Freeman,

             

            Thanks. A couple follow-up questions:

             

            1. I'd like to see the CXF container fully supported in FUSE. When do you

               estimate that will happen? Next week?  Six months from now?

             

            2. I'm not clear how to mix-and-match FUSE and SMX components. Do I simply

                download servicemix and overwrite any similarly-named FUSE component or

                do I need to be a little more careful?

             

            Thanks again, Garry