Hi Guillaume,

I removed the dependency from servicemix-bean and the problem is gone.

Thanks a lot!

Wilson

On Jan 4, 2008 2:44 PM, Guillaume Nodet <[EMAIL PROTECTED]> wrote:

> If you use service units, you should not copy the jms component jar in the
> lib folder, as the exception you obtain is expected in such a case.
>
> The error is caused your SU pom that has dependencies on two different JBI
> components (servicemix-jms and servicemix-bean).  In your case (this is
> indicated in the exception thrown when deploying), the servicemix-bean is
> the target for your JMS su and does not understand the xbean.xml.
> To fix this, remove the dependency on servicemix-bean, or add a property
> to
> your pom to specify explicitely the component:
>
>  <properties>
>  <componentName>servicemix-jms</componentName>
> </properties>
>
>
>

Reply via email to