Note that you can also add a dependency on the actually Service Engine
and the plugin will work out the component name.

Cheers

P

On 10/18/06, Terry Cox <[EMAIL PROTECTED]> wrote:
> [INFO] The service unit integration-servicemix does not have a
> dependency
> which is packaged as a jbi-component or a project property
> 'componentName'
>
>
> Not sure what the above error means... does it need the
> integration-servicemix to create the zip SU first before the SA can be
> created?  If so, how am I suppose to let maven know how to do this?
> Thanks
> in advance.

In your service unit, you can define which component the code in the
service unit is to deploy to, for example:

<properties>
      <componentName>servicemix-http</componentName>
</properties>

This allows you to set the target component if it cannot be resolved
implicitly.

Terry


Reply via email to