Just add a dependency to servicemix-camel by adding this snippet to your
pom.xml :
<dependencies>
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-camel</artifactId>
<version>3.2.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
Manuel
--
Xebia
blog.xebia.fr (fr)
blog.xebia.com (en)
On Tue, Aug 5, 2008 at 2:55 PM, pratibhaG <[EMAIL PROTECTED]> wrote:
>
> I have a camel component updateuserprofile-routing-su.
>
> When I do mvn install for the operation which contains this su, I get
> following error:
>
> The service unit updateuserprofile-routing-su does not have a dependency
> which is packaged as a jbi-component or a project property 'componentName'
>
> After some reading I found a workaround for this and added following to
> pom.xml of updateuserprofile-routing-su.
> <componentName>servicemix-camel</componentName> in properties.
>
> Still the problem is same.
>
> How it can be resolved?
>
> Pratibha
> --
> View this message in context:
> http://www.nabble.com/project-property-%27componentName%27-error-tp18830478p18830478.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>