On 9/12/07, kumar k <[EMAIL PROTECTED]> wrote:
> I built a lwcomponent using maven archetype command. Then I modified 
> servicemix.xml to add jms and bean components. I am using mvn install for 
> building . Compilation errors are
>
>   [ cannot find symbol
> symbol  : class MessageExchangeListener
> location: package org.apache.servicemix
>   package javax.jbi.messaging does not exist
>   package javax.jbi.messaging does not exist
>   package javax.jbi.messaging does not exist
>   cannot find symbol
> symbol: class MessageExchangeListener
>   cannot find symbol
> symbol  : class MessageExchange
>   cannot find symbol
> symbol  : class MessagingException

All of these missing classes are from the servicemix-core and
servicemix-jbi modules and should be included transitively from your
project's dependencies on servicemix components. So it looks to me as
if your projects are missing a dependency on a servicemix component.
Adding a dependency in your projects POM files on a servicemix
component will remedy the missing classes.

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/

Reply via email to