On 9/6/07, sdelbosc <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Here is what I get when launching "mvn -o -e install" :
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] The service unit pltmairie_esb_inoutfile_write_lw_su does not have a
> depe
> ndency which is packaged as a jbi-component or a project property
> 'componentName
This is a known issue that has been fixed before but seems to have
crept back in when multiple SUs that each depend on the same component
are packaged in the same SA. To work around this issue, just put a
property in each the pom.xml of SU named componentName that contains
the name of the component on which the SU depends. Below is an
example:
...
<properties>
<componentName>servicemix-lwcontainer</componentName>
</properties>
...
>From the stack trace provided, I'm guessing that the
servicemix-lwcontainer is the component being used. If this is
incorrect, just replace it with the correct component name.
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 ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/
Castor - http://castor.org/