Hi All, I a having problems getting the simple Spring configuration example to work. I have the latest stable version of ActiveMQ and have set all the jars on my classpath. However, I get the following error:
org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.apache.activemq.spring.SpringProducer] for bean with name 'producer' defined in file [/home/tim/versioned/orion_svn/dev/FAB2/Release/fab2/Services/Trips/beans.xml]; nested exception is java.lang.ClassNotFoundException: org.apache.activemq.spring.SpringProducer Caused by: java.lang.ClassNotFoundException: org.apache.activemq.spring.SpringProducer Can someone tell me which jar this class lives in? I dont seem to able to find it. Thanks, Tim