1 Reply Latest reply on Feb 22, 2012 7:33 PM by ffang

    Deploy problems

    baleado

      Hi,

       

      I'm new with ServiceMix.

       

      I'm trying to create a simple webservice packaged as a service unit inside a service assembly.

       

      I can create a package (.zip file) but when I try to deploy it in ServiceMix 4.3.0 gives me the follow error:

       

      14:37:54,687 | INFO  | mix-4.3.0/deploy | Deployer                         | 124 - org.apache.servicemix.jbi.deployer - 1.4.0 | Deploying bundle 'null (test-sa)' as a JBI service assembly

      14:37:54,690 | WARN  | mix-4.3.0/deploy | Deployer                         | 124 - org.apache.servicemix.jbi.deployer - 1.4.0 | Requirements not met for JBI artifact in bundle null (test-sa). Installation pending. org.apache.servicemix.jbi.deployer.impl.PendingException: Component not installed: test-cxf-bc-su

       

      If I try to deploy it in ServiceMix 4.4.0 nothing happends.

       

      Any ideia?

        • 1. Re: Deploy problems
          ffang

          Hi,

           

          This

          14:37:54,690 | WARN | mix-4.3.0/deploy | Deployer | 124 - org.apache.servicemix.jbi.deployer - 1.4.0 | Requirements not met for JBI artifact in bundle null (test-sa). Installation pending. org.apache.servicemix.jbi.deployer.impl.PendingException: Component not installed: test-cxf-bc-su

          indicate your SA package isn't correct, "test-cxf-bc-su" should be a SU name but not component.

           

          If you're not familiar with how JBI package looks like yet, we have cxf-wsdl-first example shipped with FUSE ESB kit which should be a good start.

           

          Freeman