I am not sure why your example doesn't work if you following strictly
the direction from the README file (I just did and it does work). Having
said that it is obviously a class path issue. There is a JAR
(servicemix-components-3.1.1-incubating.jar) in the lib directory of
your components directory which contain the component that you are
looking for. Put it on the class path. 
You can also see the following direction in the ANT file:
<copy todir="../../lib/optional">
      <fileset dir="../../components/lib"
includes="servicemix-components*.jar"/>
    </copy>
Hope it helps
Oleg

-----Original Message-----
From: KIRA1983 [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 03, 2007 11:12 AM
To: [email protected]
Subject: try example rss binding on FUSE


i try to deploy this example. 
i follow guide and i match this error:
Caught:
org.springframework.beans.factory.parsing.BeanDefinitionParsingException
:
Configuration problem: Bean class
[org.apache.servicemix.components.rss.RssPollingComponent] not found

all this beacuse miss component in hotdeploy.
 how can do?
-- 
View this message in context:
http://www.nabble.com/try-example-rss-binding-on-FUSE-tf4562400s12049.ht
ml#a13020963
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to