On Wed, May 14, 2008 at 3:00 PM, Kulchar <[EMAIL PROTECTED]> wrote:
>
>  Ok,
>
>  That is not it.  I'm still getting that same error.
>  First I thank you for your time.  Second I notice you answer rather quickly.
>
>  * I added the dependency to the bridge-su-file/pom.xml - and received the
>  *same* error message - which I also copied below.
>
>     <dependencies>
>         <dependency>
>             <groupId>org.apache.servicemix</groupId>
>             <artifactId>servicemix-file</artifactId>
>             <version>3.2.1</version>
>         </dependency>
>     </dependencies>

Well, you needed that dependency added anyway.

>  <loc-message>Target component bridge-su-file for service unit bridge-su-file
>  is not installed</loc-message>

It looks like the error is due to the following property in the POM:

> <componentName>bridge-su-file</componentName>

There is no component named bridge-su-file, this is the name of your
SU. You need to name the JBI component to which the SU will be
deployed, i.e., the servicemix-file component. So use servicemix-file
instead of bridge-su-file as the componentName.

Bruce
-- 
perl -e 'print unpack("u30","D0G)[EMAIL 
PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache Camel - http://activemq.org/camel/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/

Blog: http://bruceblog.org/

Reply via email to