Brahma Naidu,
You have to add a dependency to the servicemix-drools JBI component in
the pom.xml file for your Drools-drools-su project.
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-drools</artifactId>
<version>${servicemix-version}</version>
</dependency>
Gert
[EMAIL PROTECTED] wrote:
Gert,
When I am using *mvn clean install* command the following error is
occurring.
*Error:*
* *
*[INFO] Determining component name for service unit Drools-drools-su*
*[INFO] Project [EMAIL PROTECTED]
packaged pom*
*[INFO]
------------------------------------------------------------------------*
*[ERROR] BUILD ERROR*
*[INFO]
------------------------------------------------------------------------*
*[INFO] The service unit Drools-drools-su does not have a dependency
which is packaged as a jbi-component or a project property
'componentName'*
*[INFO]
------------------------------------------------------------------------*
*[INFO] For more information, run Maven with the -e switch*
*[INFO]
------------------------------------------------------------------------*
*[INFO] Total time: 21 seconds*
*[INFO] Finished at: Tue Jun 26 09:49:50 IST 2007*
*[INFO] Final Memory: 13M/27M*
*[INFO]
------------------------------------------------------------------------*
How to resolve this error?
Please help me.
Thanks &Regards
Brahma Naidu